Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-six for openSUSE:Factory checked in at 2021-07-10 22:53:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-six (Old) and /work/SRC/openSUSE:Factory/.python-six.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-six" Sat Jul 10 22:53:37 2021 rev:41 rq:900811 version:1.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-six/python-six.changes 2021-05-12 19:31:30.639213141 +0200 +++ /work/SRC/openSUSE:Factory/.python-six.new.2625/python-six.changes 2021-07-10 22:53:41.932130683 +0200 @@ -1,0 +2,5 @@ +Thu Jun 17 16:58:25 UTC 2021 - Benjamin Greiner <c...@bnavigator.de> + +- provide python3*dist(six): work around boo#1186870 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-six.spec ++++++ --- /var/tmp/diff_new_pack.4ybn0V/_old 2021-07-10 22:53:42.332127596 +0200 +++ /var/tmp/diff_new_pack.4ybn0V/_new 2021-07-10 22:53:42.336127565 +0200 @@ -1,5 +1,5 @@ # -# spec file for package python-six-test +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -27,6 +27,8 @@ %bcond_with test %define psuffix %{nil} %endif +# in order to avoid rewriting for subpackage generator +%define mypython python Name: python-six%{psuffix} Version: 1.16.0 Release: 0 @@ -45,6 +47,11 @@ BuildRequires: %{python_module py} BuildRequires: python3-Sphinx %endif +# work around boo#1186870 +Provides: %{mypython}%{python_version}dist(six) = %{version} +%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3" +Provides: %{mypython}3dist(six) = %{version} +%endif %python_subpackages %description