forked from pool/python-coverage
Accepting request 575271 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/575271 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=33
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:309d91bd7a35063ec7a0e4d75645488bfab3f0b66373e7722f23da7f5b0f34cc
|
|
||||||
size 374581
|
|
3
coverage-4.5.tar.gz
Normal file
3
coverage-4.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b7a06a523dfeaf417da630d46ad4f4e11ca1bae6202c9312c4cb987dde5792fc
|
||||||
|
size 378933
|
@@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 10 17:25:15 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* update copyright year
|
||||||
|
|
||||||
|
- update to version 4.5:
|
||||||
|
* A new kind of plugin is supported: configurators are invoked at
|
||||||
|
start-up to allow more complex configuration than the .coveragerc
|
||||||
|
file can easily do. See Plug-in classes for details. This solves
|
||||||
|
the complex configuration problem described in issue 563.
|
||||||
|
* The fail_under option can now be a float. Note that you must
|
||||||
|
specify the [report] precision configuration option for the
|
||||||
|
fractional part to be used. Thanks to Lars Hupfeldt Nielsen for
|
||||||
|
help with the implementation. Fixes issue 631.
|
||||||
|
* The include and omit options can be specified for both the [run]
|
||||||
|
and [report] phases of execution. 4.4.2 introduced some incorrect
|
||||||
|
interactions between those phases, where the options for one were
|
||||||
|
confused for the other. This is now corrected, fixing issue 621
|
||||||
|
and issue 622. Thanks to Daniel Hahler for seeing more clearly
|
||||||
|
than I could.
|
||||||
|
* The coverage combine command used to always overwrite the data
|
||||||
|
file, even when no data had been read from apparently combinable
|
||||||
|
files. Now, an error is raised if we thought there were files to
|
||||||
|
combine, but in fact none of them could be used. Fixes issue 629.
|
||||||
|
* The coverage combine command could get confused about path
|
||||||
|
separators when combining data collected on Windows with data
|
||||||
|
collected on Linux, as described in issue 618. This is now fixed:
|
||||||
|
the result path always uses the path separator specified in the
|
||||||
|
[paths] result.
|
||||||
|
* On Windows, the HTML report could fail when source trees are
|
||||||
|
deeply nested, due to attempting to create HTML filenames longer
|
||||||
|
than the 250-character maximum. Now filenames will never get much
|
||||||
|
larger than 200 characters, fixing issue 627. Thanks to Alex
|
||||||
|
Sandro for helping with the fix.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 9 19:10:43 UTC 2017 - jmatejek@suse.com
|
Thu Nov 9 19:10:43 UTC 2017 - jmatejek@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-coverage
|
# spec file for package python-coverage
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-coverage
|
Name: python-coverage
|
||||||
Version: 4.4.2
|
Version: 4.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://nedbatchelder.com/code/coverage/%{version}
|
Url: http://nedbatchelder.com/code/coverage/%{version}
|
||||||
Summary: Code coverage measurement for Python
|
Summary: Code coverage measurement for Python
|
||||||
|
Reference in New Issue
Block a user