Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sip for openSUSE:Factory checked in at 2023-01-26 13:56:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sip (Old) and /work/SRC/openSUSE:Factory/.python-sip.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sip" Thu Jan 26 13:56:57 2023 rev:114 rq:1060848 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes 2021-11-27 00:50:58.882873122 +0100 +++ /work/SRC/openSUSE:Factory/.python-sip.new.32243/python-sip.changes 2023-01-26 14:09:17.367887617 +0100 @@ -1,0 +2,6 @@ +Wed Jan 25 11:04:06 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Expand version from installed flavors: The primary python3 flavor + could be older on a backport for 15.X + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sip.spec ++++++ --- /var/tmp/diff_new_pack.sZVlg3/_old 2023-01-26 14:09:17.759889717 +0100 +++ /var/tmp/diff_new_pack.sZVlg3/_new 2023-01-26 14:09:17.767889760 +0100 @@ -19,9 +19,8 @@ # Default is sip6 for all distributions. Be sure to branch both python-sip6 and python-sip into # any project using this metapackge. %define sipN sip6 -# query the default provider and assume that all installed python flavors have the same version -%define Nversion %(rpm -q --qf '%%{version}' --whatprovides python3-%{sipN}-devel) -%{?!python_module:%define python_module() python3-%{**}} +# Assume that all installed python flavors have the same version +%define Nversion %(rpm -q --qf '%%{version}' --whatprovides $(echo %{python_module %{sipN}-devel}| cut -d " " -f 1)) %define skip_python2 1 %define plainpython python Name: python-sip