Accepting request 869055 from home:jengelh:branches:devel:languages:python:mailman

- Avoid name repetition (e.g. rpmlint's name-repeated-in-summary)

OBS-URL: https://build.opensuse.org/request/show/869055
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailmanclient?expand=0&rev=16
This commit is contained in:
2021-02-04 07:20:42 +00:00
committed by Git OBS Bridge
parent 86f92b8c87
commit bbd557581b
2 changed files with 8 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
Name: python-mailmanclient
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
@@ -44,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