14
0
forked from pool/python-stestr

61 Commits

Author SHA256 Message Date
28d5338bbe Accepting request 1297989 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1297989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=24
2025-08-07 14:48:41 +00:00
d88cd6802e - Update to 4.2.0
* 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
2025-08-06 16:11:47 +00:00
8080e4ae1b Accepting request 1137086 from devel:languages:python
- switch to singlespec cliff package

OBS-URL: https://build.opensuse.org/request/show/1137086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=23
2024-01-05 20:45:38 +00:00
d38b75fab7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=56 2024-01-04 23:19:19 +00:00
16e31c98c4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=55 2024-01-04 23:08:05 +00:00
c9e2597077 - switch to singlespec cliff package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=54
2024-01-04 23:07:49 +00:00
4d59d9c8a0 Accepting request 1130716 from devel:languages:python
- 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
2023-12-04 22:01:46 +00:00
92eef37be9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=52 2023-12-04 10:56:22 +00:00
5543b4a3c5 - 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/package/show/devel:languages:python/python-stestr?expand=0&rev=51
2023-12-04 10:53:07 +00:00
021e49614a Accepting request 1108982 from devel:languages:python
- 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
2023-09-06 16:56:50 +00:00
ce3dcd542c - 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/package/show/devel:languages:python/python-stestr?expand=0&rev=49
2023-09-05 06:10:42 +00:00
1c7a9bd5f3 Accepting request 998411 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/998411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=20
2022-08-23 12:25:33 +00:00
fba3707232 Accepting request 998255 from home:bnavigator:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/998255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=47
2022-08-20 21:30:48 +00:00
2728d81e5a Accepting request 927140 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/927140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=19
2021-10-30 21:13:03 +00:00
c1a830291d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=46 2021-10-16 20:52:17 +00:00
c68572ad28 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=45 2021-10-16 20:47:08 +00:00
ff97821d61 - update to 3.2.1:
* Fixed the detection of test worker failures before reporting final
    result status

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=44
2021-10-16 20:25:01 +00:00
8bc1a7ada3 Accepting request 900665 from devel:languages:python
- 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
2021-07-10 20:53:35 +00:00
44ce499267 - 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/package/show/devel:languages:python/python-stestr?expand=0&rev=43
2021-06-17 21:27:19 +00:00
b544de8d6b Accepting request 870627 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/870627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=17
2021-02-11 11:46:12 +00:00
54f45f0291 Accepting request 870614 from home:mcalabkova:branches:devel:languages:python
- Get rid of %ifpython3

OBS-URL: https://build.opensuse.org/request/show/870614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=41
2021-02-09 15:54:40 +00:00
2f6d550f97 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=40
2021-02-08 13:05:48 +00:00
1c7e608482 Accepting request 855888 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/855888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=16
2020-12-16 10:00:06 +00:00
6a186d79ac Accepting request 855881 from home:bnavigator:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/855881
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=38
2020-12-14 21:35:33 +00:00
80649d5e8f Accepting request 792696 from devel:languages:python
- 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
2020-04-19 19:49:00 +00:00
Tomáš Chvátal
8414fef7d9 - Fix subunit buildtime dep statement
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=36
2020-04-09 10:47:49 +00:00
9c9d0501cf - update to 3.0.1:
* use python-requires metadata instead of requires-python
  * Remove universal flag from release job

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=35
2020-04-01 09:34:40 +00:00
Tomáš Chvátal
1d26e1a529 Accepting request 790130 from home:pgajdos:python
- 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
2020-03-31 12:22:41 +00:00
06d46d1f21 Accepting request 780391 from devel:languages:python
- 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
2020-03-08 21:21:38 +00:00
d3638ea52e - 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/package/show/devel:languages:python/python-stestr?expand=0&rev=32
2020-02-28 21:48:25 +00:00
23e76bfc14 Accepting request 749499 from devel:languages:python
- Create multibuild for testing in order to cope with a circular
  dependency with python-cliff
- Clean up spec file

OBS-URL: https://build.opensuse.org/request/show/749499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=13
2019-11-22 09:25:59 +00:00
Tomáš Chvátal
691cd9fbe3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=30 2019-11-19 11:10:13 +00:00
Tomáš Chvátal
42f80b54a1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=29 2019-11-19 11:09:52 +00:00
Tomáš Chvátal
9e071f18c4 Accepting request 749497 from home:frispete:python
- Create multibuild for testing in order to cope with a circular
  dependency with python-cliff
- Clean up spec file

OBS-URL: https://build.opensuse.org/request/show/749497
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=28
2019-11-19 11:06:57 +00:00
c365d80615 Accepting request 744175 from devel:languages:python
- fix build for anything older than Tumbleweed by explicitly setting
  utf8 locale

OBS-URL: https://build.opensuse.org/request/show/744175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=12
2019-11-04 16:12:51 +00:00
5d4f56c6c1 - fix build for anything older than Tumbleweed by explicitly setting
utf8 locale

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=26
2019-10-30 13:18:01 +00:00
c979159d78 Accepting request 729756 from devel:languages:python
- Update to 2.5.1:
  * documentation updates
  * various bugfixes

OBS-URL: https://build.opensuse.org/request/show/729756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=11
2019-09-23 10:03:57 +00:00
Tomáš Chvátal
75397ed18f - Update to 2.5.1:
* documentation updates
  * various bugfixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=24
2019-09-10 10:00:32 +00:00
def12821b6 Accepting request 717577 from devel:languages:python
- Update to 2.4.0:
  * Discover python executable when discover is not used
  * various bugfixes
- Remove merged patch pyyaml5.patch

OBS-URL: https://build.opensuse.org/request/show/717577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=10
2019-07-30 11:04:48 +00:00
Tomáš Chvátal
d4960373d8 - Update to 2.4.0:
* Discover python executable when discover is not used
  * various bugfixes
- Remove merged patch pyyaml5.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=22
2019-07-22 12:52:00 +00:00
7d43d37639 Accepting request 685817 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/685817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=9
2019-03-29 19:35:44 +00:00
Tomáš Chvátal
0fc34631e0 - Add patch to work with PyYAML 5.x series:
* pyyaml5.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=20
2019-03-17 15:20:27 +00:00
Tomáš Chvátal
3759dc1dab - Update to 2.3.1:
* tests expansion
  * metadata updates
  * minor bugfixes
- Enable and run tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=19
2019-03-13 13:02:25 +00:00
ab6220161d Accepting request 664991 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/664991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=8
2019-01-28 19:45:53 +00:00
18b17c5ca5 Accepting request 664954 from home:jbrownell:branches:devel:languages:python
- Fallback in case "Suggests:" keyword is not supported

OBS-URL: https://build.opensuse.org/request/show/664954
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=17
2019-01-12 15:42:41 +00:00
b4c7cb0e60 Accepting request 656068 from devel:languages:python
- 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
2018-12-14 19:47:41 +00:00
Thomas Bechtold
2f2f872dbe - 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/package/show/devel:languages:python/python-stestr?expand=0&rev=15
2018-12-07 13:44:02 +00:00
c30ff49d79 Accepting request 646749 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/646749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=6
2018-11-14 13:40:47 +00:00
Todd R
7147e66994 Accepting request 646748 from home:TheBlackCat:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/646748
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=13
2018-11-06 20:31:36 +00:00
4f6eb7a8c1 Accepting request 631279 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/631279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=5
2018-08-24 15:13:28 +00:00