- Update to 5.1:

* Recover more gracefully when layer setUp or tearDown fails, producing useful subunit output.
  * Prevent a spurious warning from the --require-unique option if the --module option was not used.
  * Add optional buffering of standard output and standard error during tests, requested via the --buffer option or enabled by default for subunit.
  * Fix incorrect failure counts in per-layer summary output, broken in 4.0.1.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=23
This commit is contained in:
Tomáš Chvátal 2019-11-06 12:11:14 +00:00 committed by Git OBS Bridge
parent b87ffe7310
commit 96a2b73991
4 changed files with 20 additions and 13 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Oct 30 12:13:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 5.1:
* Recover more gracefully when layer setUp or tearDown fails, producing useful subunit output.
* Prevent a spurious warning from the --require-unique option if the --module option was not used.
* Add optional buffering of standard output and standard error during tests, requested via the --buffer option or enabled by default for subunit.
* Fix incorrect failure counts in per-layer summary output, broken in 4.0.1.
-------------------------------------------------------------------
Mon Apr 8 13:02:40 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -26,29 +26,27 @@
%bcond_with test
%endif
Name: python-zope.testrunner
Version: 5.0
Version: 5.1
Release: 0
Summary: Zope testrunner script
License: ZPL-2.1
Group: Development/Languages/Python
URL: https://pypi.python.org/pypi/zope.testrunner
URL: https://github.com/zopefoundation/zope.testrunner
Source: https://files.pythonhosted.org/packages/source/z/zope.testrunner/zope.testrunner-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
# runtime requirements:
BuildRequires: %{python_module six}
BuildRequires: %{python_module zope.exceptions}
BuildRequires: %{python_module zope.interface}
# Test requirements:
%if %{with test}
BuildRequires: %{python_module zope.testing}
BuildRequires: %{python_module zope.testrunner = %{version}}
%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
Requires: python-zope.exceptions
Requires: python-zope.interface
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module zope.testing}
BuildRequires: %{python_module zope.testrunner = %{version}}
BuildRequires: %{pythons}
%endif
%python_subpackages
%description
@ -82,7 +80,7 @@ find -size 0 -delete
%python_uninstall_alternative zope-testrunner
%files %{python_files}
%license LICENSE.rst
%license LICENSE.md
%doc README.rst
%python_alternative %{_bindir}/zope-testrunner
%{python_sitelib}/*

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3
size 132109

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:354a65f6c6fe6c0584e2fcf06d7318e90dc7f7de1b7008d8913733e299317870
size 140679