Accepting request 824275 from devel:languages:python:mailman

- Update to 3.3.1
  * Held message moderation now supports an optional keyword, reason to
    specify the reason to reject the message.
  * Fix a bug where missing display_name attribute with
    MalingList.subscribe would subscribe the user with a display name of
    "None".
  * Add advertised flag to MailingList object.
  * MailingList.nonmembers now uses roster/nonmembers resource instead of
    the find/ API for consistency.
  * Add Client.get_nonmember and MailingList.get_nonmember to get a
    non-member by address. (forwarded request 824272 from hellcp)

OBS-URL: https://build.opensuse.org/request/show/824275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailmanclient?expand=0&rev=4
This commit is contained in:
2020-08-04 18:23:31 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8736cbe152ae1bd58b46ccfbcafb6a1e301513530772e7fda89f91d1e5c1ae9
size 75928

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fc44666b0404fa6ab4b9755f8ee37c4d4001aca1d88a515a2d8ac06f7fd4f5e
size 78807

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Aug 4 02:03:44 UTC 2020 - Stasiek Michalski <stasiek@michalski.cc>
- Update to 3.3.1
* Held message moderation now supports an optional keyword, reason to
specify the reason to reject the message.
* Fix a bug where missing display_name attribute with
MalingList.subscribe would subscribe the user with a display name of
"None".
* Add advertised flag to MailingList object.
* MailingList.nonmembers now uses roster/nonmembers resource instead of
the find/ API for consistency.
* Add Client.get_nonmember and MailingList.get_nonmember to get a
non-member by address.
-------------------------------------------------------------------
Thu Jan 23 14:56:37 UTC 2020 - pgajdos@suse.com

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-mailmanclient
Version: 3.3.0
Version: 3.3.1
Release: 0
Summary: mailmanclient -- Python bindings for Mailman REST API
License: LGPL-3.0-only