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:
Matej Cepl 2022-07-04 18:08:50 +00:00 committed by Git OBS Bridge
parent 96e8c12dcc
commit bf68f26a0f
2 changed files with 7 additions and 7 deletions

View File

@ -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>

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