Changelog for
python311-stestr-4.1.0-61.14.noarch.rpm :
* Thu Jan 04 2024 Dirk Müller
- switch to singlespec cliff package
* Mon Dec 04 2023 Dirk Müller - update to 4.1.0:
* This stestr release is a feature release that primarily fixes compatibility with subunit 1.4.3 and initial compatibility with Python 3.12.
* Apply black autoformatter to code base
* Reuse subunit_trace output/validation logic for load/run
* Revert \"Fix #330 - Preserve load-list order\"
* Remove vestigial future package from requirements
* Pin black to 2022 version
* Fix ResourceWarning from SubunitTestRunner._list()
* Add support for storing stestr configs in pyproject.toml
* Adding another prefix to the existing list of unittest_import_strs
* Update docs job to avoid setup.py entrypoint
* Replace removed SafeConfigParser with ConfigParser
* Explicitly list extras as dependency- drop remove-future-requirement.patch (upstream)
* 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