Accepting request 1097160 from devel:languages:python:mailman

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1097160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailmanclient?expand=0&rev=13
This commit is contained in:
2023-07-06 16:30:16 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 29 13:43:42 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Update to 3.3.5:
- Add support for Python 3.11.
-------------------------------------------------------------------
Thu Jun 29 13:03:21 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@@ -16,10 +16,9 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-mailmanclient
Version: 3.3.4
Version: 3.3.5
Release: 0
Summary: Python bindings for the Mailman REST API
License: LGPL-3.0-only
@@ -45,7 +44,7 @@ BuildRequires: mailman3 >= 3.3.5
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400
BuildRequires: %{python_module httpx}
%endif
%if 0%{?sle_version} <= 150400
%if 0%{?sle_version} && 0%{?sle_version} <= 150400
BuildRequires: %{python_module async_generator}
%endif
# /SECTION