diff --git a/coverage-5.3.1.tar.gz b/coverage-5.3.1.tar.gz deleted file mode 100644 index a56e59e..0000000 --- a/coverage-5.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38f16b1317b8dd82df67ed5daa5f5e7c959e46579840d77a67a4ceb9cef0a50b -size 684457 diff --git a/coverage-5.4.tar.gz b/coverage-5.4.tar.gz new file mode 100644 index 0000000..ebabbeb --- /dev/null +++ b/coverage-5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2e262e5e8da6fa56e774fb8e2643417351427604c2b177f8e8c5f75fc928ca +size 687727 diff --git a/python-coverage.changes b/python-coverage.changes index 9046c8d..38d956c 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Feb 1 20:58:07 UTC 2021 - Dirk Müller + +- update to 5.4: + - The text report produced by ``coverage report`` now always outputs a TOTAL + line, even if only one Python file is reported. This makes regex parsing + of the output easier. Thanks, Judson Neer. This had been requested a number + of times + - The ``skip_covered`` and ``skip_empty`` settings in the configuration file + can now be specified in the ``[html]`` section, so that text reports and HTML + reports can use separate settings. The HTML report will still use the + ``[report]`` settings if there isn't a value in the ``[html]`` section. + - Combining files on Windows across drives how works properly + - Fix an obscure warning from deep in the _decimal module, as reported in + `issue 1084`_. + - Update to support Python 3.10 alphas in progress, including `PEP 626: Precise + line numbers for debugging and other tools `_. + ------------------------------------------------------------------- Sun Dec 20 09:24:09 UTC 2020 - Dirk Müller diff --git a/python-coverage.spec b/python-coverage.spec index 3d72b5a..99ce180 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -1,7 +1,7 @@ # # spec file for package python-coverage # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # 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: 5.3.1 +Version: 5.4 Release: 0 Summary: Code coverage measurement for Python License: Apache-2.0