Revisions of python-stestr

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1137086 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
- switch to singlespec cliff package
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1130716 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 22)
- 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
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1108982 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 21)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 927140 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 19)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 900665 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 792696 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 15)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 780391 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 14)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 749499 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 13)
- Create multibuild for testing in order to cope with a circular
  dependency with python-cliff
- Clean up spec file
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 744175 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 12)
- fix build for anything older than Tumbleweed by explicitly setting
  utf8 locale
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 729756 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 11)
- Update to 2.5.1:
  * documentation updates
  * various bugfixes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 717577 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 10)
- Update to 2.4.0:
  * Discover python executable when discover is not used
  * various bugfixes
- Remove merged patch pyyaml5.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 685817 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 9)
- Add patch to work with PyYAML 5.x series:
  * pyyaml5.patch

- Update to 2.3.1:
  * tests expansion
  * metadata updates
  * minor bugfixes
- Enable and run tests
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 656068 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 7)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 627960 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 4)
- fixtypo in last change

- Update the Requires/BuildRequires to reflect requirements.txt
Displaying revisions 1 - 20 of 23
openSUSE Build Service is sponsored by