Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c63f5e3a0d | |||
| 1cd9986544 | |||
| 972e06dab9 | |||
| 0d455c956d | |||
| a2dc4eb80f | |||
| 9de1a711cd |
BIN
PyQt6_WebEngine-6.8.0.tar.gz
LFS
BIN
PyQt6_WebEngine-6.8.0.tar.gz
LFS
Binary file not shown.
27
pyqt6_webengine-6.10.0-qt6.9.patch
Normal file
27
pyqt6_webengine-6.10.0-qt6.9.patch
Normal 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 -)
|
||||||
3
pyqt6_webengine-6.10.0.tar.gz
Normal file
3
pyqt6_webengine-6.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:267d27275d0c79ae270bca4b03520a41fa7e85c2a4d9632da8cb9cc233a55ad1
|
||||||
|
size 37053
|
||||||
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Update to 6.9.0
|
||||||
|
* Added support for Qt v6.9.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 8 16:23:00 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
Wed Jan 8 16:23:00 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-PyQt6-WebEngine
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -21,13 +21,15 @@
|
|||||||
%define plainpython python
|
%define plainpython python
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-PyQt6-%{qtlib}
|
Name: python-PyQt6-%{qtlib}
|
||||||
Version: 6.8.0
|
Version: 6.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for the Qt WebEngine framework
|
Summary: Python bindings for the Qt WebEngine framework
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
URL: https://www.riverbankcomputing.com/software/pyqt3d
|
URL: https://www.riverbankcomputing.com/software/pyqt3d
|
||||||
Source: https://files.pythonhosted.org/packages/source/P/PyQt6-%{qtlib}/PyQt6_%{qtlib}-%{version}.tar.gz
|
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 PyQt6-devel >= 6.2}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pyqt-builder >= 1.17 with %python-pyqt-builder < 2}
|
BuildRequires: %{python_module pyqt-builder >= 1.17 with %python-pyqt-builder < 2}
|
||||||
@@ -67,11 +69,10 @@ This package provides Qt6 API files for the Eric IDE and the SIP files
|
|||||||
used to generate the Python bindings for %{name}
|
used to generate the Python bindings for %{name}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n PyQt6_%{qtlib}-%{version}
|
%autosetup -p1 -n pyqt6_webengine-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# https://www.riverbankcomputing.com/pipermail/pyqt/2024-December/046097.html
|
%pyqt_build
|
||||||
%pyqt_build -v -s %{quote:--concatenate 1}
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyqt_install
|
%pyqt_install
|
||||||
@@ -90,7 +91,7 @@ $python -c 'from PyQt6 import QtWebEngineCore, QtWebEngineQuick, QtWebEngineWidg
|
|||||||
%{python_sitearch}/PyQt6/QtWebEngineCore.*
|
%{python_sitearch}/PyQt6/QtWebEngineCore.*
|
||||||
%{python_sitearch}/PyQt6/QtWebEngineQuick.*
|
%{python_sitearch}/PyQt6/QtWebEngineQuick.*
|
||||||
%{python_sitearch}/PyQt6/QtWebEngineWidgets.*
|
%{python_sitearch}/PyQt6/QtWebEngineWidgets.*
|
||||||
%{python_sitearch}/PyQt6_%{qtlib}-%{version}.dist-info/
|
%{python_sitearch}/[Pp]y[Qq]t6_[Ww]eb[Ee]ngine-%{version}.dist-info/
|
||||||
%exclude %{pyqt6_sipdir}
|
%exclude %{pyqt6_sipdir}
|
||||||
|
|
||||||
%files %{python_files devel}
|
%files %{python_files devel}
|
||||||
|
|||||||
Reference in New Issue
Block a user