Accepting request 1122202 from home:gladiac:mailman
- 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. OBS-URL: https://build.opensuse.org/request/show/1122202 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-django-mailman3?expand=0&rev=30
This commit is contained in:
parent
30a3233ce8
commit
60699afc1d
3
django-mailman3-1.3.11.tar.gz
Normal file
3
django-mailman3-1.3.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b888c96991d62f67af8fea0848ba6bbca593e529b97f610a8140f5b702f555b4
|
||||
size 417809
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a92355b43bd689a4b17f99c4b6de4b490d9b0febd4b6cd0cbb76b3a25819d33
|
||||
size 412463
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 07:18:55 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 08:23:00 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
|
@ -19,17 +19,17 @@
|
||||
%{?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-allauth >= 0.56
|
||||
Requires: python-django-gravatar2 >= 1.0.6
|
||||
Requires: python-mailmanclient
|
||||
Requires: python-pytz
|
||||
|
Loading…
Reference in New Issue
Block a user