Accepting request 868879 from home:stroeder:branches:devel:languages:python:mailman
Update to 3.3.3 Fixing build on Factory/Tumbleweed has to be done separately. OBS-URL: https://build.opensuse.org/request/show/868879 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=38
This commit is contained in:
parent
aa07b309bf
commit
af0f6f2ac8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af01971a6abd9002211ced964c650066f6451ab8fa967b16127e3088dc9aac28
|
||||
size 1396750
|
3
mailman-3.3.3.tar.gz
Normal file
3
mailman-3.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d54921d0395a3e2310b738c02bb16ff6232ea74198e6a77da4835de75e8d62d
|
||||
size 1478203
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 3 09:35:05 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- Update to 3.3.3:
|
||||
* Handle some UnicodeEncodeErrors in creating digests. (Closes #560)
|
||||
* Increased the size of the data column in the workflowstate table.
|
||||
(Closes #793)
|
||||
* Implemented a ``scrubber`` for plain text digests. (Closes #473)
|
||||
* The ``mailman gatenews`` command now adds ``original_size`` as a message
|
||||
attribute. (Extends fix for #762)
|
||||
* Handle FileNotFoundError when creating digest.mmdf file without a
|
||||
parent directory present. (Closes #699)
|
||||
* Fixed an issue where content filtering can throw UnicodeEncodeError when
|
||||
converting HTML to plain text. (Closes #798)
|
||||
* A bounce for a non-existent list is now handled. (Closes #799)
|
||||
* RFC 2047 From: headers in emailed ``join`` commands are now decoded.
|
||||
(Closes #802)
|
||||
* The ``mailman addmembers`` command now catches and reports a
|
||||
``SubscriptionPendingError``. (Closes #805)
|
||||
* RFC 2369 ``List-Owner`` header is now added when these headers are included.
|
||||
(Closes #809)
|
||||
* Header filters will now properly match RFC 2047 encoded headers.
|
||||
(Closes #815)
|
||||
* Mailman's ``vette`` log discard messages now include the reasons.
|
||||
(Closes #816)
|
||||
* Increase the default REST API (gunicorn) timeout to 360 seconds from 30 as
|
||||
several API endpoinds can be very slow. (Closes #770)
|
||||
* Header filter rules are now properly processed after deletions and/or
|
||||
reordering. (Closes #818)
|
||||
* Folded ``To: list-confirm+token@...`` headers are now parsed correctly.
|
||||
(Closes: #819)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 19:28:48 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-mailman%{psuffix}
|
||||
Version: 3.3.2
|
||||
Version: 3.3.3
|
||||
Release: 0
|
||||
Summary: Mailman -- the GNU mailing list manager
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user