Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-WebOb for openSUSE:Factory checked in at 2021-06-28 15:33:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-WebOb (Old) and /work/SRC/openSUSE:Factory/.python-WebOb.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-WebOb" Mon Jun 28 15:33:21 2021 rev:32 rq:902224 version:1.8.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-WebOb/python-WebOb.changes 2021-03-24 16:10:47.159802613 +0100 +++ /work/SRC/openSUSE:Factory/.python-WebOb.new.2625/python-WebOb.changes 2021-06-28 15:33:33.603180994 +0200 @@ -1,0 +2,6 @@ +Thu Jun 24 22:29:11 UTC 2021 - Matej Cepl <mc...@suse.com> + +- We should require python3-* packages, not python-* ones, which + are python2. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-WebOb.spec ++++++ --- /var/tmp/diff_new_pack.ZJNLYK/_old 2021-06-28 15:33:33.999181477 +0200 +++ /var/tmp/diff_new_pack.ZJNLYK/_new 2021-06-28 15:33:34.003181483 +0200 @@ -17,7 +17,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define oldpython python Name: python-WebOb Version: 1.8.7 Release: 0 @@ -35,10 +34,10 @@ BuildArch: noarch %ifpython2 # We need SSL support -BuildRequires: %{oldpython} -Requires: %{oldpython} -Obsoletes: %{oldpython}-webob < %{version} -Provides: %{oldpython}-webob = %{version} +BuildRequires: python3 +Requires: python3 +Obsoletes: python3-webob < %{version} +Provides: python3-webob = %{version} %endif %python_subpackages