From bdeb6d6b0c471591aa412a521167279c4501ade5f58931262483366e68168ddf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Mar 2024 08:57:46 +0000 Subject: [PATCH] - update to 6.4: * Add PEP 440 support (implicit namespaces). * Fix XML tests when running in distribution resp. separately. * Exit cleanly when using the test runner --version argument. * Add new --xml option to write JUnit-like XML reports. Code comes from collective.xmltestreport, but be aware that here --xml is not a boolean, but expects a path! (#148). * Add support for Python 3.13a3. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=44 --- python-zope.testrunner.changes | 12 ++++++++++++ python-zope.testrunner.spec | 4 ++-- zope.testrunner-6.2.1.tar.gz | 3 --- zope.testrunner-6.4.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 zope.testrunner-6.2.1.tar.gz create mode 100644 zope.testrunner-6.4.tar.gz diff --git a/python-zope.testrunner.changes b/python-zope.testrunner.changes index 0eefa99..4a43402 100644 --- a/python-zope.testrunner.changes +++ b/python-zope.testrunner.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Mar 14 08:57:24 UTC 2024 - Dirk Müller + +- update to 6.4: + * Add PEP 440 support (implicit namespaces). + * Fix XML tests when running in distribution resp. separately. + * Exit cleanly when using the test runner --version argument. + * Add new --xml option to write JUnit-like XML reports. + Code comes from collective.xmltestreport, but be aware that + here --xml is not a boolean, but expects a path! (#148). + * Add support for Python 3.13a3. + ------------------------------------------------------------------- Sat Jan 13 22:52:05 UTC 2024 - Ben Greiner diff --git a/python-zope.testrunner.spec b/python-zope.testrunner.spec index 9a59b51..0df19d3 100644 --- a/python-zope.testrunner.spec +++ b/python-zope.testrunner.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-zope.testrunner -Version: 6.2.1 +Version: 6.4 Release: 0 Summary: Zope testrunner script License: ZPL-2.1 @@ -43,7 +43,7 @@ Requires: python-setuptools Requires: python-zope.exceptions Requires: python-zope.interface Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %if %{with test} BuildRequires: %{python_module zope.testing} diff --git a/zope.testrunner-6.2.1.tar.gz b/zope.testrunner-6.2.1.tar.gz deleted file mode 100644 index 8e301c3..0000000 --- a/zope.testrunner-6.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9ecdcc9ceedbc3577246c902aafa27f2a7f6a20d79ca408458c7c90c877235f -size 150397 diff --git a/zope.testrunner-6.4.tar.gz b/zope.testrunner-6.4.tar.gz new file mode 100644 index 0000000..8826b47 --- /dev/null +++ b/zope.testrunner-6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b859fc74d6f2b6c5dd8adf9dee4ec7405f73f290ecab2570ac636f8361228c8 +size 159953