Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-mailman for openSUSE:Factory 
checked in at 2025-12-29 15:17:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mailman (Old)
 and      /work/SRC/openSUSE:Factory/.python-mailman.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mailman"

Mon Dec 29 15:17:42 2025 rev:35 rq:1324686 version:3.3.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mailman/python-mailman.changes    
2025-07-15 16:47:31.924748100 +0200
+++ /work/SRC/openSUSE:Factory/.python-mailman.new.1928/python-mailman.changes  
2025-12-29 15:18:34.671383787 +0100
@@ -1,0 +2,5 @@
+Fri Dec 19 07:13:53 UTC 2025 - Andreas Schneider <[email protected]>
+
+- If possible build for primary_python (fixes Leap 16.0)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-mailman.spec ++++++
--- /var/tmp/diff_new_pack.8OA6pN/_old  2025-12-29 15:18:35.387413218 +0100
+++ /var/tmp/diff_new_pack.8OA6pN/_new  2025-12-29 15:18:35.391413383 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mailman
 #
-# Copyright (c) 2025 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
@@ -48,11 +48,13 @@
 %bcond_with test
 %endif
 # Keep this in sync with HyperKitty und Postorius
-# 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}}

Reply via email to