diff --git a/python-stestr.changes b/python-stestr.changes index 4fa5ed6..52b2120 100644 --- a/python-stestr.changes +++ b/python-stestr.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Mar 30 08:24:55 UTC 2020 - pgajdos@suse.com + +- 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 + ------------------------------------------------------------------- Fri Feb 28 21:47:29 UTC 2020 - Dirk Mueller diff --git a/python-stestr.spec b/python-stestr.spec index fcb95b9..8bb9980 100644 --- a/python-stestr.spec +++ b/python-stestr.spec @@ -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.0 Release: 0 Summary: A test runner runner similar to testrepository License: Apache-2.0 @@ -43,7 +45,7 @@ Requires: python-cliff >= 2.8.0 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 coverage >= 4.0} 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} diff --git a/stestr-2.6.0.tar.gz b/stestr-2.6.0.tar.gz deleted file mode 100644 index 54bd05b..0000000 --- a/stestr-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d64a5c701d28285ecf4e3c7d9d8d3e3a9d27c1d354058a1c9da20b5a1bf61910 -size 110801 diff --git a/stestr-3.0.0.tar.gz b/stestr-3.0.0.tar.gz new file mode 100644 index 0000000..c7a5517 --- /dev/null +++ b/stestr-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144cf6b6faa73ba0e7c9580a518e77dae6bdf090e4cc3aa6e69cec3d968a0a64 +size 127712