Accepting request 1157896 from devel:languages:python
- 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 <path> 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/request/show/1157896 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.testrunner?expand=0&rev=23
This commit is contained in:
commit
c82e928013
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <path> 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 <code@bnavigator.de>
|
||||
|
||||
|
@ -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}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9ecdcc9ceedbc3577246c902aafa27f2a7f6a20d79ca408458c7c90c877235f
|
||||
size 150397
|
3
zope.testrunner-6.4.tar.gz
Normal file
3
zope.testrunner-6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b859fc74d6f2b6c5dd8adf9dee4ec7405f73f290ecab2570ac636f8361228c8
|
||||
size 159953
|
Loading…
x
Reference in New Issue
Block a user