Accepting request 989254 from openSUSE:infrastructure:mailman3

- Fix the patch for django 4.0 to update dependencies

OBS-URL: https://build.opensuse.org/request/show/989254
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-django-mailman3?expand=0&rev=22
This commit is contained in:
Andreas Schneider 2022-07-15 05:29:51 +00:00 committed by Git OBS Bridge
parent bf68f26a0f
commit b4813c682d
2 changed files with 17 additions and 0 deletions

View File

@ -29,3 +29,15 @@ index 54306eb..20f1b11 100644
#
# Signals listened to
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
- 'django>=2.2,<3.3',
+ 'django>=2.2,<4.1',
'mailmanclient>=3.3.3',
'django-allauth',
'django-gravatar2 >= 1.0.6',

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 14 18:43:40 UTC 2022 - Jacob Michalskie <hel@lcp.world>
- Fix the patch for django 4.0 to update dependencies
-------------------------------------------------------------------
Mon Jul 4 11:17:34 UTC 2022 - Ben Greiner <code@bnavigator.de>