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 2022-07-28 20:57:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mailman-hyperkitty (Old)
and /work/SRC/openSUSE:Factory/.python-mailman-hyperkitty.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mailman-hyperkitty"
Thu Jul 28 20:57:40 2022 rev:6 rq:986716 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-mailman-hyperkitty/python-mailman-hyperkitty.changes
2022-06-13 13:03:23.585189297 +0200
+++
/work/SRC/openSUSE:Factory/.python-mailman-hyperkitty.new.1533/python-mailman-hyperkitty.changes
2022-07-28 20:57:43.971415205 +0200
@@ -1,0 +2,5 @@
+Mon Jul 4 11:12:24 UTC 2022 - Ben Greiner <[email protected]>
+
+- Go back to python39 -- highest supported Python by mailman3
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mailman-hyperkitty.spec ++++++
--- /var/tmp/diff_new_pack.wZKS8E/_old 2022-07-28 20:57:44.427416488 +0200
+++ /var/tmp/diff_new_pack.wZKS8E/_new 2022-07-28 20:57:44.431416500 +0200
@@ -16,9 +16,13 @@
#
+%if 0%{?suse_version} >= 1550
+# Newest python supported by mailman is Python 3.9 --
https://gitlab.com/mailman/mailman/-/issues/936
+%define pythons python39
+%else
%{?!python_module:%define python_module() python3-%{**}}
-# mailman is built only for primary python3 flavor
%define pythons python3
+%endif
Name: python-mailman-hyperkitty
Version: 1.2.0
Release: 0
@@ -44,11 +48,6 @@
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
@@ -70,6 +69,7 @@
%files %{python_files}
%doc README.rst mailman-hyperkitty.cfg
%license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/mailman_hyperkitty
+%{python_sitelib}/mailman_hyperkitty-%{version}*-info
%changelog