forked from pool/python-stestr
* 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
ae0da00217
commit
8f884781af
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d813872c5aaac0fdb80b5d3a77762ce34598e5aae4734d9a41154a69e2b9a390
|
||||
size 92991
|
3
stestr-1.1.0.tar.gz
Normal file
3
stestr-1.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:daa151ceb5f01b3825bc10d5aec4ab749a9d3e2362bdd8f57fc484eb09463ff6
|
||||
size 95353
|
Reference in New Issue
Block a user