From 6fefec9094636c3dbcdde50eed7e2f77b015be109c6d693a50712c50c81ff53c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 13 Oct 2025 09:16:33 +0000 Subject: [PATCH] - update to 7.10.7: * Performance: with branch coverage in large files, generating HTML, JSON, or LCOV reports could take far too long due to some quadratic behavior when creating the function and class index pages. This is now fixed, closing issue 2048. Thanks to Daniel Diniz for help diagnosing the problem. * Most warnings and a few errors now have links to a page in the docs explaining the specific message. Closes issue 1921. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=150 --- coverage-7.10.6.tar.gz | 3 --- coverage-7.10.7.tar.gz | 3 +++ python-coverage.changes | 12 ++++++++++++ python-coverage.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 coverage-7.10.6.tar.gz create mode 100644 coverage-7.10.7.tar.gz diff --git a/coverage-7.10.6.tar.gz b/coverage-7.10.6.tar.gz deleted file mode 100644 index 9156c36..0000000 --- a/coverage-7.10.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f644a3ae5933a552a29dbb9aa2f90c677a875f80ebea028e5a52a4f429044b90 -size 823736 diff --git a/coverage-7.10.7.tar.gz b/coverage-7.10.7.tar.gz new file mode 100644 index 0000000..fa1a992 --- /dev/null +++ b/coverage-7.10.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ab143ab113be368a3e9b795f9cd7906c5ef407d6173fe9675a902e1fffc239 +size 827704 diff --git a/python-coverage.changes b/python-coverage.changes index 0dbf32c..6aaebc0 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Oct 13 09:16:29 UTC 2025 - Dirk Müller + +- update to 7.10.7: + * Performance: with branch coverage in large files, generating + HTML, JSON, or LCOV reports could take far too long due to + some quadratic behavior when creating the function and class + index pages. This is now fixed, closing issue 2048. Thanks + to Daniel Diniz for help diagnosing the problem. + * Most warnings and a few errors now have links to a page in + the docs explaining the specific message. Closes issue 1921. + ------------------------------------------------------------------- Tue Sep 9 05:58:32 UTC 2025 - Markéta Machová diff --git a/python-coverage.spec b/python-coverage.spec index bf19b98..9acc74a 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -33,7 +33,7 @@ %{?sle15_python_module_pythons} Name: python-coverage%{psuffix} -Version: 7.10.6 +Version: 7.10.7 Release: 0 Summary: Code coverage measurement for Python License: Apache-2.0