forked from pool/python-stestr
- update to 2.1.0:
* Uncap pbr * Revert "Cap pip version in windows ci" * Revert "Uncap pbr" * Uncap pbr * Clarify docs on group\_regex * Remove Python 2.6 code * Switch python doc reference from 2 to 3 * Cleanup manual section on configuration * Fix abbreviate option in run subcommand * Ignore errors on cleanup in test\_return\_codes * Cap pip version in windows ci * Add docs and helper script for building man page * Add documentation for --suppress-attachments option * Add option to suppress attachment printing on successful tests * Add unit tests for return code from functions * Remove windows skips for old subunit versions * Cap PBR<4.0.0 * Fixed manual page description * Fix manpage generation * Add issue description in template * Add an issue template to project * Add usage to manual docs page * Fix the manual docs link in README * Add alt texts for badges in README * Use flat-square design badges on README * Fix typos about whitelist/blacklist option in manual * Fix a small mistake in manual about test selection * Update the package summary in setup.cfg metadata * Add functional tests for user config file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 6 09:04:49 UTC 2018 - dmueller@suse.com
|
||||
|
||||
- update to 2.1.0:
|
||||
* Uncap pbr
|
||||
* Revert "Cap pip version in windows ci"
|
||||
* Revert "Uncap pbr"
|
||||
* Uncap pbr
|
||||
* Clarify docs on group\_regex
|
||||
* Remove Python 2.6 code
|
||||
* Switch python doc reference from 2 to 3
|
||||
* Cleanup manual section on configuration
|
||||
* Fix abbreviate option in run subcommand
|
||||
* Ignore errors on cleanup in test\_return\_codes
|
||||
* Cap pip version in windows ci
|
||||
* Add docs and helper script for building man page
|
||||
* Add documentation for --suppress-attachments option
|
||||
* Add option to suppress attachment printing on successful tests
|
||||
* Add unit tests for return code from functions
|
||||
* Remove windows skips for old subunit versions
|
||||
* Cap PBR<4.0.0
|
||||
* Fixed manual page description
|
||||
* Fix manpage generation
|
||||
* Add issue description in template
|
||||
* Add an issue template to project
|
||||
* Add usage to manual docs page
|
||||
* Fix the manual docs link in README
|
||||
* Add alt texts for badges in README
|
||||
* Use flat-square design badges on README
|
||||
* Fix typos about whitelist/blacklist option in manual
|
||||
* Fix a small mistake in manual about test selection
|
||||
* Update the package summary in setup.cfg metadata
|
||||
* Add functional tests for user config file
|
||||
* Fix no attribute 'repo\_type' error when running w/ --slowest option
|
||||
* Add support for a user config file
|
||||
* Fix warning message about missing worker tags in subunit-trace
|
||||
* Add badge for Appveyor status
|
||||
* Remove unnecessary shebang and execution bit from subunit\_trace
|
||||
* Fix typos in docs
|
||||
* Fix pep8 violations
|
||||
* Add --slowest option to test runs
|
||||
* Handle zero and negative times in stestr slowest
|
||||
* list: Deal with [] instead of 'None' for filters
|
||||
* Fix docs nits
|
||||
* Update doc for using cliff for CLI layer
|
||||
* Use cliff for CLI layer
|
||||
* Implement quiet option for run and load commands
|
||||
* Deprecate the partial flag
|
||||
* Allow both group\_regex and group-regex as an optional argument
|
||||
* Remove pyc files before running stestr in tox
|
||||
* Update travis job config
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 06:42:11 UTC 2018 - tbechtold@suse.com
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-stestr
|
||||
Version: 1.1.0
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: A test runner runner similar to testrepository
|
||||
License: Apache-2.0
|
||||
@@ -71,7 +71,8 @@ and has examples.
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog LICENSE README.rst
|
||||
%license LICENSE
|
||||
%doc ChangeLog README.rst
|
||||
%python_alternative %{_bindir}/stestr
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:daa151ceb5f01b3825bc10d5aec4ab749a9d3e2362bdd8f57fc484eb09463ff6
|
||||
size 95353
|
3
stestr-2.1.0.tar.gz
Normal file
3
stestr-2.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba031df8a35a8225478f6796019ae8daa2fb991131959add2a1ba57701bed40d
|
||||
size 103501
|
Reference in New Issue
Block a user