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 2023-07-01 23:18:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mailman-hyperkitty (Old)
and /work/SRC/openSUSE:Factory/.python-mailman-hyperkitty.new.13546 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mailman-hyperkitty"
Sat Jul 1 23:18:17 2023 rev:8 rq:1096267 version:1.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-mailman-hyperkitty/python-mailman-hyperkitty.changes
2023-06-27 23:17:04.451535508 +0200
+++
/work/SRC/openSUSE:Factory/.python-mailman-hyperkitty.new.13546/python-mailman-hyperkitty.changes
2023-07-01 23:18:18.586353286 +0200
@@ -1,0 +2,5 @@
+Sat Jul 1 09:32:57 UTC 2023 - Andreas Schneider <[email protected]>
+
+- Fix requirement for mailman3 and python modules
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mailman-hyperkitty.spec ++++++
--- /var/tmp/diff_new_pack.LspwiN/_old 2023-07-01 23:18:19.230357146 +0200
+++ /var/tmp/diff_new_pack.LspwiN/_new 2023-07-01 23:18:19.234357170 +0200
@@ -19,9 +19,11 @@
%if 0%{?suse_version} >= 1550
# Newest python supported by mailman is Python 3.9 --
https://gitlab.com/mailman/mailman/-/issues/936
%define pythons python311
+%define mypython python311
%else
%{?sle15_python_module_pythons}
%define pythons python311
+%define mypython python311
%endif
Name: python-mailman-hyperkitty
Version: 1.2.1
@@ -35,10 +37,10 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-mailman
-Requires: python-requests
-Requires: python-setuptools
-Requires: python-zope.interface
+Requires: %{mypython}-requests
+Requires: %{mypython}-setuptools
+Requires: %{mypython}-zope.interface
+Requires: mailman3 >= 3.3.5
BuildArch: noarch
# SECTION test requirements
BuildRequires: mailman3 >= 3.3.5