- update to 4.2:
- Since ``concurrency=multiprocessing`` uses subprocesses, options specified on
the coverage.py command line will not be communicated down to them. Only
options in the configuration file will apply to the subprocesses.
Previously, the options didn't apply to the subprocesses, but there was no
indication. Now it is an error to use ``--concurrency=multiprocessing`` and
other run-affecting options on the command line. This prevents
failures like those reported in `issue 495`_.
- Filtering the HTML report is now faster, thanks to Ville Skyttä.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=51
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85b1275b6d7a61ccc8024a4e9a4c9e896394776edce1a5d075ec116f91925462
|
||||
size 354482
|
||||
3
coverage-4.2.tar.gz
Normal file
3
coverage-4.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e312776d3ef04632ec742ce2d2b7048b635073e0245e4f44dfe8b08cc50ac656
|
||||
size 359873
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 10:06:32 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- update to 4.2:
|
||||
- Since ``concurrency=multiprocessing`` uses subprocesses, options specified on
|
||||
the coverage.py command line will not be communicated down to them. Only
|
||||
options in the configuration file will apply to the subprocesses.
|
||||
Previously, the options didn't apply to the subprocesses, but there was no
|
||||
indication. Now it is an error to use ``--concurrency=multiprocessing`` and
|
||||
other run-affecting options on the command line. This prevents
|
||||
failures like those reported in `issue 495`_.
|
||||
- Filtering the HTML report is now faster, thanks to Ville Skyttä.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 12:16:34 UTC 2015 - marec@detebe.org
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-coverage
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-coverage
|
||||
Version: 4.0.3
|
||||
Version: 4.2
|
||||
Release: 0
|
||||
Url: http://nedbatchelder.com/code/coverage/%{version}
|
||||
Summary: Code coverage measurement for Python
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
|
||||
Source: https://pypi.io/packages/source/c/coverage/coverage-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
|
||||
Reference in New Issue
Block a user