Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyQt6-NetworkAuth for openSUSE:Factory checked in at 2023-03-16 22:57:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyQt6-NetworkAuth (Old) and /work/SRC/openSUSE:Factory/.python-PyQt6-NetworkAuth.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyQt6-NetworkAuth" Thu Mar 16 22:57:41 2023 rev:6 rq:1072209 version:6.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyQt6-NetworkAuth/python-PyQt6-NetworkAuth.changes 2022-10-04 20:37:47.900922486 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyQt6-NetworkAuth.new.31432/python-PyQt6-NetworkAuth.changes 2023-03-16 22:57:54.315331007 +0100 @@ -1,0 +2,6 @@ +Wed Mar 15 14:05:34 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-NetworkAuth.spec ++++++ --- /var/tmp/diff_new_pack.3dqUFh/_old 2023-03-16 22:57:55.211335347 +0100 +++ /var/tmp/diff_new_pack.3dqUFh/_new 2023-03-16 22:57:55.231335444 +0100 @@ -29,8 +29,9 @@ Group: Development/Libraries/Python URL: https://www.riverbankcomputing.com/software/pyqtnetworkauth Source: https://files.pythonhosted.org/packages/source/P/%{mname}/PyQt6_%{qtlib}-%{version}.tar.gz +Patch0: support-python3.6.patch BuildRequires: %{python_module PyQt6-devel >= %{version}} -BuildRequires: %{python_module devel >= 3.7} +BuildRequires: %{python_module devel >= 3.6} BuildRequires: %{python_module pyqt-builder >= 1.9} BuildRequires: %{python_module sip-devel >= 6} BuildRequires: fdupes @@ -57,7 +58,7 @@ used to generate the Python bindings for %{name} %prep -%setup -q -n PyQt6_%{qtlib}-%{version} +%autosetup -p1 -n PyQt6_%{qtlib}-%{version} %build %pyqt_build ++++++ support-python3.6.patch ++++++ Index: PyQt6_NetworkAuth-6.4.0/PKG-INFO =================================================================== --- PyQt6_NetworkAuth-6.4.0.orig/PKG-INFO +++ PyQt6_NetworkAuth-6.4.0/PKG-INFO @@ -1,7 +1,7 @@ Metadata-Version: 2.1 Name: PyQt6-NetworkAuth Version: 6.4.0 -Requires-Python: >=3.7 +Requires-Python: >=3.6 Summary: Python bindings for the Qt Network Authorization library Home-Page: https://www.riverbankcomputing.com/software/pyqtnetworkauth/ Author: Riverbank Computing Limited