From 7d130be0e2cf141bf1d492dcf890eda030b7cbbb32e0507d2fd770ca4a756fb5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 28 Nov 2023 09:04:28 +0000 Subject: [PATCH] - update to 7.3.2: * The ``coverage lcov`` command ignored the ``[report] exclude_lines`` and ``[report] exclude_also`` settings * Sometimes SQLite will create journal files alongside the coverage.py database files. These are ephemeral, but could be mistakenly included when combining data files. * On Python 3.12+, we now disable SQLite writing journal files, which should be a little faster. * The new 3.12 soft keyword ``type`` is properly bolded in HTML reports. * Removed the "fullcoverage" feature used by CPython to measure the coverage of early-imported standard library modules. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=127 --- coverage-7.3.1.tar.gz | 3 --- coverage-7.3.2.tar.gz | 3 +++ python-coverage.changes | 16 ++++++++++++++++ python-coverage.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 coverage-7.3.1.tar.gz create mode 100644 coverage-7.3.2.tar.gz diff --git a/coverage-7.3.1.tar.gz b/coverage-7.3.1.tar.gz deleted file mode 100644 index 80dd2d5..0000000 --- a/coverage-7.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cb7fe1581deb67b782c153136541e20901aa312ceedaf1467dcb35255787952 -size 764806 diff --git a/coverage-7.3.2.tar.gz b/coverage-7.3.2.tar.gz new file mode 100644 index 0000000..97ad680 --- /dev/null +++ b/coverage-7.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be32ad29341b0170e795ca590e1c07e81fc061cb5b10c74ce7203491484404ef +size 764541 diff --git a/python-coverage.changes b/python-coverage.changes index 3fcb46d..2040c18 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Nov 28 08:53:23 UTC 2023 - Dirk Müller + +- update to 7.3.2: + * The ``coverage lcov`` command ignored the ``[report] + exclude_lines`` and ``[report] exclude_also`` settings + * Sometimes SQLite will create journal files alongside the + coverage.py database files. These are ephemeral, but could + be mistakenly included when combining data files. + * On Python 3.12+, we now disable SQLite writing journal files, + which should be a little faster. + * The new 3.12 soft keyword ``type`` is properly bolded in HTML + reports. + * Removed the "fullcoverage" feature used by CPython to measure + the coverage of early-imported standard library modules. + ------------------------------------------------------------------- Mon Sep 18 09:20:10 UTC 2023 - Dirk Müller diff --git a/python-coverage.spec b/python-coverage.spec index 801b0d4..02d5c50 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-coverage -Version: 7.3.1 +Version: 7.3.2 Release: 0 Summary: Code coverage measurement for Python License: Apache-2.0