Accepting request 989284 from devel:languages:python:mailman

OBS-URL: https://build.opensuse.org/request/show/989284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-mailman3?expand=0&rev=9
This commit is contained in:
Richard Brown 2022-07-28 18:57:42 +00:00 committed by Git OBS Bridge
commit 776844868d
3 changed files with 24 additions and 7 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,14 @@
-------------------------------------------------------------------
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>
- Enable multiflavor so that we can pin mailman3 and hyperkitty
to python39
-------------------------------------------------------------------
Mon May 9 20:55:06 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -17,8 +17,7 @@
%{?!python_module:%define python_module() python3-%{**}}
# mailman is built only for primary python3 flavor
%define pythons python3
%define skip_python2 1
%define modname django_mailman3
Name: python-django-mailman3
Version: 1.3.7
@ -45,11 +44,6 @@ BuildRequires: %{python_module django-gravatar2 >= 1.0.6}
BuildRequires: %{python_module mailmanclient}
BuildRequires: %{python_module pytz}
# /SECTION
%if 0%{python3_version_nodots} == 38
# help in replacing any previously installed multiflavor package back to the primary python3 package
Provides: python38-django-mailman3 = %{version}-%{release}
Obsoletes: python38-django-mailman3 < %{version}-%{release}
%endif
%python_subpackages
%description