From 63b8564bdbe5697f3e76ef0a75ed2e3989e86e16299ac782f1f6ed4cb7a8bd43 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 14 Apr 2022 15:16:39 +0000 Subject: [PATCH] Accepting request 969961 from home:bnavigator:branches:KDE:Qt:PyQt - Update to version 6.3.0 * Added support for Qt v6.3. * Bug fixes. OBS-URL: https://build.opensuse.org/request/show/969961 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-3D?expand=0&rev=6 --- PyQt6_3D-6.2.0.tar.gz | 3 --- PyQt6_3D-6.3.0.tar.gz | 3 +++ python-PyQt6-3D.changes | 7 +++++++ python-PyQt6-3D.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 PyQt6_3D-6.2.0.tar.gz create mode 100644 PyQt6_3D-6.3.0.tar.gz diff --git a/PyQt6_3D-6.2.0.tar.gz b/PyQt6_3D-6.2.0.tar.gz deleted file mode 100644 index 1cc777b..0000000 --- a/PyQt6_3D-6.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12b5c843a94fe1521d71a0c6a7ebd0a9f1f32c6fbaed896e5cda378b1831121c -size 7477985 diff --git a/PyQt6_3D-6.3.0.tar.gz b/PyQt6_3D-6.3.0.tar.gz new file mode 100644 index 0000000..3cf2259 --- /dev/null +++ b/PyQt6_3D-6.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab024b7fb3245d9b463029e0000f46cff95f0bdab603b875fabcaa53d9fe63f +size 7468950 diff --git a/python-PyQt6-3D.changes b/python-PyQt6-3D.changes index c72058d..fb48637 100644 --- a/python-PyQt6-3D.changes +++ b/python-PyQt6-3D.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 13 08:14:04 UTC 2022 - Ben Greiner + +- Update to version 6.3.0 + * Added support for Qt v6.3. + * Bug fixes. + ------------------------------------------------------------------- Sun Oct 3 13:40:50 UTC 2021 - Ben Greiner diff --git a/python-PyQt6-3D.spec b/python-PyQt6-3D.spec index d96d6ab..49ba012 100644 --- a/python-PyQt6-3D.spec +++ b/python-PyQt6-3D.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define skip_python2 1 %define pyqt_build_for_qt6 1 Name: python-%{mname} -Version: 6.2.0 +Version: 6.3.0 Release: 0 Summary: Python bindings for the Qt 3D framework License: GPL-3.0-only @@ -29,7 +29,7 @@ Group: Development/Libraries/Python URL: https://www.riverbankcomputing.com/software/pyqt3d Source: https://files.pythonhosted.org/packages/source/P/PyQt6-3D/PyQt6_3D-%{version}.tar.gz BuildRequires: %{python_module PyQt6-devel >= %{version}} -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module pyqt-builder >= 1.9} BuildRequires: %{python_module sip-devel >= 6} BuildRequires: fdupes