From d63129176bbc3e62b5c17a2a76a4aca63a61d6338153a54624b0da84bb084a78 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 14 Apr 2022 15:17:18 +0000 Subject: [PATCH] Accepting request 969960 from home:bnavigator:branches:KDE:Qt:PyQt - Update to version 6.3.0 * Added support for Qt v6.3. * Bug fixes. - Enable Quick3D for Tumbleweed OBS-URL: https://build.opensuse.org/request/show/969960 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=15 --- PyQt6-6.2.3.tar.gz | 3 --- PyQt6-6.3.0.tar.gz | 3 +++ python-PyQt6.changes | 8 ++++++++ python-PyQt6.spec | 18 +++++++++--------- 4 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 PyQt6-6.2.3.tar.gz create mode 100644 PyQt6-6.3.0.tar.gz diff --git a/PyQt6-6.2.3.tar.gz b/PyQt6-6.2.3.tar.gz deleted file mode 100644 index d7c27ed..0000000 --- a/PyQt6-6.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9bfcac198fe4b703706f809bb686c7cef5f60a7c802fc145c6b57929c7a6a34 -size 1011695 diff --git a/PyQt6-6.3.0.tar.gz b/PyQt6-6.3.0.tar.gz new file mode 100644 index 0000000..1cbc622 --- /dev/null +++ b/PyQt6-6.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd85dcb15ea4e734b6e4e216fe9a6246779761edaf2cf7c0cce1a2303a8d31b +size 1014435 diff --git a/python-PyQt6.changes b/python-PyQt6.changes index 9157057..31ca5bd 100644 --- a/python-PyQt6.changes +++ b/python-PyQt6.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 13 08:12:05 UTC 2022 - Ben Greiner + +- Update to version 6.3.0 + * Added support for Qt v6.3. + * Bug fixes. +- Enable Quick3D for Tumbleweed + ------------------------------------------------------------------- Sat Feb 5 20:32:11 UTC 2022 - Ben Greiner diff --git a/python-PyQt6.spec b/python-PyQt6.spec index a686160..f76a7e0 100644 --- a/python-PyQt6.spec +++ b/python-PyQt6.spec @@ -22,7 +22,7 @@ %define mname PyQt6 %define pyqt_build_for_qt6 1 Name: python-%{mname} -Version: 6.2.3 +Version: 6.3.0 Release: 0 Summary: Python bindings for Qt 6 License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree @@ -62,10 +62,10 @@ BuildRequires: cmake(Qt6SerialPort) BuildRequires: cmake(Qt6Svg) BuildRequires: cmake(Qt6WebChannel) BuildRequires: cmake(Qt6WebSockets) -# SECTION not packaged for 6.2 yet -# BuildRequires: cmake(Qt6Quick3D) -# BuildRequires: cmake(Qt6Quick3DRuntimeRender) -# /SECTION +%if 0%{?suse_version} >= 1550 +BuildRequires: cmake(Qt6Quick3D) +BuildRequires: cmake(Qt6Quick3DRuntimeRender) +%endif Requires: python-PyQt6-sip %requires_ge python-dbus-python Provides: python-qt6 = %{version}-%{release} @@ -99,10 +99,10 @@ Requires: cmake(Qt6Svg) Requires: cmake(Qt6WebChannel) Requires: cmake(Qt6WebSockets) Requires: %plainpython(abi) = %{python_version} -# SECTION not packaged for 6.2 yet -# Requires: cmake(Qt6Quick3D) -# Requires: cmake(Qt6Quick3DRuntimeRender) -# / SECTION +%if 0%{?suse_version} >= 1550 +Requires: cmake(Qt6Quick3D) +Requires: cmake(Qt6Quick3DRuntimeRender) +%endif Requires(post): update-alternatives Requires(postun):update-alternatives # If and which version of sip is required depends on the project trying