forked from pool/python-stestr
Accepting request 790130 from home:pgajdos:python
- 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 OBS-URL: https://build.opensuse.org/request/show/790130 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=34
This commit is contained in:
committed by
Git OBS Bridge
parent
d3638ea52e
commit
1d26e1a529
@@ -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 <dmueller@suse.com>
|
Fri Feb 28 21:47:29 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -17,6 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
# upstream dropped python 2
|
||||||
|
%define skip_python2 1
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -%{flavor}
|
%define psuffix -%{flavor}
|
||||||
@@ -26,7 +28,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-stestr%{psuffix}
|
Name: python-stestr%{psuffix}
|
||||||
Version: 2.6.0
|
Version: 3.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A test runner runner similar to testrepository
|
Summary: A test runner runner similar to testrepository
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -43,7 +45,7 @@ Requires: python-cliff >= 2.8.0
|
|||||||
Requires: python-fixtures >= 3.0.0
|
Requires: python-fixtures >= 3.0.0
|
||||||
Requires: python-future
|
Requires: python-future
|
||||||
Requires: python-pbr >= 2.0.0
|
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-six >= 1.10.0
|
||||||
Requires: python-testtools >= 2.2.0
|
Requires: python-testtools >= 2.2.0
|
||||||
Requires: python-voluptuous >= 0.8.9
|
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 ddt >= 1.0.1}
|
||||||
BuildRequires: %{python_module fixtures >= 3.0.0}
|
BuildRequires: %{python_module fixtures >= 3.0.0}
|
||||||
BuildRequires: %{python_module future}
|
BuildRequires: %{python_module future}
|
||||||
BuildRequires: %{python_module mock >= 2.0}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest}
|
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 six >= 1.10.0}
|
||||||
BuildRequires: %{python_module stestr >= %{version}}
|
BuildRequires: %{python_module stestr >= %{version}}
|
||||||
BuildRequires: %{python_module testtools >= 2.2.0}
|
BuildRequires: %{python_module testtools >= 2.2.0}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d64a5c701d28285ecf4e3c7d9d8d3e3a9d27c1d354058a1c9da20b5a1bf61910
|
|
||||||
size 110801
|
|
3
stestr-3.0.0.tar.gz
Normal file
3
stestr-3.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:144cf6b6faa73ba0e7c9580a518e77dae6bdf090e4cc3aa6e69cec3d968a0a64
|
||||||
|
size 127712
|
Reference in New Issue
Block a user