From 309dae557c1c7c357470e0be0a1f220f1245e268cf37cb08f52a4ab4f443f359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 10 Feb 2018 19:40:41 +0000 Subject: [PATCH] Accepting request 575253 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/575253 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=67 --- coverage-4.4.2.tar.gz | 3 --- coverage-4.5.tar.gz | 3 +++ python-coverage.changes | 36 ++++++++++++++++++++++++++++++++++++ python-coverage.spec | 4 ++-- 4 files changed, 41 insertions(+), 5 deletions(-) delete mode 100644 coverage-4.4.2.tar.gz create mode 100644 coverage-4.5.tar.gz diff --git a/coverage-4.4.2.tar.gz b/coverage-4.4.2.tar.gz deleted file mode 100644 index 29a4448..0000000 --- a/coverage-4.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:309d91bd7a35063ec7a0e4d75645488bfab3f0b66373e7722f23da7f5b0f34cc -size 374581 diff --git a/coverage-4.5.tar.gz b/coverage-4.5.tar.gz new file mode 100644 index 0000000..c9120f9 --- /dev/null +++ b/coverage-4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a06a523dfeaf417da630d46ad4f4e11ca1bae6202c9312c4cb987dde5792fc +size 378933 diff --git a/python-coverage.changes b/python-coverage.changes index 0710876..53f79d2 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -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 diff --git a/python-coverage.spec b/python-coverage.spec index 2a87a5c..924a6bc 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-coverage -Version: 4.4.2 +Version: 4.5 Release: 0 Url: http://nedbatchelder.com/code/coverage/%{version} Summary: Code coverage measurement for Python