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 2022-10-27 13:54:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mailman (Old) and /work/SRC/openSUSE:Factory/.python-mailman.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mailman" Thu Oct 27 13:54:52 2022 rev:21 rq:1031517 version:3.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mailman/python-mailman.changes 2022-09-28 17:51:48.499238915 +0200 +++ /work/SRC/openSUSE:Factory/.python-mailman.new.2275/python-mailman.changes 2022-10-27 13:55:23.452940449 +0200 @@ -1,0 +2,8 @@ +Thu Oct 27 09:03:39 UTC 2022 - Andreas Schneider <a...@cryptomilk.org> + +- Update to version 3.3.6 + * https://gitlab.com/mailman/mailman/-/blob/3.3.6/src/mailman/docs/NEWS.rst +- Added support-attrs-22.patch +- Removed ARC-message-fail-tests.patch + +------------------------------------------------------------------- Old: ---- ARC-message-fail-tests.patch mailman-3.3.5.tar.gz New: ---- mailman-3.3.6.tar.gz support-attrs-22.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mailman.spec ++++++ --- /var/tmp/diff_new_pack.b3jp1M/_old 2022-10-27 13:55:24.268944611 +0200 +++ /var/tmp/diff_new_pack.b3jp1M/_new 2022-10-27 13:55:24.276944652 +0200 @@ -46,7 +46,7 @@ %define mypython_sitelib %{python3_sitelib} %endif Name: python-mailman%{psuffix} -Version: 3.3.5 +Version: 3.3.6 Release: 0 Summary: A Mailing List Manager Group: Productivity/Networking/Email/Mailinglists @@ -75,12 +75,10 @@ Patch1: support-sqlalchemy-1-4.patch # Suppprt Alembic 1.8.x Patch2: support-alembic-1-8.patch -# -# PATCH-FIX-UPSTREAM ARC-message-fail-tests.patch bsc#[0-9]+ mc...@suse.com -# this patch makes things totally awesome -Patch3: ARC-message-fail-tests.patch # Disable cache_ok warnings on console messages: disable caching completely at the moment -Patch4: mailman-support-sqlalchemy-1-4.patch +Patch3: mailman-support-sqlalchemy-1-4.patch +# Support attrs 22.1 +Patch4: support-attrs-22.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros ++++++ mailman-3.3.5.tar.gz -> mailman-3.3.6.tar.gz ++++++ ++++ 78729 lines of diff (skipped) ++++++ support-alembic-1-8.patch ++++++ --- /var/tmp/diff_new_pack.b3jp1M/_old 2022-10-27 13:55:25.156949141 +0200 +++ /var/tmp/diff_new_pack.b3jp1M/_new 2022-10-27 13:55:25.160949162 +0200 @@ -1,25 +1,25 @@ -Index: mailman-3.3.5/setup.py +Index: mailman-3.3.6/setup.py =================================================================== ---- mailman-3.3.5.orig/setup.py 2021-11-17 14:13:41.906620492 +0100 -+++ mailman-3.3.5/setup.py 2021-11-17 14:14:51.339103855 +0100 +--- mailman-3.3.6.orig/setup.py 2022-10-27 11:00:31.427260047 +0200 ++++ mailman-3.3.6/setup.py 2022-10-27 11:01:57.051868729 +0200 @@ -111,7 +111,7 @@ case second 'm'. Any other spelling is }, install_requires = [ 'aiosmtpd>=1.4.1', -- 'alembic>=1.6.2,<1.7', -+ 'alembic>=1.6.2,<1.9', +- 'alembic>=1.6.2,!=1.7.0', ++ 'alembic>=1.6.2,<1.9.0', 'atpublic', - 'authheaders>=0.9.2', - 'authres>=1.0.1', -Index: mailman-3.3.5/src/mailman.egg-info/requires.txt + 'attrs<21.3.0', + 'authheaders>=0.14.0', +Index: mailman-3.3.6/src/mailman.egg-info/requires.txt =================================================================== ---- mailman-3.3.5.orig/src/mailman.egg-info/requires.txt 2021-09-29 05:25:10.000000000 +0200 -+++ mailman-3.3.5/src/mailman.egg-info/requires.txt 2021-11-17 14:15:21.459313543 +0100 +--- mailman-3.3.6.orig/src/mailman.egg-info/requires.txt 2022-10-26 06:26:52.000000000 +0200 ++++ mailman-3.3.6/src/mailman.egg-info/requires.txt 2022-10-27 11:02:22.972052996 +0200 @@ -1,5 +1,5 @@ aiosmtpd>=1.4.1 --alembic<1.7,>=1.6.2 -+alembic<1.9,>=1.6.2 +-alembic!=1.7.0,>=1.6.2 ++alembic<1.9.0,>=1.6.2 atpublic - authheaders>=0.9.2 - authres>=1.0.1 + attrs<21.3.0 + authheaders>=0.14.0 ++++++ support-attrs-22.patch ++++++ Index: mailman-3.3.6/setup.py =================================================================== --- mailman-3.3.6.orig/setup.py 2022-10-27 11:14:04.065047157 +0200 +++ mailman-3.3.6/setup.py 2022-10-27 11:15:25.901631179 +0200 @@ -113,7 +113,7 @@ case second 'm'. Any other spelling is 'aiosmtpd>=1.4.1', 'alembic>=1.6.2,<1.9.0', 'atpublic', - 'attrs<21.3.0', + 'attrs<22.2', 'authheaders>=0.14.0', 'authres>=1.0.1', 'click>=8.0.0', Index: mailman-3.3.6/src/mailman.egg-info/requires.txt =================================================================== --- mailman-3.3.6.orig/src/mailman.egg-info/requires.txt 2022-10-27 11:02:22.972052996 +0200 +++ mailman-3.3.6/src/mailman.egg-info/requires.txt 2022-10-27 11:15:33.805687581 +0200 @@ -1,7 +1,7 @@ aiosmtpd>=1.4.1 alembic<1.9.0,>=1.6.2 atpublic -attrs<21.3.0 +attrs<22.2.0 authheaders>=0.14.0 authres>=1.0.1 click>=8.0.0 ++++++ support-sqlalchemy-1-4.patch ++++++ --- /var/tmp/diff_new_pack.b3jp1M/_old 2022-10-27 13:55:25.196949345 +0200 +++ /var/tmp/diff_new_pack.b3jp1M/_new 2022-10-27 13:55:25.200949365 +0200 @@ -1,8 +1,8 @@ -Index: mailman-3.3.5/setup.py +Index: mailman-3.3.6/setup.py =================================================================== ---- mailman-3.3.5.orig/setup.py -+++ mailman-3.3.5/setup.py -@@ -127,7 +127,7 @@ case second 'm'. Any other spelling is +--- mailman-3.3.6.orig/setup.py 2022-09-02 05:49:42.000000000 +0200 ++++ mailman-3.3.6/setup.py 2022-10-27 11:00:31.427260047 +0200 +@@ -128,7 +128,7 @@ case second 'm'. Any other spelling is 'python-dateutil>=2.0', 'passlib', 'requests', @@ -11,10 +11,10 @@ 'zope.component', 'zope.configuration', 'zope.event', -Index: mailman-3.3.5/src/mailman/database/tests/test_factory.py +Index: mailman-3.3.6/src/mailman/database/tests/test_factory.py =================================================================== ---- mailman-3.3.5.orig/src/mailman/database/tests/test_factory.py -+++ mailman-3.3.5/src/mailman/database/tests/test_factory.py +--- mailman-3.3.6.orig/src/mailman/database/tests/test_factory.py 2022-09-02 05:49:42.000000000 +0200 ++++ mailman-3.3.6/src/mailman/database/tests/test_factory.py 2022-10-27 11:00:31.427260047 +0200 @@ -76,10 +76,11 @@ class TestSchemaManager(unittest.TestCas # In case of MySQL, you cannot create/drop indexes on primary keys # manually as it is handled automatically by MySQL. @@ -41,11 +41,11 @@ config.db.commit() def test_current_database(self): -Index: mailman-3.3.5/src/mailman/model/listmanager.py +Index: mailman-3.3.6/src/mailman/model/listmanager.py =================================================================== ---- mailman-3.3.5.orig/src/mailman/model/listmanager.py -+++ mailman-3.3.5/src/mailman/model/listmanager.py -@@ -31,6 +31,11 @@ from mailman.model.mime import ContentFi +--- mailman-3.3.6.orig/src/mailman/model/listmanager.py 2022-09-02 05:49:42.000000000 +0200 ++++ mailman-3.3.6/src/mailman/model/listmanager.py 2022-10-27 11:00:31.427260047 +0200 +@@ -39,6 +39,11 @@ from mailman.model.mime import ContentFi from mailman.utilities.datetime import now from mailman.utilities.queries import QuerySequence from public import public @@ -57,7 +57,7 @@ from zope.event import notify from zope.interface import implementer -@@ -120,7 +125,7 @@ class ListManager: +@@ -128,7 +133,7 @@ class ListManager: """See `IListManager`.""" result_set = store.query(MailingList) for list_id in result_set.values(MailingList._list_id):