Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-postorius for
openSUSE:Factory checked in at 2021-05-04 22:01:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-postorius (Old)
and /work/SRC/openSUSE:Factory/.python-postorius.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-postorius"
Tue May 4 22:01:09 2021 rev:9 rq:890334 version:1.3.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-postorius/python-postorius.changes
2021-02-15 23:19:27.799679260 +0100
+++
/work/SRC/openSUSE:Factory/.python-postorius.new.2988/python-postorius.changes
2021-05-04 22:01:19.648524390 +0200
@@ -1,0 +2,5 @@
+Tue May 4 09:34:29 UTC 2021 - Ben Greiner <[email protected]>
+
+- restrict to primary python3 flavor due to mailman
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-postorius.spec ++++++
--- /var/tmp/diff_new_pack.SJjHgW/_old 2021-05-04 22:01:20.132522572 +0200
+++ /var/tmp/diff_new_pack.SJjHgW/_new 2021-05-04 22:01:20.136522557 +0200
@@ -29,11 +29,9 @@
%global postorius_logdir %{_localstatedir}/log/postorius
%global postorius_datadir %{postorius_libdir}/data
-%{?!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-postorius
Version: 1.3.4
Release: 0
@@ -78,6 +76,11 @@
BuildRequires: %{python_module readme_renderer}
BuildRequires: %{python_module vcrpy}
# /SECTION
+%if 0%{python3_version_nodots} == 38
+# help in replacing any previously installed multiflavor package back to the
primary python3 package
+Provides: python38-postorius = %{version}-%{release}
+Obsoletes: python38-postorius < %{version}-%{release}
+%endif
%python_subpackages
%description