diff --git a/python-stestr.changes b/python-stestr.changes index 5b0bd2b..e0da8d1 100644 --- a/python-stestr.changes +++ b/python-stestr.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Feb 26 06:42:11 UTC 2018 - tbechtold@suse.com + +* Pass output to output.make\_result() in stestr load +* Remove 32bit windows testing CI config +* Add functional test for analyze-isolation flag +* Fetch the data from last run earlier +* Fix the stestr run --analyze-isolation flag +* Remove contributor docs for using reno +* Fix stestr load from stdin +* Add test\_return\_codes check for valid subunit output +* Respect all selection mechanisms for discovery check +* Fix .testr.conf parsing: test path follows discover +* Fix if logic on output types in stestr load +* Add a --abbreviate flag to stestr run and load +* Add missing run command to stestr manual +* Print just error message when no stestr repo +* Fix whitelist arg usage in stestr run +* Drop reno +* Add missing home-page +* Fix: pass the top\_dir parameter to the 'list' command +* Fix: pass the test\_path parameter to the 'list' command +* Update MANUAL.rst +* Update the trove classifiers +* Use context managers for file open() +* Ensure we always close files in file repository +* Create a Code of Conduct for the project +* Fix coveralls collection + ------------------------------------------------------------------- Thu Sep 14 07:53:51 UTC 2017 - tbechtold@suse.com diff --git a/python-stestr.spec b/python-stestr.spec index 6eb22b2..88494fc 100644 --- a/python-stestr.spec +++ b/python-stestr.spec @@ -1,7 +1,7 @@ # # spec file for package python-stestr # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-stestr -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: A test runner runner similar to testrepository License: Apache-2.0 diff --git a/stestr-1.0.0.tar.gz b/stestr-1.0.0.tar.gz deleted file mode 100644 index e9fe7f9..0000000 --- a/stestr-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d813872c5aaac0fdb80b5d3a77762ce34598e5aae4734d9a41154a69e2b9a390 -size 92991 diff --git a/stestr-1.1.0.tar.gz b/stestr-1.1.0.tar.gz new file mode 100644 index 0000000..d2a7540 --- /dev/null +++ b/stestr-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa151ceb5f01b3825bc10d5aec4ab749a9d3e2362bdd8f57fc484eb09463ff6 +size 95353