- Added allow-newer-django.patch: bring this package in sync with postorious and HyperKitty https://gitlab.com/mailman/mailman-web/-/issues/26 - Add BuildRequires for dependencies so that we notice early if they are broken. OBS-URL: https://build.opensuse.org/request/show/1123580 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman-web?expand=0&rev=14
25 lines
767 B
Diff
25 lines
767 B
Diff
Index: mailman-web-0.0.8/mailman_web.egg-info/requires.txt
|
|
===================================================================
|
|
--- mailman-web-0.0.8.orig/mailman_web.egg-info/requires.txt
|
|
+++ mailman-web-0.0.8/mailman_web.egg-info/requires.txt
|
|
@@ -1,5 +1,5 @@
|
|
django-allauth>0.56.0
|
|
-django<4.2,>=3.2
|
|
+django<4.3,>=3.2
|
|
django-mailman3>=1.3.11
|
|
postorius>=1.3.10
|
|
hyperkitty>=1.3.8
|
|
Index: mailman-web-0.0.8/setup.cfg
|
|
===================================================================
|
|
--- mailman-web-0.0.8.orig/setup.cfg
|
|
+++ mailman-web-0.0.8/setup.cfg
|
|
@@ -23,7 +23,7 @@ setup_requires =
|
|
setuptools-scm
|
|
install_requires =
|
|
django-allauth > 0.56.0
|
|
- django >=3.2, <4.2
|
|
+ django >=3.2, <4.3
|
|
django-mailman3 >= 1.3.11
|
|
postorius >= 1.3.10
|
|
hyperkitty >= 1.3.8
|