Accepting request 1129470 from devel:languages:python
- 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/request/show/1129470 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=61
This commit is contained in:
commit
cda41630d6
BIN
coverage-7.3.1.tar.gz
(Stored with Git LFS)
BIN
coverage-7.3.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
coverage-7.3.2.tar.gz
Normal file
3
coverage-7.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be32ad29341b0170e795ca590e1c07e81fc061cb5b10c74ce7203491484404ef
|
||||
size 764541
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 08:53:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user