14
0
forked from pool/python-stestr

- update to 3.2.0:

* Support for configuring stestr via a tox.ini file has been added. It's
    now no longer needed to create a separate .stestr.conf file and
    instead it can be embedded in an existing tox.ini file.
  * A new stestr command, stestr history list has been added to list the
    previous runs in the stestr repository.
  * A new stestr command, stestr history show has been added to show the
    output from a previous run from the stestr repository.
  * A new stestr command, stestr history remove, has been added to
    remove runs from the stestr repository.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=43
This commit is contained in:
2021-06-17 21:27:19 +00:00
committed by Git OBS Bridge
parent 54f45f0291
commit 44ce499267
4 changed files with 20 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package python
# spec file for package python-stestr%{psuffix}
#
# Copyright (c) 2021 SUSE LLC
#
@@ -28,7 +28,7 @@
%bcond_with test
%endif
Name: python-stestr%{psuffix}
Version: 3.1.0
Version: 3.2.0
Release: 0
Summary: A test runner runner similar to testrepository
License: Apache-2.0
@@ -50,7 +50,7 @@ Requires: python-six >= 1.10.0
Requires: python-testtools >= 2.2.0
Requires: python-voluptuous >= 0.8.9
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module PyYAML >= 3.10.0}