Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-PyQt6-WebEngine for 
openSUSE:Factory checked in at 2023-03-16 22:57:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyQt6-WebEngine (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyQt6-WebEngine.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyQt6-WebEngine"

Thu Mar 16 22:57:40 2023 rev:7 rq:1072208 version:6.4.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-PyQt6-WebEngine/python-PyQt6-WebEngine.changes
    2022-10-04 20:37:46.956921144 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyQt6-WebEngine.new.31432/python-PyQt6-WebEngine.changes
 2023-03-16 22:57:53.595327519 +0100
@@ -1,0 +2,6 @@
+Wed Mar 15 14:08:48 UTC 2023 - Antonio Larrosa <alarr...@suse.com>
+
+- Add patch to support python 3.6 in order to build for SLE/Leap:
+  * support-python3.6.patch
+
+-------------------------------------------------------------------

New:
----
  support-python3.6.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-PyQt6-WebEngine.spec ++++++
--- /var/tmp/diff_new_pack.urdLvd/_old  2023-03-16 22:57:54.143330174 +0100
+++ /var/tmp/diff_new_pack.urdLvd/_new  2023-03-16 22:57:54.151330212 +0100
@@ -27,8 +27,9 @@
 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 @@
 used to generate the Python bindings for %{name}
 
 %prep
-%setup -q -n %{muname}-%{version}
+%autosetup -p1 -n %{muname}-%{version}
 
 %build
 %pyqt_build

++++++ support-python3.6.patch ++++++
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

Reply via email to