Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-mailmanclient for
openSUSE:Factory checked in at 2021-05-04 22:01:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mailmanclient (Old)
and /work/SRC/openSUSE:Factory/.python-mailmanclient.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mailmanclient"
Tue May 4 22:01:09 2021 rev:6 rq:890335 version:3.3.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-mailmanclient/python-mailmanclient.changes
2021-02-07 15:18:40.865733811 +0100
+++
/work/SRC/openSUSE:Factory/.python-mailmanclient.new.2988/python-mailmanclient.changes
2021-05-04 22:01:20.304521925 +0200
@@ -1,0 +2,5 @@
+Tue May 4 09:30:03 UTC 2021 - Ben Greiner <[email protected]>
+
+- Restrict to python3 build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mailmanclient.spec ++++++
--- /var/tmp/diff_new_pack.AJxXDG/_old 2021-05-04 22:01:20.704520422 +0200
+++ /var/tmp/diff_new_pack.AJxXDG/_new 2021-05-04 22:01:20.704520422 +0200
@@ -16,11 +16,9 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
-%if 0%{?suse_version} >= 1550
-%define skip_python36 1
-%endif
+%{?!python_module:%define python_module() python3-%{**}}
+# mailman is built only for primary python3 flavor
+%define pythons python3
Name: python-mailmanclient
Version: 3.3.2
Release: 0
@@ -41,6 +39,11 @@
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
# /SECTION
+%if 0%{python3_version_nodots} == 38
+# help in replacing any previously installed multiflavor package back to the
primary python3 package
+Provides: python38-mailmanclient = %{version}-%{release}
+Obsoletes: python38-mailmanclient < %{version}-%{release}
+%endif
%python_subpackages
%description