14
0
forked from pool/python-stestr

- update to 3.2.1:

* Fixed the detection of test worker failures before reporting final
    result status

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=44
This commit is contained in:
2021-10-16 20:25:01 +00:00
committed by Git OBS Bridge
parent 44ce499267
commit ff97821d61
4 changed files with 12 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-stestr%{psuffix}
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@@ -17,8 +17,6 @@
%{?!python_module:%define python_module() python3-%{**}}
# depending on openstack packages: stay on primary python interpreter only
%define pythons python3
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -%{flavor}
@@ -28,7 +26,7 @@
%bcond_with test
%endif
Name: python-stestr%{psuffix}
Version: 3.2.0
Version: 3.2.1
Release: 0
Summary: A test runner runner similar to testrepository
License: Apache-2.0
@@ -41,7 +39,6 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-dbm
Requires: python-PyYAML >= 3.10.0
Requires: python-cliff >= 2.8.0
Requires: python-fixtures >= 3.0.0
Requires: python-future
Requires: python-pbr >= 2.0.0
@@ -55,7 +52,6 @@ BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module PyYAML >= 3.10.0}
BuildRequires: %{python_module SQLAlchemy}
BuildRequires: %{python_module cliff >= 2.8.0}
BuildRequires: %{python_module coverage >= 4.0}
BuildRequires: %{python_module ddt >= 1.0.1}
BuildRequires: %{python_module fixtures >= 3.0.0}