Accepting request 1074499 from devel:languages:python
- update to 7.2.2: * Fix: if a virtualenv was created inside a source directory, and a sourced package was installed inside the virtualenv, then all of the third-party packages inside the virtualenv would be measured. This was incorrect, but has now been fixed: only the specified packages will be measured. * Fix: the ``coverage lcov`` command could create a .lcov file with incorrect LF (lines found) and LH (lines hit) totals * Fix: the ``coverage xml`` command on Windows could create a .xml file with duplicate ``<package>`` elements. OBS-URL: https://build.opensuse.org/request/show/1074499 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=54
This commit is contained in:
commit
c29fef44f8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c77f2a9093ccf329dd523a9b2b3c854c20d2a3d968b6def3b820272ca6732242
|
|
||||||
size 812219
|
|
3
coverage-7.2.2.tar.gz
Normal file
3
coverage-7.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36dd42da34fe94ed98c39887b86db9d06777b1c8f860520e21126a75507024f2
|
||||||
|
size 812407
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 26 19:13:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 7.2.2:
|
||||||
|
* Fix: if a virtualenv was created inside a source directory,
|
||||||
|
and a sourced package was installed inside the virtualenv,
|
||||||
|
then all of the third-party packages inside the virtualenv
|
||||||
|
would be measured. This was incorrect, but
|
||||||
|
has now been fixed: only the specified packages will be
|
||||||
|
measured.
|
||||||
|
* Fix: the ``coverage lcov`` command could create a .lcov file
|
||||||
|
with incorrect LF (lines found) and LH (lines hit) totals
|
||||||
|
* Fix: the ``coverage xml`` command on Windows could create a
|
||||||
|
.xml file with duplicate ``<package>`` elements.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 14 22:26:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Tue Mar 14 22:26:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-coverage
|
Name: python-coverage
|
||||||
Version: 7.2.1
|
Version: 7.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Code coverage measurement for Python
|
Summary: Code coverage measurement for Python
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user