Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Flask-Testing for openSUSE:Factory checked in at 2021-07-28 19:21:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask-Testing (Old) and /work/SRC/openSUSE:Factory/.python-Flask-Testing.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Testing" Wed Jul 28 19:21:46 2021 rev:4 rq:908909 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask-Testing/python-Flask-Testing.changes 2021-06-01 10:41:42.365246611 +0200 +++ /work/SRC/openSUSE:Factory/.python-Flask-Testing.new.1899/python-Flask-Testing.changes 2021-07-28 19:21:53.943489193 +0200 @@ -1,0 +2,6 @@ +Wed Jul 28 13:51:06 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com> + +- Fix test requirements +- Switch to pyunittest + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask-Testing.spec ++++++ --- /var/tmp/diff_new_pack.6izxXg/_old 2021-07-28 19:21:54.443488537 +0200 +++ /var/tmp/diff_new_pack.6izxXg/_new 2021-07-28 19:21:54.443488537 +0200 @@ -33,6 +33,7 @@ # SECTION test requirements BuildRequires: %{python_module Flask} BuildRequires: %{python_module blinker} +BuildRequires: %{python_module importlib_metadata} # /SECTION %python_subpackages @@ -53,7 +54,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest tests.suite %files %{python_files} %doc README