Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-QDarkStyle for openSUSE:Factory checked in at 2025-06-03 17:57:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-QDarkStyle (Old) and /work/SRC/openSUSE:Factory/.python-QDarkStyle.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-QDarkStyle" Tue Jun 3 17:57:28 2025 rev:10 rq:1282335 version:3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-QDarkStyle/python-QDarkStyle.changes 2024-06-19 16:37:15.726848920 +0200 +++ /work/SRC/openSUSE:Factory/.python-QDarkStyle.new.16005/python-QDarkStyle.changes 2025-06-03 17:58:02.896823252 +0200 @@ -1,0 +2,5 @@ +Mon Jun 2 08:54:23 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Drop pyside2 support for Leap 16 and factory (boo#1243916) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-QDarkStyle.spec ++++++ --- /var/tmp/diff_new_pack.QpKKQn/_old 2025-06-03 17:58:03.676855595 +0200 +++ /var/tmp/diff_new_pack.QpKKQn/_new 2025-06-03 17:58:03.676855595 +0200 @@ -47,10 +47,8 @@ BuildRequires: %{python_module qt5-devel} # pyside2 is for primary python3 flavor only # but the exception was in Leap 15.6 has both built with 3.6 and 3.11 -%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150500 +%if 0%{?suse_version} == 1500 && 0%{?sle_version} == 150600 BuildRequires: %{python_module pyside2} -%else -BuildRequires: python3-pyside2 %endif BuildRequires: xvfb-run %endif @@ -81,8 +79,10 @@ %check export LANG=C.UTF-8 %python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run $python -B -m qdarkstyle.example --qt_from=pyqt5 --test +%if 0%{?suse_version} == 1500 && 0%{?sle_version} == 150600 # pyside2 is for primary python3 flavor only PYTHONPATH=%{buildroot}%{python3_sitelib} xvfb-run python%{python_bin_suffix} -B -m qdarkstyle.example --qt_from=pyside2 --test +%endif # no qtsass compiler (extras_require 'develop') #%%pytest %endif