Accepting request 869039 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/869039 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-mailman3?expand=0&rev=4
This commit is contained in:
commit
a8c4d3bd54
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7e37b68bb47e9ae196ca19018f576e2c8c90189c5bd82d4e549d0c2f2f3f35fb
|
|
||||||
size 390310
|
|
3
django-mailman3-1.3.5.tar.gz
Normal file
3
django-mailman3-1.3.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:368595b3c2623edeaca5beea5f12887424c384edd6f7052cf442443075084313
|
||||||
|
size 395717
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 3 16:21:17 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
- Update to version 1.3.5
|
||||||
|
* Add a new method get_django_user to return Django User model. (See !99)
|
||||||
|
* Add delete_archives field to mailinglist_deleted Signal.
|
||||||
|
* Replaced deprecated ugettexy_lazy with gettext_lazy. (Closes #37)
|
||||||
|
- Fix building on tumbleweed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 4 02:04:03 UTC 2020 - Stasiek Michalski <stasiek@michalski.cc>
|
Tue Aug 4 02:04:03 UTC 2020 - Stasiek Michalski <stasiek@michalski.cc>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-django-mailman3
|
# spec file for package python-django-mailman3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,8 +18,11 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
|
%define skip_python36 1
|
||||||
|
%endif
|
||||||
Name: python-django-mailman3
|
Name: python-django-mailman3
|
||||||
Version: 1.3.4
|
Version: 1.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Django library to help interaction with Mailman
|
Summary: Django library to help interaction with Mailman
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user