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:
commit
776844868d
12
dj40.patch
12
dj40.patch
@ -29,3 +29,15 @@ index 54306eb..20f1b11 100644
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Signals listened to
|
# 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',
|
||||||
|
@ -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>
|
Mon May 9 20:55:06 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -17,8 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
# mailman is built only for primary python3 flavor
|
%define skip_python2 1
|
||||||
%define pythons python3
|
|
||||||
%define modname django_mailman3
|
%define modname django_mailman3
|
||||||
Name: python-django-mailman3
|
Name: python-django-mailman3
|
||||||
Version: 1.3.7
|
Version: 1.3.7
|
||||||
@ -45,11 +44,6 @@ BuildRequires: %{python_module django-gravatar2 >= 1.0.6}
|
|||||||
BuildRequires: %{python_module mailmanclient}
|
BuildRequires: %{python_module mailmanclient}
|
||||||
BuildRequires: %{python_module pytz}
|
BuildRequires: %{python_module pytz}
|
||||||
# /SECTION
|
# /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
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user