From 7fd074f479ac5a2c28da39439d937a844b221576fd0489e276e1394cbaab5de5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 19 Jul 2013 12:11:50 +0000 Subject: [PATCH] Accepting request 183719 from home:dirkmueller:branches:devel:languages:python - update to 0.0.17: * Restore the ability to import testrepository.repository.memory on Python 2.6. * A new testr.conf option ``group_regex`` can be used for grouping tests so that they get run in the same backend runner. (Matthew Treinish) * Fix Python 3.* support for entrypoints; the initial code was Python3 incompatible. (Robert Collins, Clark Boylan, #1187192) * Switch to using multiprocessing to determine CPU counts. (Chris Jones, #1092276) * The cli UI now has primitive differentiation between multiple stream types. This is not yet exposed to the end user, but is sufficient to enable the load command to take interactive input without it reading from the raw subunit stream on stdin. (Robert Collins) * The scheduler can now groups tests together permitting co-dependent tests to always be scheduled onto the same backend. Note that this does not force co-dependent tests to be executed, so partial test runs (e.g. --failing) may still fail. (Matthew Treinish, Robert Collins) * When test listing fails, testr will now report an error rather than incorrectly trying to run zero tests. A test listing failure is detected by the returncode of the test listing process. (Robert Collins, #1185231) OBS-URL: https://build.opensuse.org/request/show/183719 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testrepository?expand=0&rev=12 --- python-testrepository.changes | 23 +++++++++++++++++++++++ python-testrepository.spec | 2 +- testrepository-0.0.15.tar.gz | 3 --- testrepository-0.0.17.tar.gz | 3 +++ 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 testrepository-0.0.15.tar.gz create mode 100644 testrepository-0.0.17.tar.gz diff --git a/python-testrepository.changes b/python-testrepository.changes index 5e18f5a..f8b865d 100644 --- a/python-testrepository.changes +++ b/python-testrepository.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jul 19 10:56:40 UTC 2013 - dmueller@suse.com + +- update to 0.0.17: + * Restore the ability to import testrepository.repository.memory on Python 2.6. + * A new testr.conf option ``group_regex`` can be used for grouping + tests so that they get run in the same backend runner. (Matthew Treinish) + * Fix Python 3.* support for entrypoints; the initial code was Python3 + incompatible. (Robert Collins, Clark Boylan, #1187192) + * Switch to using multiprocessing to determine CPU counts. + (Chris Jones, #1092276) + * The cli UI now has primitive differentiation between multiple stream types. + This is not yet exposed to the end user, but is sufficient to enable the + load command to take interactive input without it reading from the raw + subunit stream on stdin. (Robert Collins) + * The scheduler can now groups tests together permitting co-dependent tests to + always be scheduled onto the same backend. Note that this does not force + co-dependent tests to be executed, so partial test runs (e.g. --failing) + may still fail. (Matthew Treinish, Robert Collins) + * When test listing fails, testr will now report an error rather than + incorrectly trying to run zero tests. A test listing failure is detected by + the returncode of the test listing process. (Robert Collins, #1185231) + ------------------------------------------------------------------- Thu Jul 11 15:55:27 UTC 2013 - dmueller@suse.com diff --git a/python-testrepository.spec b/python-testrepository.spec index b0a10fd..9478f0a 100644 --- a/python-testrepository.spec +++ b/python-testrepository.spec @@ -17,7 +17,7 @@ Name: python-testrepository -Version: 0.0.15 +Version: 0.0.17 Release: 0 Summary: A repository of test results License: BSD-3-Clause or Apache-2.0 diff --git a/testrepository-0.0.15.tar.gz b/testrepository-0.0.15.tar.gz deleted file mode 100644 index acd0cbf..0000000 --- a/testrepository-0.0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6e7347077bd412915de1f89c5411b85da96abe07f43cd47939dc6f9e0228d94 -size 83620 diff --git a/testrepository-0.0.17.tar.gz b/testrepository-0.0.17.tar.gz new file mode 100644 index 0000000..9b771bc --- /dev/null +++ b/testrepository-0.0.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b70e0ba6aacb44036ed5dcbdbe36008816fc7098c2e3e4891734fc09ecd36e +size 84255