Accepting request 539602 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/539602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2017-11-11 13:18:09 +00:00 committed by Git OBS Bridge
commit 400177b6c3
4 changed files with 28 additions and 4 deletions

View File

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

3
coverage-4.4.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Nov 6 16:55:45 UTC 2017 - arun@gmx.de
- update to version 4.4.2:
* Support for Python 3.7. In some cases, class and module docstrings
are no longer counted in statement totals, which could slightly
change your total results.
* Specifying both --source and --include no longer silently ignores
the include setting, instead it displays a warning. Thanks, Loïc
Dachary. Closes issue 265 and issue 101.
* Fixed a race condition when saving data and multiple threads are
tracing (issue 581). It could produce a “dictionary changed size
during iteration” RuntimeError. I believe this mostly but not
entirely fixes the race condition. A true fix would likely be too
expensive. Thanks, Peter Baughman for the debugging, and Olivier
Grisel for the fix with tests.
* Configuration values which are file paths will now apply
tilde-expansion, closing issue 589.
* Now secondary config files like tox.ini and setup.cfg can be
specified explicitly, and prefixed sections like [coverage:run]
will be read. Fixes issue 588.
* Be more flexible about the command name displayed by help, fixing
issue 600. Thanks, Ben Finney.
-------------------------------------------------------------------
Wed Oct 4 15:47:22 UTC 2017 - arun@gmx.de

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-coverage
Version: 4.4.1
Version: 4.4.2
Release: 0
Url: http://nedbatchelder.com/code/coverage/%{version}
Summary: Code coverage measurement for Python