Changelog for
python2-stestr-3.2.1-53.9.noarch.rpm :
* Fri Aug 19 2022 codeAATTbnavigator.de- Remove test requirements:
* coverage: not used here
* runtime requirements pulled in by main package already- Provide the entrypoint only for the main python3 flavor
* The cli requires cliff, which is primary python3 only- Update description text- Remove catchall in files section
* Sat Oct 16 2021 dmuellerAATTsuse.com- update to 3.2.1:
* Fixed the detection of test worker failures before reporting final result status
* Thu Jun 17 2021 dmuellerAATTsuse.com- 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 09 2021 mmachovaAATTsuse.com- Get rid of %ifpython3
* Mon Feb 08 2021 dmuellerAATTsuse.com- update to 3.1.0:
* Add python 3.9 support
* Behaviour with a mix of New and Old options
* Update doc/source/MANUAL.rst
* Change option \'--black-regex\' to \'--exclusion-regex\'
* Change option \'--blacklist-file\' to \'--exclude-list\'
* Change option \'--whitelist-file\' to \'--include-list\'
* Change option \'--whitelist-file\' to \'--include-list\'
* Bump hacking version
* Mon Dec 14 2020 codeAATTbnavigator.de- This package depends on python3-cliff from openstack, which is only available for the default python3 flavor. As a consequence, also only build for the primary python3-flavor. gh#openSUSE/python-rpm-macros#66
* Thu Apr 09 2020 tchvatalAATTsuse.com- Fix subunit buildtime dep statement
* Wed Apr 01 2020 dmuellerAATTsuse.com- update to 3.0.1:
* use python-requires metadata instead of requires-python
* Remove universal flag from release job
* Mon Mar 30 2020 pgajdosAATTsuse.com- version update to 3.0.0
* Update README\\_ja.rst
* Update README in preparation for release 3.0.0
* Update test-requirements to be py3 only
* Remove six usage from testr\\_to\\_stestr
* Bump python-subunit minimum to 1.4.0
* Remove universal wheel tag from setup.cfg
* Remove six from tests and requirements
* Fix line length issue from pyupgrade
* Treat bytes and strings differently
* Remove outdated tox envs
* Run pyupgrade on repo
* Fix import issues
* Remove 2.7 ci jobs
* Remove six usage from stestr code
* Fix typo bug in list\\_tests() error code
* Remove sys.version switches for python2.7
* Update package metadata for python2 removal
* Fri Feb 28 2020 dmuellerAATTsuse.com- update to 2.6.0:
* Add python 3.8 macOS and windows ci jobs
* Update test\\_processor.py
* Update config\\_file.py
* Update cli.py
* Remove 3.8 azure pipelines jobs
* Update stestr/scheduler.py
* Update to recent hacking version
* Add Python 3.8 support
* Add --pdb flag to stestr run
* Add unit tests around repo initialize
* Handle empty .stestr directory to initialize
* Update issue templates
* Escape Windows paths
* Stop encoding attachments text
* Sun Nov 17 2019 hpjAATTurpla.net- Create multibuild for testing in order to cope with a circular dependency with python-cliff- Clean up spec file
* Wed Oct 30 2019 dmuellerAATTsuse.com- fix build for anything older than Tumbleweed by explicitly setting utf8 locale
* Tue Sep 10 2019 tchvatalAATTsuse.com- Update to 2.5.1:
* documentation updates
* various bugfixes
* Mon Jul 22 2019 tchvatalAATTsuse.com- Update to 2.4.0:
* Discover python executable when discover is not used
* various bugfixes- Remove merged patch pyyaml5.patch
* Sun Mar 17 2019 tchvatalAATTsuse.com- Add patch to work with PyYAML 5.x series:
* pyyaml5.patch
* Wed Mar 13 2019 tchvatalAATTsuse.com- Update to 2.3.1:
* tests expansion
* metadata updates
* minor bugfixes- Enable and run tests
* Wed Jan 09 2019 jbrownellAATTsuse.com- Fallback in case \"Suggests:\" keyword is not supported
* Fri Dec 07 2018 tbechtoldAATTsuse.com- 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 06 2018 toddrme2178AATTgmail.com- Update to version 2.1.1
* Add support for python 3.7
* Fix handling of unexpected success results
* Allow stestr to be called as a module (#185)
* Add error handling for invalid input regexes
* Cleanup the manpage section on dealing with failed tests
* Cleanup argument help text on load command
* Fix description for the stestr run command
* Fri Aug 24 2018 comurphyAATTsuse.com- Add python3-dbm dependency
* Required for python3: https://github.com/mtreinish/stestr/blob/2.1.1/stestr/subunit_trace.py#L34-L39
* Tue Aug 07 2018 dmuellerAATTsuse.com- fixtypo in last change
* Mon Aug 06 2018 tchvatalAATTsuse.com- Update the Requires/BuildRequires to reflect requirements.txt
* Mon Aug 06 2018 dmuellerAATTsuse.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 2018 tbechtoldAATTsuse.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 2017 tbechtoldAATTsuse.com- initial packaging (version 1.0.0)