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:
parent
82dc4dbc99
commit
85efc6c9c3
@ -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>
|
Mon Feb 21 06:31:29 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -64,8 +64,8 @@ Source101: https://gitlab.com/mailman/mailman/-/raw/master/src/mailman/test
|
|||||||
Patch0: python-mailman-test_interact_default_banner.patch
|
Patch0: python-mailman-test_interact_default_banner.patch
|
||||||
# Support SQLAlchemy 1.4 ... maybe backward compatible
|
# Support SQLAlchemy 1.4 ... maybe backward compatible
|
||||||
Patch1: support-sqlalchemy-1-4.patch
|
Patch1: support-sqlalchemy-1-4.patch
|
||||||
# Suppprt Alembic 1.7.x
|
# Suppprt Alembic 1.8.x
|
||||||
Patch2: support-alembic-1-7.patch
|
Patch2: support-alembic-1-8.patch
|
||||||
#
|
#
|
||||||
# PATCH-FIX-UPSTREAM ARC-message-fail-tests.patch bsc#[0-9]+ mcepl@suse.com
|
# PATCH-FIX-UPSTREAM ARC-message-fail-tests.patch bsc#[0-9]+ mcepl@suse.com
|
||||||
# this patch makes things totally awesome
|
# this patch makes things totally awesome
|
||||||
|
@ -7,7 +7,7 @@ Index: mailman-3.3.5/setup.py
|
|||||||
install_requires = [
|
install_requires = [
|
||||||
'aiosmtpd>=1.4.1',
|
'aiosmtpd>=1.4.1',
|
||||||
- 'alembic>=1.6.2,<1.7',
|
- 'alembic>=1.6.2,<1.7',
|
||||||
+ 'alembic>=1.6.2,<1.8',
|
+ 'alembic>=1.6.2,<1.9',
|
||||||
'atpublic',
|
'atpublic',
|
||||||
'authheaders>=0.9.2',
|
'authheaders>=0.9.2',
|
||||||
'authres>=1.0.1',
|
'authres>=1.0.1',
|
||||||
@ -18,7 +18,7 @@ Index: mailman-3.3.5/src/mailman.egg-info/requires.txt
|
|||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
aiosmtpd>=1.4.1
|
aiosmtpd>=1.4.1
|
||||||
-alembic<1.7,>=1.6.2
|
-alembic<1.7,>=1.6.2
|
||||||
+alembic<1.8,>=1.6.2
|
+alembic<1.9,>=1.6.2
|
||||||
atpublic
|
atpublic
|
||||||
authheaders>=0.9.2
|
authheaders>=0.9.2
|
||||||
authres>=1.0.1
|
authres>=1.0.1
|
Loading…
Reference in New Issue
Block a user