Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mailmanclient for openSUSE:Factory checked in at 2022-06-23 10:23:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mailmanclient (Old) and /work/SRC/openSUSE:Factory/.python-mailmanclient.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mailmanclient" Thu Jun 23 10:23:20 2022 rev:8 rq:982514 version:3.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mailmanclient/python-mailmanclient.changes 2021-11-22 23:04:36.929845171 +0100 +++ /work/SRC/openSUSE:Factory/.python-mailmanclient.new.1548/python-mailmanclient.changes 2022-06-23 10:23:40.115700754 +0200 @@ -1,0 +2,6 @@ +Thu Jun 9 08:48:24 UTC 2022 - Andreas Schneider <a...@cryptomilk.org> + +- Fix BR for mailman3 (package has been renamed) +- Add missing BR for async_generator on openSUSE Leap >= 15.3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mailmanclient.spec ++++++ --- /var/tmp/diff_new_pack.4EO2rt/_old 2022-06-23 10:23:40.579701258 +0200 +++ /var/tmp/diff_new_pack.4EO2rt/_new 2022-06-23 10:23:40.587701267 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-mailmanclient # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,11 +36,14 @@ Requires: python-requests BuildArch: noarch # SECTION test requirements +BuildRequires: mailman3 >= 3.3.5 BuildRequires: %{python_module falcon} %if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400 BuildRequires: %{python_module httpx} %endif -BuildRequires: %{python_module mailman} +%if 0%{?sle_version} <= 150400 +BuildRequires: %{python_module async_generator} +%endif BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-services} BuildRequires: %{python_module pytest-vcr}