Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-postorius for
openSUSE:Factory checked in at 2025-12-29 15:17:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-postorius (Old)
and /work/SRC/openSUSE:Factory/.python-postorius.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-postorius"
Mon Dec 29 15:17:50 2025 rev:15 rq:1324689 version:1.3.13
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-postorius/python-postorius.changes
2025-12-18 18:37:05.607832102 +0100
+++
/work/SRC/openSUSE:Factory/.python-postorius.new.1928/python-postorius.changes
2025-12-29 15:18:37.535501681 +0100
@@ -1,0 +2,5 @@
+Fri Dec 19 07:18:04 UTC 2025 - Andreas Schneider <[email protected]>
+
+- If possible build for primary_python (fixes Leap 16.0)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-postorius.spec ++++++
--- /var/tmp/diff_new_pack.LDm8Gt/_old 2025-12-29 15:18:38.135526456 +0100
+++ /var/tmp/diff_new_pack.LDm8Gt/_new 2025-12-29 15:18:38.139526621 +0100
@@ -39,11 +39,13 @@
%global postorius_datadir %{postorius_libdir}/data
# keep in sync with python-HyperKitty/python-mailman-web
-# 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}}