From 85efc6c9c33c0c2b083cbeb14c84a675baab97ce886f933f9c734484e110f080 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 13 Jun 2022 12:34:10 +0000 Subject: [PATCH] Accepting request 982446 from home:gladiac:branches:devel:languages:python:mailman - Added support-alembic-1-8.patch - Removed support-alembic-1-7.patch OBS-URL: https://build.opensuse.org/request/show/982446 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=61 --- python-mailman.changes | 6 ++++++ python-mailman.spec | 4 ++-- support-alembic-1-7.patch => support-alembic-1-8.patch | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) rename support-alembic-1-7.patch => support-alembic-1-8.patch (94%) 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