Hello community, here is the log from the commit of package python-stestr for openSUSE:Factory checked in at 2020-04-19 21:49:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-stestr (Old) and /work/SRC/openSUSE:Factory/.python-stestr.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-stestr" Sun Apr 19 21:49:00 2020 rev:15 rq:792696 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes 2020-03-08 22:21:41.771987083 +0100 +++ /work/SRC/openSUSE:Factory/.python-stestr.new.2738/python-stestr.changes 2020-04-19 21:49:01.728027681 +0200 @@ -1,0 +2,34 @@ +Thu Apr 9 10:47:36 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Fix subunit buildtime dep statement + +------------------------------------------------------------------- +Wed Apr 1 09:33:14 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 3.0.1: + * use python-requires metadata instead of requires-python + * Remove universal flag from release job + +------------------------------------------------------------------- +Mon Mar 30 08:24:55 UTC 2020 - [email protected] + +- version update to 3.0.0 + * Update README\_ja.rst + * Update README in preparation for release 3.0.0 + * Update test-requirements to be py3 only + * Remove six usage from testr\_to\_stestr + * Bump python-subunit minimum to 1.4.0 + * Remove universal wheel tag from setup.cfg + * Remove six from tests and requirements + * Fix line length issue from pyupgrade + * Treat bytes and strings differently + * Remove outdated tox envs + * Run pyupgrade on repo + * Fix import issues + * Remove 2.7 ci jobs + * Remove six usage from stestr code + * Fix typo bug in list\_tests() error code + * Remove sys.version switches for python2.7 + * Update package metadata for python2 removal + +------------------------------------------------------------------- Old: ---- stestr-2.6.0.tar.gz New: ---- stestr-3.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-stestr.spec ++++++ --- /var/tmp/diff_new_pack.FWSqPa/_old 2020-04-19 21:49:02.536029302 +0200 +++ /var/tmp/diff_new_pack.FWSqPa/_new 2020-04-19 21:49:02.536029302 +0200 @@ -17,6 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +# upstream dropped python 2 +%define skip_python2 1 %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -%{flavor} @@ -26,7 +28,7 @@ %bcond_with test %endif Name: python-stestr%{psuffix} -Version: 2.6.0 +Version: 3.0.1 Release: 0 Summary: A test runner runner similar to testrepository License: Apache-2.0 @@ -43,7 +45,7 @@ Requires: python-fixtures >= 3.0.0 Requires: python-future Requires: python-pbr >= 2.0.0 -Requires: python-python-subunit >= 1.3.0 +Requires: python-python-subunit >= 1.4.0 Requires: python-six >= 1.10.0 Requires: python-testtools >= 2.2.0 Requires: python-voluptuous >= 0.8.9 @@ -58,9 +60,9 @@ BuildRequires: %{python_module ddt >= 1.0.1} BuildRequires: %{python_module fixtures >= 3.0.0} BuildRequires: %{python_module future} -BuildRequires: %{python_module mock >= 2.0} +BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module python-subunit >= 1.3.0} +BuildRequires: %{python_module python-subunit >= 1.4.0} BuildRequires: %{python_module six >= 1.10.0} BuildRequires: %{python_module stestr >= %{version}} BuildRequires: %{python_module testtools >= 2.2.0} ++++++ stestr-2.6.0.tar.gz -> stestr-3.0.1.tar.gz ++++++ ++++ 1827 lines of diff (skipped)
