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
This commit is contained in:
Andreas Schneider 2022-06-13 12:34:10 +00:00 committed by Git OBS Bridge
parent 82dc4dbc99
commit 85efc6c9c3
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 13 09:09:17 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
- Added support-alembic-1-8.patch
- Removed support-alembic-1-7.patch
-------------------------------------------------------------------
Mon Feb 21 06:31:29 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -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

View File

@ -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