From 2f2f872dbead5615242db17ca152ec4e58ad935b0fd0ad3db151ddd300926c81 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 7 Dec 2018 13:44:02 +0000 Subject: [PATCH] - update to 2.2.0: * Change title of project in readme * Add a better description to README Overview section * Fix discovery import error formatting on py3 * Cleanup unused parameters in \_run\_tests * Enable doc8 * Add all stream to repo even if some tests fail * Extract loading case code to \_load\_case() function * Make test running serially when just loading * Fix time measurement for load command too * Use reported times instead of wall time in subunit-trace * Add support for test class and method by path on no-discover OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=15 --- python-stestr.changes | 16 ++++++++++++++++ python-stestr.spec | 4 ++-- stestr-2.1.1.tar.gz | 3 --- stestr-2.2.0.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 stestr-2.1.1.tar.gz create mode 100644 stestr-2.2.0.tar.gz diff --git a/python-stestr.changes b/python-stestr.changes index 89a0d6f..51c572b 100644 --- a/python-stestr.changes +++ b/python-stestr.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Dec 7 13:41:42 UTC 2018 - Thomas Bechtold + +- update to 2.2.0: + * Change title of project in readme + * Add a better description to README Overview section + * Fix discovery import error formatting on py3 + * Cleanup unused parameters in \_run\_tests + * Enable doc8 + * Add all stream to repo even if some tests fail + * Extract loading case code to \_load\_case() function + * Make test running serially when just loading + * Fix time measurement for load command too + * Use reported times instead of wall time in subunit-trace + * Add support for test class and method by path on no-discover + ------------------------------------------------------------------- Tue Nov 6 19:49:46 UTC 2018 - Todd R diff --git a/python-stestr.spec b/python-stestr.spec index 91ae1ff..090e730 100644 --- a/python-stestr.spec +++ b/python-stestr.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-stestr -Version: 2.1.1 +Version: 2.2.0 Release: 0 Summary: A test runner runner similar to testrepository License: Apache-2.0 diff --git a/stestr-2.1.1.tar.gz b/stestr-2.1.1.tar.gz deleted file mode 100644 index 8585d2b..0000000 --- a/stestr-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a6c6eb664d6e52b711b33d0cdd75db0b0bcf78e87229cfb7447cca521703f7b -size 104363 diff --git a/stestr-2.2.0.tar.gz b/stestr-2.2.0.tar.gz new file mode 100644 index 0000000..b5e0ed6 --- /dev/null +++ b/stestr-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7f4894300d5d9f7eb21679ccd9a74608fe8e224c382f5e5b6dc4e7de2e87ff +size 103764