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 2023-06-19 22:50:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mailman (Old)
 and      /work/SRC/openSUSE:Factory/.python-mailman.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mailman"

Mon Jun 19 22:50:47 2023 rev:26 rq:1093767 version:3.3.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mailman/python-mailman.changes    
2023-03-31 21:15:48.830465669 +0200
+++ /work/SRC/openSUSE:Factory/.python-mailman.new.15902/python-mailman.changes 
2023-06-19 22:50:59.625713713 +0200
@@ -1,0 +2,12 @@
+Wed Jun  7 15:40:27 UTC 2023 - Andreas Schneider <[email protected]>
+
+- Move mailman to Python 3.11 on TW and Leap 15.5
+
+-------------------------------------------------------------------
+Wed Jun  7 14:53:12 UTC 2023 - Andreas Schneider <[email protected]>
+
+- Allow the mailman group to write to the data directory
+  * This will hold the postfix database for the domains and we need
+    to be able to write to it as the postfix user (member of mailman group).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-mailman.spec ++++++
--- /var/tmp/diff_new_pack.wZHQJr/_old  2023-06-19 22:51:00.377718117 +0200
+++ /var/tmp/diff_new_pack.wZHQJr/_new  2023-06-19 22:51:00.381718140 +0200
@@ -34,11 +34,12 @@
 %define psuffix %{nil}
 %bcond_with test
 %endif
-%if 0%{?suse_version} >= 1550
-# Newest python supported by mailman is Python 3.9 -- 
https://gitlab.com/mailman/mailman/-/issues/936
-%define pythons python39
-%define mypython python39
-%define mypython_sitelib %{python39_sitelib}
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150500
+# Newest python supported by mailman is Python 3.11
+# See 
https://gitlab.com/mailman/mailman/-/blob/master/src/mailman/docs/NEWS.rst
+%define pythons python311
+%define mypython python311
+%define mypython_sitelib %{python311_sitelib}
 %else
 %{?!python_module:%define python_module() python3-%{**}}
 %define pythons python3
@@ -276,7 +277,7 @@
 %endif
 %dir %attr(750,root,mailman) %{_sysconfdir}/%{mailman_name}.d
 %dir %attr(750,mailman,mailman) %{mailman_homedir}
-%dir %attr(750,mailman,mailman) %{mailman_homedir}/data
+%dir %attr(770,mailman,mailman) %{mailman_homedir}/data
 %dir %attr(750,mailman,mailman) %{mailman_spooldir}
 %dir %attr(750,mailman,mailman) %{mailman_logdir}
 %ghost %dir %{mailman_rundir}

Reply via email to