14
0

Accepting request 539366 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/539366
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=63
This commit is contained in:
Jan Matejek
2017-11-07 15:35:19 +00:00
committed by Git OBS Bridge
parent 47bd96b134
commit e91ec89a4d
4 changed files with 28 additions and 4 deletions

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