From 59fcac896f2b78788c67ee012386ce01f3fc3808d6ad61452470af7e8b818571 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 11 Jan 2023 09:16:21 +0000 Subject: [PATCH] - Update to PyQt3D 5.15.5 * Added support for Python v3.10. OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qt3d-qt5?expand=0&rev=3 --- PyQt3D-5.15.4.tar.gz | 3 --- PyQt3D-5.15.5.tar.gz | 3 +++ python-qt3d-qt5.changes | 6 ++++++ python-qt3d-qt5.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 PyQt3D-5.15.4.tar.gz create mode 100644 PyQt3D-5.15.5.tar.gz diff --git a/PyQt3D-5.15.4.tar.gz b/PyQt3D-5.15.4.tar.gz deleted file mode 100644 index f20913f..0000000 --- a/PyQt3D-5.15.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36bc56d7432ab6c59ea77e1df6f6f688d8abd6cdb340706d5cb0a9c665e13975 -size 7500901 diff --git a/PyQt3D-5.15.5.tar.gz b/PyQt3D-5.15.5.tar.gz new file mode 100644 index 0000000..3497a0e --- /dev/null +++ b/PyQt3D-5.15.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c025e8a2de12a27e3bd34671d01cac39f78305128cc6cea3f0ba99e4ca3ec41b +size 7491496 diff --git a/python-qt3d-qt5.changes b/python-qt3d-qt5.changes index f49a4f3..ba90be6 100644 --- a/python-qt3d-qt5.changes +++ b/python-qt3d-qt5.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 11 09:14:18 UTC 2023 - Ben Greiner + +- Update to PyQt3D 5.15.5 + * Added support for Python v3.10. + ------------------------------------------------------------------- Mon Sep 13 15:58:34 UTC 2021 - Ben Greiner diff --git a/python-qt3d-qt5.spec b/python-qt3d-qt5.spec index b2e6d74..3881aaa 100644 --- a/python-qt3d-qt5.spec +++ b/python-qt3d-qt5.spec @@ -26,10 +26,10 @@ %define oldpython python %define mname qt3d-qt5 -%{?!python_module:%define python_module() python3-%{**}} + %define skip_python2 1 Name: python-%{mname} -Version: 5.15.4 +Version: 5.15.5 Release: 0 Summary: Python bindings for the Qt5 3D framework License: GPL-3.0-only