Changelog for
python310-stestr-4.0.1-53.2.noarch.rpm :
* Tue Sep 05 2023 Steve Kowalik
- Update to 4.0.1:
* Fixed an issue around the unittest runner unexpectedly not running the requested tests (or executing them in an unexpected order) causing odd failures that were difficult to debug.
* Fixed the output handling of stestr run and stestr load so that any segfaults or unexpected failures in a test worker are now properly reported in the subunit-trace output.
* Drops support for the \'sql\' repository type and also the flags and Python API flags for selecting the repository type.
* Remove support for running with Python 3.5.
* Official support for Python 3.10.
* Fixed the execution order of the stestr run --load-list option so that tests are executed in the order specified in the list.- Add patch remove-future-requirement.patch, drop use of the future module.- Switch to pyproject and autosetup macros.
* Fri Aug 19 2022 Ben Greiner - 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 Dirk Müller - update to 3.2.1:
* Fixed the detection of test worker failures before reporting final result status
* Thu Jun 17 2021 Dirk Müller - 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 Markéta Machová - Get rid of %ifpython3
* Mon Feb 08 2021 Dirk Müller - 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 Benjamin Greiner - 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 Tomáš Chvátal - Fix subunit buildtime dep statement
* Wed Apr 01 2020 Dirk Mueller - 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 Dirk Mueller - 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