Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ordered-set for openSUSE:Factory checked in at 2021-07-10 22:53:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ordered-set (Old) and /work/SRC/openSUSE:Factory/.python-ordered-set.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ordered-set" Sat Jul 10 22:53:39 2021 rev:7 rq:900815 version:3.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ordered-set/python-ordered-set.changes 2020-10-28 09:57:36.899112546 +0100 +++ /work/SRC/openSUSE:Factory/.python-ordered-set.new.2625/python-ordered-set.changes 2021-07-10 22:53:44.848108178 +0200 @@ -1,0 +2,6 @@ +Thu Jun 17 17:22:40 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Add Provides: for python*dist(ordered-set): work around + boo#1186870 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ordered-set.spec ++++++ --- /var/tmp/diff_new_pack.SDudMT/_old 2021-07-10 22:53:45.712101510 +0200 +++ /var/tmp/diff_new_pack.SDudMT/_new 2021-07-10 22:53:45.716101479 +0200 @@ -1,7 +1,7 @@ # -# spec file for package python-ordered-set +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2019 Neal Gompa <ngomp...@gmail.com>. # # All modifications and additions to the file contributed by third parties @@ -17,6 +17,8 @@ # +# in order to avoid rewriting for subpackage generator +%define mypython python %global modname ordered-set %global dir_name ordered_set %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -44,6 +46,11 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} %endif +# work around boo#1186870 +Provides: %{mypython}%{python_version}dist(%modname) = %{version} +%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3" +Provides: %{mypython}3dist(%modname) = %{version} +%endif %python_subpackages %description