From 2e624c5318d1a0f099c20fe5693421ce004a23cf0e17c91da50a3bbac27e9ebd Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 29 Oct 2025 09:40:48 +0000 Subject: [PATCH 1/2] - Update to 6.10.0 * Added support for Qt v6.10. OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-WebEngine?expand=0&rev=36 --- pyqt6_webengine-6.10.0.tar.gz | 3 +++ pyqt6_webengine-6.9.0.tar.gz | 3 --- python-PyQt6-WebEngine.changes | 6 ++++++ python-PyQt6-WebEngine.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 pyqt6_webengine-6.10.0.tar.gz delete mode 100644 pyqt6_webengine-6.9.0.tar.gz diff --git a/pyqt6_webengine-6.10.0.tar.gz b/pyqt6_webengine-6.10.0.tar.gz new file mode 100644 index 0000000..c0408ee --- /dev/null +++ b/pyqt6_webengine-6.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267d27275d0c79ae270bca4b03520a41fa7e85c2a4d9632da8cb9cc233a55ad1 +size 37053 diff --git a/pyqt6_webengine-6.9.0.tar.gz b/pyqt6_webengine-6.9.0.tar.gz deleted file mode 100644 index f81e691..0000000 --- a/pyqt6_webengine-6.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ae537e3bbda06b8e06535e4852297e0bc3b00543c47929541fcc9b11981aa25 -size 34616 diff --git a/python-PyQt6-WebEngine.changes b/python-PyQt6-WebEngine.changes index 47ed5f4..a6dbf20 100644 --- a/python-PyQt6-WebEngine.changes +++ b/python-PyQt6-WebEngine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 29 09:40:39 UTC 2025 - Ben Greiner + +- Update to 6.10.0 + * Added support for Qt v6.10. + ------------------------------------------------------------------- Mon Jun 9 17:52:21 UTC 2025 - Ben Greiner diff --git a/python-PyQt6-WebEngine.spec b/python-PyQt6-WebEngine.spec index 9301f82..8ba2b52 100644 --- a/python-PyQt6-WebEngine.spec +++ b/python-PyQt6-WebEngine.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyQt6-WebEngine # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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 plainpython python %{?sle15_python_module_pythons} Name: python-PyQt6-%{qtlib} -Version: 6.9.0 +Version: 6.10.0 Release: 0 Summary: Python bindings for the Qt WebEngine framework License: GPL-3.0-only From b2794d669fe06d598735da119c8745cd20c20ba89bbac3af7c15cad4bf083d74 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 29 Oct 2025 13:03:49 +0000 Subject: [PATCH 2/2] - Add pyqt6_webengine-6.10.0-qt6.9.patch * Fixes a regression that caused builds to fail when using Qt v6.8 or v6.9. * https://www.riverbankcomputing.com/pipermail/pyqt/2025-October/046353.html OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-WebEngine?expand=0&rev=37 --- pyqt6_webengine-6.10.0-qt6.9.patch | 27 +++++++++++++++++++++++++++ python-PyQt6-WebEngine.changes | 6 +++++- python-PyQt6-WebEngine.spec | 2 ++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 pyqt6_webengine-6.10.0-qt6.9.patch diff --git a/pyqt6_webengine-6.10.0-qt6.9.patch b/pyqt6_webengine-6.10.0-qt6.9.patch new file mode 100644 index 0000000..3baf677 --- /dev/null +++ b/pyqt6_webengine-6.10.0-qt6.9.patch @@ -0,0 +1,27 @@ +diff -ur pyqt6_webengine-6.10.0/ChangeLog pyqt6_webengine-6.10.1.dev2510252014/ChangeLog +--- pyqt6_webengine-6.10.0/ChangeLog 2025-10-16 12:34:51.202807400 +0200 ++++ pyqt6_webengine-6.10.1.dev2510252014/ChangeLog 2025-10-26 02:07:11.511231400 +0200 +@@ -1,3 +1,11 @@ ++commit d76a2a7f9c3215b33dbd41d4dacb78eb182900fe ++Author: Phil Thompson ++Date: Sat Oct 25 20:14:23 2025 +0100 ++ ++ Bug fixes ++ ++ Fixed a regression that caused builds to fail when using Qt v6.8 or v6.9. ++ + commit 14b3e276ae013b46b2a9de0c6b89ea825eed9c05 + Author: Phil Thompson + Date: Thu Oct 16 11:03:55 2025 +0100 +diff -ur pyqt6_webengine-6.10.0/sip/QtWebEngineCore/qwebenginesettings.sip pyqt6_webengine-6.10.1.dev2510252014/sip/QtWebEngineCore/qwebenginesettings.sip +--- pyqt6_webengine-6.10.0/sip/QtWebEngineCore/qwebenginesettings.sip 2025-10-16 12:34:51.314369000 +0200 ++++ pyqt6_webengine-6.10.1.dev2510252014/sip/QtWebEngineCore/qwebenginesettings.sip 2025-10-26 02:07:11.833061000 +0200 +@@ -124,7 +124,7 @@ + QWebEngineSettings::UnknownUrlSchemePolicy unknownUrlSchemePolicy() const; + void setUnknownUrlSchemePolicy(QWebEngineSettings::UnknownUrlSchemePolicy policy); + void resetUnknownUrlSchemePolicy(); +-%If (QtWebEngine_6_10_0 -) ++%If (QtWebEngine_6_8_0 -) + typedef unsigned char uint8_t /PyInt/; + %End + %If (QtWebEngine_6_8_0 -) diff --git a/python-PyQt6-WebEngine.changes b/python-PyQt6-WebEngine.changes index a6dbf20..285db4f 100644 --- a/python-PyQt6-WebEngine.changes +++ b/python-PyQt6-WebEngine.changes @@ -1,8 +1,12 @@ ------------------------------------------------------------------- -Wed Oct 29 09:40:39 UTC 2025 - Ben Greiner +Wed Oct 29 12:59:12 UTC 2025 - Ben Greiner - Update to 6.10.0 * Added support for Qt v6.10. +- Add pyqt6_webengine-6.10.0-qt6.9.patch + * Fixes a regression that caused builds to fail when using Qt + v6.8 or v6.9. + * https://www.riverbankcomputing.com/pipermail/pyqt/2025-October/046353.html ------------------------------------------------------------------- Mon Jun 9 17:52:21 UTC 2025 - Ben Greiner diff --git a/python-PyQt6-WebEngine.spec b/python-PyQt6-WebEngine.spec index 8ba2b52..5012aa9 100644 --- a/python-PyQt6-WebEngine.spec +++ b/python-PyQt6-WebEngine.spec @@ -28,6 +28,8 @@ License: GPL-3.0-only Group: Development/Libraries/Python URL: https://www.riverbankcomputing.com/software/pyqt3d Source: https://files.pythonhosted.org/packages/source/P/PyQt6-%{qtlib}/pyqt6_webengine-%{version}.tar.gz +# PATCH-FIX-UPSTREAM pyqt6_webengine-6.10.0-qt6.9.patch -- https://www.riverbankcomputing.com/pipermail/pyqt/2025-October/046353.html +Patch1: pyqt6_webengine-6.10.0-qt6.9.patch BuildRequires: %{python_module PyQt6-devel >= 6.2} BuildRequires: %{python_module devel} BuildRequires: %{python_module pyqt-builder >= 1.17 with %python-pyqt-builder < 2}