* Bugfix: make repo initialization respect pyproject.toml
* Test on Python 3.12
* Disable checks failure on coverage
* Pivot PyPI publishing to use trusted publishers
* Update package metadata for support Python versions
* Remove Python 3.7 support
* Bump codecov action version
* Remove dependency on the extras library
* Normalize paths
* Adapt to tox 4
* Update upload-artifact action in CI
* Update black to the latest version
* Mark Python 3.13 as supported too
* Adjust rst syntax in README
* Modernize Python packaging
* Update release job to work with new packaging structure
- Add support for libalternatives
- Remove ChangeLog from %files section
- Update BuildRequires from pyproject.toml
- Use Python 3.11 on SLE-15 by default
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=58
- 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)
result status
* Bump hacking version
OBS-URL: https://build.opensuse.org/request/show/1130716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=22
* 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)
result status
* Bump hacking version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=51
- 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.
OBS-URL: https://build.opensuse.org/request/show/1108982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=21
* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=49
- 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.
OBS-URL: https://build.opensuse.org/request/show/900665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=18
* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=43
* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=40
- Fix subunit buildtime dep statement
- update to 3.0.1:
* use python-requires metadata instead of requires-python
* Remove universal flag from release job
- 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
OBS-URL: https://build.opensuse.org/request/show/792696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=15
- 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
OBS-URL: https://build.opensuse.org/request/show/790130
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=34
- 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
OBS-URL: https://build.opensuse.org/request/show/780391
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=14
* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=32
- 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
OBS-URL: https://build.opensuse.org/request/show/656068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=7
* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=15