17
0

Accepting request 1314375 from KDE:Qt:PyQt

- 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

OBS-URL: https://build.opensuse.org/request/show/1314375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6-WebEngine?expand=0&rev=17
This commit is contained in:
2025-10-29 20:08:51 +00:00
committed by Git OBS Bridge
5 changed files with 44 additions and 5 deletions

View File

@@ -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 <phil@riverbankcomputing.com>
+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 <phil@riverbankcomputing.com>
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 -)

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:267d27275d0c79ae270bca4b03520a41fa7e85c2a4d9632da8cb9cc233a55ad1
size 37053

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ae537e3bbda06b8e06535e4852297e0bc3b00543c47929541fcc9b11981aa25
size 34616

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 29 12:59:12 UTC 2025 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de>

View File

@@ -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,13 +21,15 @@
%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
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}