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 2023-11-06 21:13:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-mailman3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-mailman3.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-mailman3"

Mon Nov  6 21:13:47 2023 rev:13 rq:1123516 version:1.3.11

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-mailman3/python-django-mailman3.changes
    2023-06-30 19:59:02.305702776 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-mailman3.new.17445/python-django-mailman3.changes
 2023-11-06 21:13:53.186399113 +0100
@@ -1,0 +2,19 @@
+Mon Nov  6 00:11:01 UTC 2023 - Marcus Rueckert <[email protected]>
+
+- make it easier to notice to keep buildrequires and runtime
+  requires version limits in sync. This will also help us to notice
+  early when the version of other libraries do not match the
+  requires encoded in the source code.
+
+-------------------------------------------------------------------
+Thu Nov  2 07:18:55 UTC 2023 - Andreas Schneider <[email protected]>
+
+- Update to version 1.3.11
+  * See https://gitlab.com/mailman/django-mailman3/-/blob/master/README.rst
+    or README.rst packaged in this file.
+  * BREAKING CHANGE: django_mailman3 now requires django_allauth>=0.56. This
+    requires the addition of allauth.account.middleware.AccountMiddleware to
+    MIDDLEWARE in your Django settings. If your installation uses settings from
+    mailman-web as here, upgrading mailman-web to 0.0.7 will do this.
+
+-------------------------------------------------------------------

Old:
----
  django-mailman3-1.3.9.tar.gz

New:
----
  django-mailman3-1.3.11.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django-mailman3.spec ++++++
--- /var/tmp/diff_new_pack.s2cCKe/_old  2023-11-06 21:13:53.842423261 +0100
+++ /var/tmp/diff_new_pack.s2cCKe/_new  2023-11-06 21:13:53.842423261 +0100
@@ -15,30 +15,35 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+%global django_min_version           3.2
+%global django_max_version           4.3
+%global mailmanclient_min_version    3.3.3
+%global django_allauth_min_version   0.56
+%global django_gravatar2_min_version 1.0.6
 
 %{?sle15_python_module_pythons}
 %define modname django_mailman3
 Name:           python-django-mailman3
-Version:        1.3.9
+Version:        1.3.11
 Release:        0
 Summary:        Django library to help interaction with Mailman
 License:        GPL-3.0-only
 URL:            https://gitlab.com/mailman/django-mailman3
-Source:         
https://files.pythonhosted.org/packages/04/b0/34331deb242988466cd34ffaa04c316c5eaf40760998d9ff2055142e2c6a/django-mailman3-1.3.9.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/d/django-mailman3/django-mailman3-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-Django >= 1.11
-Requires:       python-django-allauth
-Requires:       python-django-gravatar2 >= 1.0.6
-Requires:       python-mailmanclient
+Requires:       (python-Django >= %{django_min_version} with python-Django < 
%{django_max_version})
+Requires:       python-django-allauth >= %{django_allauth_min_version}
+Requires:       python-django-gravatar2 >= %{django_gravatar2_min_version}
+Requires:       python-mailmanclient >= %{mailmanclient_min_version}
 Requires:       python-pytz
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module Django >= 1.11}
-BuildRequires:  %{python_module django-allauth}
-BuildRequires:  %{python_module django-gravatar2 >= 1.0.6}
-BuildRequires:  %{python_module mailmanclient}
+BuildRequires:  %{python_module Django >= %{django_min_version}}
+BuildRequires:  %{python_module django-allauth >= 
%{django_allauth_min_version}}
+BuildRequires:  %{python_module django-gravatar2 >= 
%{django_gravatar2_min_version}}
+BuildRequires:  %{python_module mailmanclient >= %{mailmanclient_min_version}}
 BuildRequires:  %{python_module pytest-django}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytz}

++++++ django-mailman3-1.3.9.tar.gz -> django-mailman3-1.3.11.tar.gz ++++++
++++ 14039 lines of diff (skipped)

Reply via email to