Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-mailman3 for openSUSE:Factory checked in at 2022-07-28 20:57:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-mailman3 (Old) and /work/SRC/openSUSE:Factory/.python-django-mailman3.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-mailman3" Thu Jul 28 20:57:42 2022 rev:9 rq:989284 version:1.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-mailman3/python-django-mailman3.changes 2022-05-10 15:12:16.891596596 +0200 +++ /work/SRC/openSUSE:Factory/.python-django-mailman3.new.1533/python-django-mailman3.changes 2022-07-28 20:57:46.295421748 +0200 @@ -1,0 +2,11 @@ +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 <c...@bnavigator.de> + +- Enable multiflavor so that we can pin mailman3 and hyperkitty + to python39 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-mailman3.spec ++++++ --- /var/tmp/diff_new_pack.i7Hzhj/_old 2022-07-28 20:57:46.771423088 +0200 +++ /var/tmp/diff_new_pack.i7Hzhj/_new 2022-07-28 20:57:46.775423099 +0200 @@ -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 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 ++++++ dj40.patch ++++++ --- /var/tmp/diff_new_pack.i7Hzhj/_old 2022-07-28 20:57:46.799423167 +0200 +++ /var/tmp/diff_new_pack.i7Hzhj/_new 2022-07-28 20:57:46.803423178 +0200 @@ -29,4 +29,16 @@ # # 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',