Accepting request 923415 from home:pgajdos:python
- version update to 5.3.0 - Add support for Python 3.9. - Fix `package init file missing` warning (`#112 <https://github.com/zopefoundation/zope.testrunner/pull/112>`_). - Make standard streams provide a `buffer` attribute on Python 3 when using `--buffer` or testing under subunit. - %check: use %pyunittest rpm macro OBS-URL: https://build.opensuse.org/request/show/923415 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=27
This commit is contained in:
parent
364b08dc24
commit
a815897146
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 10:30:48 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
- version update to 5.3.0
|
||||
- Add support for Python 3.9.
|
||||
- Fix `package init file missing` warning
|
||||
(`#112 <https://github.com/zopefoundation/zope.testrunner/pull/112>`_).
|
||||
- Make standard streams provide a `buffer` attribute on Python 3 when using
|
||||
`--buffer` or testing under subunit.
|
||||
- %check: use %pyunittest rpm macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 21 08:53:11 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-zope.testrunner
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-zope.testrunner
|
||||
Version: 5.2
|
||||
Version: 5.3.0
|
||||
Release: 0
|
||||
Summary: Zope testrunner script
|
||||
License: ZPL-2.1
|
||||
@ -69,7 +69,7 @@ find -size 0 -delete
|
||||
|
||||
%if %{with test}
|
||||
%check
|
||||
%python_exec setup.py test
|
||||
%pyunittest src/zope/testrunner/tests/*.py
|
||||
%endif
|
||||
|
||||
%if !%{with test}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:873d6017abadc213992a0c38c786ed020341b6e0fe78d14bc2a684cf5a70de4b
|
||||
size 141836
|
3
zope.testrunner-5.3.0.tar.gz
Normal file
3
zope.testrunner-5.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39a5ba631830703ea011383447135063db6d182794487dda9b8c1f515bb70b0f
|
||||
size 141406
|
Loading…
x
Reference in New Issue
Block a user