From 9fb48039ad34e3486cb83425f4b48eeb49243ee6bdf179b6fc4ce47078961580 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 16 Sep 2014 21:25:50 +0000 Subject: [PATCH] Accepting request 249495 from Cloud:OpenStack:Master New upstream release OBS-URL: https://build.opensuse.org/request/show/249495 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testrepository?expand=0&rev=22 --- python-testrepository.changes | 32 ++++++++++++++++++++++++++++++++ python-testrepository.spec | 2 +- testrepository-0.0.18.tar.gz | 3 --- testrepository-0.0.20.tar.gz | 3 +++ 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 testrepository-0.0.18.tar.gz create mode 100644 testrepository-0.0.20.tar.gz diff --git a/python-testrepository.changes b/python-testrepository.changes index 46441ef..3575d5f 100644 --- a/python-testrepository.changes +++ b/python-testrepository.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Sep 16 06:22:45 UTC 2014 - tbechtold@suse.com + +- update to version 0.0.20: + * Tests will be reliably tagged with worker-%d. The previous tagging logic + had an implicit race - the tag id was looked up via a closure which gets + the state of the pos variable at the position the overall loop has advanced + too, not the position when the closure was created. + (Robert Collins, #1316858) + * Passing --subunit to all testr commands will now consistently output subunit + v2. Previously it would output v1 for stored streams and v2 for live + streams. (Robert Collins) + * ``run`` was outputting bad MIME types - test/plain, not text/plain. + (Robert Collins) + * Test filtering was failing under python3 and would only apply the + filters to the first test listed by discover. (Clark Boylan, #1317607) + * Tests that are enumerated but not executed will no longer reset the test + timing data. Enumeration was incorrectly recording a 0 timestamp for + enumerated tests. This leads to poor scheduling after an interrupted test + run. (Robert Collins, #1322763) + * Version 0.0.18 of subunit is now a hard dependency - the v2 protocol solves + key issues in concurrency and stream handling. Users that cannot use subunit + v2 can run an older testrepository, or contact upstream to work through + whatever issue is blocking them. (Robert Collins) + * When list-tests encounters an error, a much clearer response will + now be shown. (Robert Collins, #1271133) + * The ``get_subunit_stream`` methods now return subunit v2 streams rather + than v1 streams, preparing the way for storage of native v2 streams in + the repository. (Robert Collins) + * ``UI.output_stream`` is now tested for handling of non-utf8 bytestreams. + (Robert Collins) + ------------------------------------------------------------------- Thu Feb 13 13:56:39 UTC 2014 - speilicke@suse.com diff --git a/python-testrepository.spec b/python-testrepository.spec index 71af665..085a9b2 100644 --- a/python-testrepository.spec +++ b/python-testrepository.spec @@ -17,7 +17,7 @@ Name: python-testrepository -Version: 0.0.18 +Version: 0.0.20 Release: 0 Summary: A repository of test results License: BSD-3-Clause or Apache-2.0 diff --git a/testrepository-0.0.18.tar.gz b/testrepository-0.0.18.tar.gz deleted file mode 100644 index 0c25269..0000000 --- a/testrepository-0.0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba15301c6ec6bf1b8e0dad10ac7313b11e17ceb8d28ec4a3625c9aaa766727fd -size 84886 diff --git a/testrepository-0.0.20.tar.gz b/testrepository-0.0.20.tar.gz new file mode 100644 index 0000000..24e9f94 --- /dev/null +++ b/testrepository-0.0.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb +size 84956