Accepting request 869114 from devel:languages:python:mailman

OBS-URL: https://build.opensuse.org/request/show/869114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailmanclient?expand=0&rev=5
This commit is contained in:
2021-02-07 14:17:04 +00:00
committed by Git OBS Bridge
4 changed files with 37 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Feb 4 00:11:53 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Avoid name repetition (e.g. rpmlint's name-repeated-in-summary)
-------------------------------------------------------------------
Wed Feb 3 16:36:32 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- Update to 3.3.2
* Add two new get_requests() and get_requests_count() to get pending
subscription requests``MailingList.get_requests`` is the new API to fetch
pending requests and supersedes the previous requests property. (See !121)
* Add Member.subscription_mode to determine if a User is subscribed or an
Address. (See !121)
* Add a new get_held_count() API to get a count of held messages for a
MailingList. (See !122)
* Add display_name to the pending subscription requests. (Fixes #55)
* Allow setting a Member's address attribute. (See !128)
* Add support for inviting an email address to join a list.
* Rewrite urls according to the baseurl used to instantiate Client instead of
relying on self_link. (Fixes #22)
* Add get_request API to MailingList to get individual request objects.
* Add send_welcome_message parameter to MailingList.subscribe() to suppress
welcome message. (Closes #61)
- Fix build on tumbleweed
-------------------------------------------------------------------
Tue Aug 4 02:03:44 UTC 2020 - Stasiek Michalski <stasiek@michalski.cc>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-mailmanclient
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%if 0%{?suse_version} >= 1550
%define skip_python36 1
%endif
Name: python-mailmanclient
Version: 3.3.1
Version: 3.3.2
Release: 0
Summary: mailmanclient -- Python bindings for Mailman REST API
Summary: Python bindings for the Mailman REST API
License: LGPL-3.0-only
URL: https://www.list.org/
Source: https://files.pythonhosted.org/packages/source/m/mailmanclient/mailmanclient-%{version}.tar.gz
@@ -41,10 +44,10 @@ BuildRequires: %{python_module requests}
%python_subpackages
%description
mailmanclient -- Python bindings for Mailman REST API
Python bindings for Mailman REST API.
%prep
%setup -q -n mailmanclient-%{version}
%autosetup -n mailmanclient-%{version}
%build
export LC_ALL=C.UTF-8