7
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/577785
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=69
This commit is contained in:
Tomáš Chvátal
2018-02-19 08:12:33 +00:00
committed by Git OBS Bridge
parent 309dae557c
commit 65f78aaef9
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Feb 18 17:12:53 UTC 2018 - arun@gmx.de
- update to version 4.5.1:
* Now that 4.5 properly separated the [run] omit and [report] omit
settings, an old bug has become apparent. If you specified a
package name for [run] source, then omit patterns werent matched
inside that package. This bug (issue 638) is now fixed.
* On Python 3.7, reporting about a decorated function with no body
other than a docstring would crash coverage.py with an IndexError
(issue 640). This is now fixed.
* Configurer plugins are now reported in the output of --debug=sys.
-------------------------------------------------------------------
Sat Feb 10 17:25:15 UTC 2018 - arun@gmx.de