14
0

- update to 0.0.21:

* testrepository now uses ``hatch`` rather than ``pbr``.
  * setup.py testr now supports different coverage names.
  * Isolate the testrepository test suite from the chunking (or
    otherwise) behaviour of testtools' exception handlers.
  * Unexpected errors reading streams from a file repository now
    propogate the correct exception.
  * testrepository now requires at least version 0.0.11 of the
    subunit Python module.
- fix requires
- tighten runtime requires
- add buildrequires to satisfy test suite run
- Add BuildRequires: python-extras

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testrepository?expand=0&rev=46
This commit is contained in:
2024-07-01 08:17:24 +00:00
committed by Git OBS Bridge
parent b7a47fa891
commit c5f2a3e95f
4 changed files with 26 additions and 13 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jul 1 08:15:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.0.21:
* testrepository now uses ``hatch`` rather than ``pbr``.
* setup.py testr now supports different coverage names.
* Isolate the testrepository test suite from the chunking (or
otherwise) behaviour of testtools' exception handlers.
* Unexpected errors reading streams from a file repository now
propogate the correct exception.
* testrepository now requires at least version 0.0.11 of the
subunit Python module.
-------------------------------------------------------------------
Fri May 5 12:17:54 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
@@ -102,7 +115,7 @@ Thu Feb 13 13:56:39 UTC 2014 - speilicke@suse.com
-------------------------------------------------------------------
Thu Jan 30 08:59:07 UTC 2014 - dmueller@suse.com
- fix requires
- fix requires
-------------------------------------------------------------------
Sun Nov 17 17:12:34 UTC 2013 - p.drouand@gmail.com
@@ -146,12 +159,12 @@ Fri Jul 19 10:56:40 UTC 2013 - dmueller@suse.com
-------------------------------------------------------------------
Thu Jul 11 15:55:27 UTC 2013 - dmueller@suse.com
- tighten runtime requires
- tighten runtime requires
-------------------------------------------------------------------
Tue Apr 30 09:17:02 UTC 2013 - dmueller@suse.com
- add buildrequires to satisfy test suite run
- add buildrequires to satisfy test suite run
-------------------------------------------------------------------
Mon Apr 29 12:15:17 UTC 2013 - dmueller@suse.com
@@ -165,7 +178,7 @@ Mon Apr 29 12:15:17 UTC 2013 - dmueller@suse.com
-------------------------------------------------------------------
Sat Apr 20 18:58:56 UTC 2013 - toddrme2178@gmail.com
- Add BuildRequires: python-extras
- Add BuildRequires: python-extras
-------------------------------------------------------------------
Tue Jan 15 15:43:14 UTC 2013 - dmueller@suse.com