From 49d982e3624f3aea3a93a09af85a086c4a81792d87e2e1fe419ab6eccd5613be Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 15 Mar 2023 22:52:30 +0000 Subject: [PATCH] Accepting request 1072166 from home:alarrosa:branches:openSUSE:Backports:SLE-15-SP5:Staging:adi:5 - Add patch to support python 3.6 in order to build for SLE/Leap: * support-python3.6.patch OBS-URL: https://build.opensuse.org/request/show/1072166 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-WebEngine?expand=0&rev=12 --- python-PyQt6-WebEngine.changes | 6 ++++++ python-PyQt6-WebEngine.spec | 5 +++-- support-python3.6.patch | 13 +++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 support-python3.6.patch diff --git a/python-PyQt6-WebEngine.changes b/python-PyQt6-WebEngine.changes index b4047a6..3b3607a 100644 --- a/python-PyQt6-WebEngine.changes +++ b/python-PyQt6-WebEngine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 15 14:08:48 UTC 2023 - Antonio Larrosa + +- Add patch to support python 3.6 in order to build for SLE/Leap: + * support-python3.6.patch + ------------------------------------------------------------------- Mon Oct 3 17:51:51 UTC 2022 - Ben Greiner diff --git a/python-PyQt6-WebEngine.spec b/python-PyQt6-WebEngine.spec index 62d1a24..b2acee2 100644 --- a/python-PyQt6-WebEngine.spec +++ b/python-PyQt6-WebEngine.spec @@ -27,8 +27,9 @@ License: GPL-3.0-only Group: Development/Libraries/Python URL: https://www.riverbankcomputing.com/software/pyqt3d Source: https://files.pythonhosted.org/packages/source/P/%{mname}/%{muname}-%{version}.tar.gz +Patch0: support-python3.6.patch BuildRequires: %{python_module PyQt6-devel >= 6.2} -BuildRequires: %{python_module devel >= 3.7} +BuildRequires: %{python_module devel >= 3.6} BuildRequires: %{python_module pyqt-builder >= 1.11} BuildRequires: %{python_module sip-devel >= 6} BuildRequires: fdupes @@ -64,7 +65,7 @@ This package provides Qt6 API files for the Eric IDE and the SIP files used to generate the Python bindings for %{name} %prep -%setup -q -n %{muname}-%{version} +%autosetup -p1 -n %{muname}-%{version} %build %pyqt_build diff --git a/support-python3.6.patch b/support-python3.6.patch new file mode 100644 index 0000000..3d593e2 --- /dev/null +++ b/support-python3.6.patch @@ -0,0 +1,13 @@ +Index: PyQt6_WebEngine-6.4.0/PKG-INFO +=================================================================== +--- PyQt6_WebEngine-6.4.0.orig/PKG-INFO ++++ PyQt6_WebEngine-6.4.0/PKG-INFO +@@ -1,7 +1,7 @@ + Metadata-Version: 2.1 + Name: PyQt6-WebEngine + Version: 6.4.0 +-Requires-Python: >=3.7 ++Requires-Python: >=3.6 + Summary: Python bindings for the Qt WebEngine framework + Home-Page: https://www.riverbankcomputing.com/software/pyqtwebengine/ + Author: Riverbank Computing Limited