From 9c4866db7d8278360965ebad20972d4a93101b5f7111b35a2518e11335bfe11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 9 Sep 2025 07:18:26 +0000 Subject: [PATCH] Accepting request 1303295 from home:mcalabkova:branches:devel:languages:python - Update to 7.10.6 * A new configuration option: ":ref:`config_run_patch`" specifies named patches to work around some limitations in coverage measurement. Please see docs for more info. * The HTML report now dimly colors subsequent lines in multi-line statements. * Two new exclusion patterns are part of the defaults: ... is automatically excluded as a line and if TYPE_CHECKING: is excluded as a branch. * A new command-line option: --save-signal=USR1 specifies a signal that coverage.py will listen for. When the signal is sent, the coverage data will be saved. * Big speed improvements for coverage combine: it's now about twice as fast! * fix: source directories were not properly communicated to subprocesses that ran in different directories. OBS-URL: https://build.opensuse.org/request/show/1303295 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=148 --- coverage-7.10.6.tar.gz | 3 +++ coverage-7.9.2.tar.gz | 3 --- python-coverage.changes | 20 ++++++++++++++++++++ python-coverage.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 coverage-7.10.6.tar.gz delete mode 100644 coverage-7.9.2.tar.gz diff --git a/coverage-7.10.6.tar.gz b/coverage-7.10.6.tar.gz new file mode 100644 index 0000000..9156c36 --- /dev/null +++ b/coverage-7.10.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f644a3ae5933a552a29dbb9aa2f90c677a875f80ebea028e5a52a4f429044b90 +size 823736 diff --git a/coverage-7.9.2.tar.gz b/coverage-7.9.2.tar.gz deleted file mode 100644 index 67c6583..0000000 --- a/coverage-7.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:997024fa51e3290264ffd7492ec97d0690293ccd2b45a6cd7d82d945a4a80c8b -size 813556 diff --git a/python-coverage.changes b/python-coverage.changes index 626364f..0dbf32c 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Sep 9 05:58:32 UTC 2025 - Markéta Machová + +- Update to 7.10.6 + * A new configuration option: ":ref:`config_run_patch`" specifies + named patches to work around some limitations in coverage + measurement. Please see docs for more info. + * The HTML report now dimly colors subsequent lines in multi-line + statements. + * Two new exclusion patterns are part of the defaults: ... is + automatically excluded as a line and if TYPE_CHECKING: is + excluded as a branch. + * A new command-line option: --save-signal=USR1 specifies a signal + that coverage.py will listen for. When the signal is sent, the + coverage data will be saved. + * Big speed improvements for coverage combine: it's now about twice + as fast! + * fix: source directories were not properly communicated to + subprocesses that ran in different directories. + ------------------------------------------------------------------- Tue Aug 19 10:42:47 UTC 2025 - Daniel Garcia diff --git a/python-coverage.spec b/python-coverage.spec index a142e57..bf19b98 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -33,7 +33,7 @@ %{?sle15_python_module_pythons} Name: python-coverage%{psuffix} -Version: 7.9.2 +Version: 7.10.6 Release: 0 Summary: Code coverage measurement for Python License: Apache-2.0