Accepting request 986658 from home:bnavigator:branches:devel:languages:python:mailman
- Enable multiflavor so that we can pin mailman3 and hyperkitty to python39 OBS-URL: https://build.opensuse.org/request/show/986658 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-django-mailman3?expand=0&rev=21
This commit is contained in:
parent
96e8c12dcc
commit
bf68f26a0f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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