Accepting request 1002717 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1002717 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=48
This commit is contained in:
commit
758c4c2c6b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4321f075095a096e70aff1d002030ee612b65a205a0a0f5b815280d5dc58100c
|
|
||||||
size 719971
|
|
3
coverage-6.4.4.tar.gz
Normal file
3
coverage-6.4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e16c45b726acb780e1e6f88b286d3c10b3914ab03438f32117c4aa52d7f30d58
|
||||||
|
size 772949
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 10 15:31:21 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 6.4.4:
|
||||||
|
* Wheels are now provided for Python 3.11.
|
||||||
|
|
||||||
|
- changes from version 6.4.3:
|
||||||
|
* Fix a failure when combining data files if the file names
|
||||||
|
contained glob-like patterns (pull 1405). Thanks, Michael Krebs
|
||||||
|
and Benjamin Schubert.
|
||||||
|
* Fix a messaging failure when combining Windows data files on a
|
||||||
|
different drive than the current directory. (pull 1430, fixing
|
||||||
|
issue 1428). Thanks, Lorenzo Micò.
|
||||||
|
* Fix path calculations when running in the root directory, as you
|
||||||
|
might do in a Docker container: pull 1403, thanks Arthur Rio.
|
||||||
|
* Filtering in the HTML report wouldn’t work when reloading the
|
||||||
|
index page. This is now fixed (pull 1413). Thanks, Marc Legendre.
|
||||||
|
* Fix a problem with Cython code measurement (pull 1347, fixing
|
||||||
|
issue 972). Thanks, Matus Valo.
|
||||||
|
|
||||||
|
- changes from version 6.4.2:
|
||||||
|
* Updated for a small change in Python 3.11.0 beta 4: modules now
|
||||||
|
start with a line with line number 0, which is ignored. This line
|
||||||
|
cannnot be executed, so coverage totals were thrown off. This line
|
||||||
|
is now ignored by coverage.py, but this also means that truly
|
||||||
|
empty modules (like __init__.py) have no lines in them, rather
|
||||||
|
than one phantom line. Fixes issue 1419.
|
||||||
|
* Internal debugging data added to sys.modules is now an actual
|
||||||
|
module, to avoid confusing code that examines everything in
|
||||||
|
sys.modules. Thanks, Yilei Yang (pull 1399).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 9 14:27:53 UTC 2022 - Arun Persaud <arun@gmx.de>
|
Sat Jul 9 14:27:53 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-coverage
|
Name: python-coverage
|
||||||
Version: 6.4.1
|
Version: 6.4.4
|
||||||
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