Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-QtPy for openSUSE:Factory checked in at 2024-04-21 20:26:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-QtPy (Old) and /work/SRC/openSUSE:Factory/.python-QtPy.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-QtPy" Sun Apr 21 20:26:12 2024 rev:25 rq:1169282 version:2.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-QtPy/python-QtPy.changes 2023-11-21 21:34:15.196293433 +0100 +++ /work/SRC/openSUSE:Factory/.python-QtPy.new.26366/python-QtPy.changes 2024-04-21 20:27:24.986219363 +0200 @@ -1,0 +2,6 @@ +Tue Apr 16 11:01:50 UTC 2024 - Max Lin <m...@suse.com> + +- Make sure to use pytest-3.11 on Leap15.6 +- To buildrequires python 3.11 version of pyside6 and pyside2 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-QtPy.spec ++++++ --- /var/tmp/diff_new_pack.XHHsoB/_old 2024-04-21 20:27:25.642243437 +0200 +++ /var/tmp/diff_new_pack.XHHsoB/_new 2024-04-21 20:27:25.642243437 +0200 @@ -34,7 +34,10 @@ %bcond_with pyside2 %bcond_with pyside6 %endif - +# make sure using pytest-3.11 on Leap 15.6 +%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150500 +%define python3_bin_suffix 3.11 +%endif %{?sle15_python_module_pythons} Name: python-QtPy%{psuffix} Version: 2.4.1 @@ -87,10 +90,18 @@ %endif %endif %if %{with pyside2} +%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150500 +BuildRequires: %{python_module pyside2} +%else BuildRequires: python3-pyside2 %endif +%endif %if %{with pyside6} +%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150500 +BuildRequires: %{python_module pyside6} +%else BuildRequires: python3-pyside6 +%endif BuildRequires: qt6-sql-sqlite %endif %endif