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 2025-12-29 15:17:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mailman-hyperkitty (Old)
and /work/SRC/openSUSE:Factory/.python-mailman-hyperkitty.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mailman-hyperkitty"
Mon Dec 29 15:17:44 2025 rev:11 rq:1324687 version:1.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-mailman-hyperkitty/python-mailman-hyperkitty.changes
2024-03-04 21:24:42.493464182 +0100
+++
/work/SRC/openSUSE:Factory/.python-mailman-hyperkitty.new.1928/python-mailman-hyperkitty.changes
2025-12-29 15:18:35.819430975 +0100
@@ -1,0 +2,5 @@
+Fri Dec 19 07:15:22 UTC 2025 - Andreas Schneider <[email protected]>
+
+- If possible build for primary_python (fixes Leap 16.0)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mailman-hyperkitty.spec ++++++
--- /var/tmp/diff_new_pack.PkihnU/_old 2025-12-29 15:18:36.359453171 +0100
+++ /var/tmp/diff_new_pack.PkihnU/_new 2025-12-29 15:18:36.359453171 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-mailman-hyperkitty
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,13 @@
#
-# Always only build one flavor: primary python for TW, python311 from the
SLE15 python module for 15.x
-%if 0%{?suse_version} >= 1550
-%define pythons python3
-%else
+# Always only build one flavor
+%if 0%{?sle_version} && 0%{?sle_version} < 160000
%{?sle15_python_module_pythons}
+%elif %{defined primary_python}
+%define pythons %{primary_python}
+%else
+%define pythons python3
%endif
%global mypython %pythons
%global mypython_sitelib %{expand:%%{%{mypython}_sitelib}}