From 53c196a8d0a06f24d8a9724c92c55a5bc19733403cb2753cef03fb158d7b7e01 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Tue, 4 Aug 2020 07:47:17 +0000 Subject: [PATCH] Accepting request 824272 from home:hellcp:branches: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. OBS-URL: https://build.opensuse.org/request/show/824272 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailmanclient?expand=0&rev=13 --- mailmanclient-3.3.0.tar.gz | 3 --- mailmanclient-3.3.1.tar.gz | 3 +++ python-mailmanclient.changes | 15 +++++++++++++++ python-mailmanclient.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 mailmanclient-3.3.0.tar.gz create mode 100644 mailmanclient-3.3.1.tar.gz diff --git a/mailmanclient-3.3.0.tar.gz b/mailmanclient-3.3.0.tar.gz deleted file mode 100644 index 6ad5490..0000000 --- a/mailmanclient-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8736cbe152ae1bd58b46ccfbcafb6a1e301513530772e7fda89f91d1e5c1ae9 -size 75928 diff --git a/mailmanclient-3.3.1.tar.gz b/mailmanclient-3.3.1.tar.gz new file mode 100644 index 0000000..4f330cf --- /dev/null +++ b/mailmanclient-3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc44666b0404fa6ab4b9755f8ee37c4d4001aca1d88a515a2d8ac06f7fd4f5e +size 78807 diff --git a/python-mailmanclient.changes b/python-mailmanclient.changes index 00af983..92b06b1 100644 --- a/python-mailmanclient.changes +++ b/python-mailmanclient.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Aug 4 02:03:44 UTC 2020 - Stasiek Michalski + +- 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 diff --git a/python-mailmanclient.spec b/python-mailmanclient.spec index c32f936..acc42fb 100644 --- a/python-mailmanclient.spec +++ b/python-mailmanclient.spec @@ -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