14
0
forked from pool/python-stestr
Commit Graph

37 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
41aa083ac2 Accepting request 631275 from home:comurphy:branches:devel:languages:python
- Add python3-dbm dependency
  * Required for python3: https://github.com/mtreinish/stestr/blob/2.1.1/stestr/subunit_trace.py#L34-L39

OBS-URL: https://build.opensuse.org/request/show/631275
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=11
2018-08-24 09:36:45 +00:00
a80a1917bf OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=9 2018-08-07 20:27:34 +00:00
5edf77896f - fixtypo in last change
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=8
2018-08-07 20:20:40 +00:00
Tomáš Chvátal
ce325fa039 - Update the Requires/BuildRequires to reflect requirements.txt
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=7
2018-08-06 11:07:17 +00:00
dd472791e1 - update to 2.1.0:
* Uncap pbr
  * Revert "Cap pip version in windows ci"
  * Revert "Uncap pbr"
  * Uncap pbr
  * Clarify docs on group\_regex
  * Remove Python 2.6 code
  * Switch python doc reference from 2 to 3
  * Cleanup manual section on configuration
  * Fix abbreviate option in run subcommand
  * Ignore errors on cleanup in test\_return\_codes
  * Cap pip version in windows ci
  * Add docs and helper script for building man page
  * Add documentation for --suppress-attachments option
  * Add option to suppress attachment printing on successful tests
  * Add unit tests for return code from functions
  * Remove windows skips for old subunit versions
  * Cap PBR<4.0.0
  * Fixed manual page description
  * Fix manpage generation
  * Add issue description in template
  * Add an issue template to project
  * Add usage to manual docs page
  * Fix the manual docs link in README
  * Add alt texts for badges in README
  * Use flat-square design badges on README
  * Fix typos about whitelist/blacklist option in manual
  * Fix a small mistake in manual about test selection
  * Update the package summary in setup.cfg metadata
  * Add functional tests for user config file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=5
2018-08-06 09:06:28 +00:00
Thomas Bechtold
8f884781af * Pass output to output.make\_result() in stestr load
* Remove 32bit windows testing CI config
* Add functional test for analyze-isolation flag
* Fetch the data from last run earlier
* Fix the stestr run --analyze-isolation flag
* Remove contributor docs for using reno
* Fix stestr load from stdin
* Add test\_return\_codes check for valid subunit output
* Respect all selection mechanisms for discovery check
* Fix .testr.conf parsing: test path follows discover
* Fix if logic on output types in stestr load
* Add a --abbreviate flag to stestr run and load
* Add missing run command to stestr manual
* Print just error message when no stestr repo
* Fix whitelist arg usage in stestr run
* Drop reno
* Add missing home-page
* Fix: pass the top\_dir parameter to the 'list' command
* Fix: pass the test\_path parameter to the 'list' command
* Update MANUAL.rst
* Update the trove classifiers
* Use context managers for file open()
* Ensure we always close files in file repository
* Create a Code of Conduct for the project
* Fix coveralls collection

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=3
2018-02-26 06:45:09 +00:00
Thomas Bechtold
3e7215e529 - initial packaging (version 1.0.0)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=1
2017-09-14 12:43:20 +00:00