Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mailman-web for openSUSE:Factory checked in at 2021-05-10 15:38:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mailman-web (Old) and /work/SRC/openSUSE:Factory/.python-mailman-web.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mailman-web" Mon May 10 15:38:13 2021 rev:2 rq:890486 version:0.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mailman-web/python-mailman-web.changes 2019-12-11 12:13:13.204543681 +0100 +++ /work/SRC/openSUSE:Factory/.python-mailman-web.new.2988/python-mailman-web.changes 2021-05-10 15:40:37.841262848 +0200 @@ -1,0 +2,5 @@ +Tue May 4 09:35:26 UTC 2021 - Ben Greiner <[email protected]> + +- restrict to python3 primary flavor due to mailman + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mailman-web.spec ++++++ --- /var/tmp/diff_new_pack.RPFBQO/_old 2021-05-10 15:40:38.333260910 +0200 +++ /var/tmp/diff_new_pack.RPFBQO/_new 2021-05-10 15:40:38.333260910 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-mailman-web # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?!python_module:%define python_module() python3-%{**}} +# mailman is built only for primary python3 flavor +%define pythons python3 Name: python-mailman-web Version: 0.0.1 Release: 0 @@ -43,6 +44,11 @@ BuildRequires: %{python_module django-settings-toml >= 0.0.3} BuildRequires: %{python_module postorius} # /SECTION +%if 0%{python3_version_nodots} == 38 +# help in replacing any previously installed multiflavor package back to the primary python3 package +Provides: python38-mailman-web = %{version}-%{release} +Obsoletes: python38-mailman-web < %{version}-%{release} +%endif %python_subpackages %description
