Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-mailman-hyperkitty for
openSUSE:Factory checked in at 2021-05-10 15:38:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mailman-hyperkitty (Old)
and /work/SRC/openSUSE:Factory/.python-mailman-hyperkitty.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mailman-hyperkitty"
Mon May 10 15:38:13 2021 rev:2 rq:890487 version:1.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-mailman-hyperkitty/python-mailman-hyperkitty.changes
2019-12-10 22:44:29.109763219 +0100
+++
/work/SRC/openSUSE:Factory/.python-mailman-hyperkitty.new.2988/python-mailman-hyperkitty.changes
2021-05-10 15:40:38.477260343 +0200
@@ -1,0 +2,5 @@
+Tue May 4 09:36:18 UTC 2021 - Ben Greiner <[email protected]>
+
+- restrict to primary python3 flavor due to mailman
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mailman-hyperkitty.spec ++++++
--- /var/tmp/diff_new_pack.hBclWY/_old 2021-05-10 15:40:38.937258531 +0200
+++ /var/tmp/diff_new_pack.hBclWY/_new 2021-05-10 15:40:38.941258515 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-mailman-hyperkitty
#
-# 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-hyperkitty
Version: 1.1.0
Release: 0
@@ -43,6 +44,11 @@
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module zope.interface}
# /SECTION
+%if 0%{python3_version_nodots} == 38
+# help in replacing any previously installed multiflavor package back to the
primary python3 package
+Provides: python38-mailman-hyperkitty = %{version}-%{release}
+Obsoletes: python38-mailman-hyperkitty < %{version}-%{release}
+%endif
%python_subpackages
%description