From b4813c682dc52f5206bffb04f608ec27ddc15fc64e85841faa2df25b06163641 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 15 Jul 2022 05:29:51 +0000 Subject: [PATCH] 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 --- dj40.patch | 12 ++++++++++++ python-django-mailman3.changes | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/dj40.patch b/dj40.patch index b64cef4..b97713e 100644 --- a/dj40.patch +++ b/dj40.patch @@ -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', diff --git a/python-django-mailman3.changes b/python-django-mailman3.changes index 492178e..d983b61 100644 --- a/python-django-mailman3.changes +++ b/python-django-mailman3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 14 18:43:40 UTC 2022 - Jacob Michalskie + +- Fix the patch for django 4.0 to update dependencies + ------------------------------------------------------------------- Mon Jul 4 11:17:34 UTC 2022 - Ben Greiner