Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-click for openSUSE:Factory checked in at 2021-09-03 21:26:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-click (Old) and /work/SRC/openSUSE:Factory/.python-click.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-click" Fri Sep 3 21:26:02 2021 rev:14 rq:915041 version:8.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-click/python-click.changes 2021-07-10 22:53:48.440080455 +0200 +++ /work/SRC/openSUSE:Factory/.python-click.new.1899/python-click.changes 2021-09-03 21:26:48.870216970 +0200 @@ -1,0 +2,5 @@ +Mon Aug 30 10:30:30 UTC 2021 - John Vandenberg <jay...@gmail.com> + +- Add runtime dependency on importlib-metadata on Python 3.6 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-click.spec ++++++ --- /var/tmp/diff_new_pack.PfTxST/_old 2021-09-03 21:26:49.270217387 +0200 +++ /var/tmp/diff_new_pack.PfTxST/_new 2021-09-03 21:26:49.274217391 +0200 @@ -32,6 +32,9 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools +%if "%{python_flavor}" == "python36" +Requires: python-importlib-metadata +%endif BuildArch: noarch %python_subpackages @@ -53,7 +56,7 @@ %check export LANG=en_US.UTF-8 -%pytest --tb=short +%pytest -rs --tb=short %files %{python_files} %license LICENSE.rst