diff --git a/python-stestr.changes b/python-stestr.changes index 50a7f9c..696cb45 100644 --- a/python-stestr.changes +++ b/python-stestr.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jun 17 20:39:34 UTC 2021 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Tue Feb 9 15:34:18 UTC 2021 - Markéta Machová diff --git a/python-stestr.spec b/python-stestr.spec index d548bf7..dfb00eb 100644 --- a/python-stestr.spec +++ b/python-stestr.spec @@ -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} diff --git a/stestr-3.1.0.tar.gz b/stestr-3.1.0.tar.gz deleted file mode 100644 index 8c67b38..0000000 --- a/stestr-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b15494e4a81623034a15e7824b979160b66f40d2c2e6679ca654e379a18b6c74 -size 129324 diff --git a/stestr-3.2.0.tar.gz b/stestr-3.2.0.tar.gz new file mode 100644 index 0000000..05a6046 --- /dev/null +++ b/stestr-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb492cbdf3d3fdd6812645804efc84a99a68bb60dd7705f15c1a2949c8172bc4 +size 118000