Accepting request 822033 from home:mcalabkova:branches:devel:languages:python

- Update to 5.2
  * Add support for Python 3.8.
  * When a layer is run in a subprocess, read its stderr in a thread to avoid
    a deadlock if its stderr output (containing failing and erroring test IDs)
    overflows the capacity of a pipe

OBS-URL: https://build.opensuse.org/request/show/822033
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=25
This commit is contained in:
Tomáš Chvátal 2020-07-21 08:57:00 +00:00 committed by Git OBS Bridge
parent 96a2b73991
commit 364b08dc24
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jul 21 08:53:11 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 5.2
* Add support for Python 3.8.
* When a layer is run in a subprocess, read its stderr in a thread to avoid
a deadlock if its stderr output (containing failing and erroring test IDs)
overflows the capacity of a pipe
-------------------------------------------------------------------
Wed Oct 30 12:13:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-zope.testrunner
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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.1
Version: 5.2
Release: 0
Summary: Zope testrunner script
License: ZPL-2.1

View File

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

View File

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