From 4e6848ea8376fa4cd465b25edc1fd111fddfba6b846789bd6da11b33c4d54738 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Wed, 16 Oct 2024 09:39:44 +0000 Subject: [PATCH] Accepting request 1208396 from home:favogt:pyqt6.8 PyQt6 for 6.8. Tested on 15.6 by using retext + webengine. Works! OBS-URL: https://build.opensuse.org/request/show/1208396 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=32 --- PyQt6-6.7.0.tar.gz | 3 --- PyQt6-6.8.0.dev2410061818.tar.gz | 3 +++ python-PyQt6.changes | 8 ++++++++ python-PyQt6.spec | 13 ++++++++----- 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 PyQt6-6.7.0.tar.gz create mode 100644 PyQt6-6.8.0.dev2410061818.tar.gz diff --git a/PyQt6-6.7.0.tar.gz b/PyQt6-6.7.0.tar.gz deleted file mode 100644 index 3764224..0000000 --- a/PyQt6-6.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d31b2c59dc378ee26e16586d9469842483588142fc377280aad22aaf2fa6235 -size 1050408 diff --git a/PyQt6-6.8.0.dev2410061818.tar.gz b/PyQt6-6.8.0.dev2410061818.tar.gz new file mode 100644 index 0000000..e58f47f --- /dev/null +++ b/PyQt6-6.8.0.dev2410061818.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256f9329c008009d4d708d6251c54f504606c5c7c6313fa66b5f68bd72d41e2b +size 1061871 diff --git a/python-PyQt6.changes b/python-PyQt6.changes index 44d1a82..14344ca 100644 --- a/python-PyQt6.changes +++ b/python-PyQt6.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Oct 16 08:11:34 UTC 2024 - Fabian Vogt + +- Update to 6.8.0.dev2410061818: + * Added support for Qt v6.8 (excluding any technical previews). + * Implemented QtAudio as a synonym for QAudio. + * Bug fixes. + ------------------------------------------------------------------- Tue Sep 10 14:40:49 UTC 2024 - Antonio Larrosa diff --git a/python-PyQt6.spec b/python-PyQt6.spec index 5433698..feba943 100644 --- a/python-PyQt6.spec +++ b/python-PyQt6.spec @@ -21,22 +21,25 @@ %define pyqt_build_for_qt6 1 %{?sle15_python_module_pythons} Name: python-%{mname} -Version: 6.7.0 +Version: 6.8.0.dev2410061818 Release: 0 Summary: Python bindings for Qt 6 License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree Group: Development/Libraries/Python URL: https://www.riverbankcomputing.com/software/pyqt -Source: https://files.pythonhosted.org/packages/source/P/PyQt6/PyQt6-%{version}.tar.gz +#Source: https://files.pythonhosted.org/packages/source/P/PyQt6/PyQt6-%{version}.tar.gz +# The URL will be dead soon, don't bother including it +# https://www.riverbankcomputing.com/pypi/packages/PyQt6/PyQt6-%{version}.tar.gz +Source: PyQt6-%{version}.tar.gz # PATCH-FIX-OPENSUSE - disable-rpaths.diff - Disable RPATH when building PyQt6. Patch0: disable-rpaths.diff # PATCH-FIX-OPENSUSE - install binary dbus mainloop integration in arch dependent directory Patch1: 0001-Use-a-noarch-wrapper-for-dbus-mainloop-integration.patch -BuildRequires: %{python_module PyQt6-sip >= 13.6} +BuildRequires: %{python_module PyQt6-sip >= 13.8} BuildRequires: %{python_module dbus-python-devel >= 0.8} -BuildRequires: %{python_module devel >= 3.6.1} +BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module pyqt-builder >= 1.15} -BuildRequires: %{python_module sip-devel >= 6.5} +BuildRequires: %{python_module sip-devel >= 6.8} BuildRequires: dbus-1-devel BuildRequires: dos2unix BuildRequires: fdupes