diff --git a/python-mailman.changes b/python-mailman.changes index c2d0630..0b6507d 100644 --- a/python-mailman.changes +++ b/python-mailman.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 13 09:09:17 UTC 2022 - Andreas Schneider + +- Added support-alembic-1-8.patch +- Removed support-alembic-1-7.patch + ------------------------------------------------------------------- Mon Feb 21 06:31:29 UTC 2022 - Steve Kowalik diff --git a/python-mailman.spec b/python-mailman.spec index 99efd4b..b8aa9c5 100644 --- a/python-mailman.spec +++ b/python-mailman.spec @@ -64,8 +64,8 @@ Source101: https://gitlab.com/mailman/mailman/-/raw/master/src/mailman/test Patch0: python-mailman-test_interact_default_banner.patch # Support SQLAlchemy 1.4 ... maybe backward compatible Patch1: support-sqlalchemy-1-4.patch -# Suppprt Alembic 1.7.x -Patch2: support-alembic-1-7.patch +# Suppprt Alembic 1.8.x +Patch2: support-alembic-1-8.patch # # PATCH-FIX-UPSTREAM ARC-message-fail-tests.patch bsc#[0-9]+ mcepl@suse.com # this patch makes things totally awesome diff --git a/support-alembic-1-7.patch b/support-alembic-1-8.patch similarity index 94% rename from support-alembic-1-7.patch rename to support-alembic-1-8.patch index 4c33583..228af76 100644 --- a/support-alembic-1-7.patch +++ b/support-alembic-1-8.patch @@ -7,7 +7,7 @@ Index: mailman-3.3.5/setup.py install_requires = [ 'aiosmtpd>=1.4.1', - 'alembic>=1.6.2,<1.7', -+ 'alembic>=1.6.2,<1.8', ++ 'alembic>=1.6.2,<1.9', 'atpublic', 'authheaders>=0.9.2', 'authres>=1.0.1', @@ -18,7 +18,7 @@ Index: mailman-3.3.5/src/mailman.egg-info/requires.txt @@ -1,5 +1,5 @@ aiosmtpd>=1.4.1 -alembic<1.7,>=1.6.2 -+alembic<1.8,>=1.6.2 ++alembic<1.9,>=1.6.2 atpublic authheaders>=0.9.2 authres>=1.0.1