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
This commit is contained in:
2020-08-04 07:47:17 +00:00
committed by Git OBS Bridge
parent dd0f64ffab
commit 53c196a8d0
4 changed files with 19 additions and 4 deletions

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