Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-mailman3 for
openSUSE:Factory checked in at 2021-05-10 15:38:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-mailman3 (Old)
and /work/SRC/openSUSE:Factory/.python-django-mailman3.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-mailman3"
Mon May 10 15:38:16 2021 rev:5 rq:890488 version:1.3.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-mailman3/python-django-mailman3.changes
2021-02-08 11:47:23.989707331 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-mailman3.new.2988/python-django-mailman3.changes
2021-05-10 15:40:39.273257208 +0200
@@ -1,0 +2,5 @@
+Tue May 4 09:32:59 UTC 2021 - Ben Greiner <[email protected]>
+
+- restrict to primary python3 flavor due to mailman
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-mailman3.spec ++++++
--- /var/tmp/diff_new_pack.yYT68B/_old 2021-05-10 15:40:39.813255081 +0200
+++ /var/tmp/diff_new_pack.yYT68B/_new 2021-05-10 15:40:39.813255081 +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-django-mailman3
Version: 1.3.5
Release: 0
@@ -45,6 +43,11 @@
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytz}
# /SECTION
+%if 0%{python3_version_nodots} == 38
+# help in replacing any previously installed multiflavor package back to the
primary python3 package
+Provides: python38-django-mailman3 = %{version}-%{release}
+Obsoletes: python38-django-mailman3 < %{version}-%{release}
+%endif
%python_subpackages
%description