Accepting request 857108 from devel:languages:python
- update to 5.3.1: - When using ``--source`` on a large source tree, v5.x was slower than previous versions. This performance regression is now fixed, closing `issue 1037`_. - Mysterious SQLite errors can happen on PyPy, as reported in `issue 1010`_. An immediate retry seems to fix the problem, although it is an unsatisfying solution. - The HTML report now saves the sort order in a more widely supported way, fixing `issue 986`_. Thanks, Sebastián Ramírez (`pull request 1066`_). - The HTML report pages now have a :ref:`Sleepy Snake <sleepy>` favicon. - Wheels are now provided for manylinux2010, and for PyPy3 (pp36 and pp37). OBS-URL: https://build.opensuse.org/request/show/857108 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=43
This commit is contained in:
commit
10ca8e6613
3
coverage-5.3.1.tar.gz
Normal file
3
coverage-5.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38f16b1317b8dd82df67ed5daa5f5e7c959e46579840d77a67a4ceb9cef0a50b
|
||||||
|
size 684457
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:280baa8ec489c4f542f8940f9c4c2181f0306a8ee1a54eceba071a449fb870a0
|
|
||||||
size 693632
|
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 20 09:24:09 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 5.3.1:
|
||||||
|
- When using ``--source`` on a large source tree, v5.x was slower than previous
|
||||||
|
versions. This performance regression is now fixed, closing `issue 1037`_.
|
||||||
|
- Mysterious SQLite errors can happen on PyPy, as reported in `issue 1010`_. An
|
||||||
|
immediate retry seems to fix the problem, although it is an unsatisfying
|
||||||
|
solution.
|
||||||
|
- The HTML report now saves the sort order in a more widely supported way,
|
||||||
|
fixing `issue 986`_. Thanks, Sebastián Ramírez (`pull request 1066`_).
|
||||||
|
- The HTML report pages now have a :ref:`Sleepy Snake <sleepy>` favicon.
|
||||||
|
- Wheels are now provided for manylinux2010, and for PyPy3 (pp36 and pp37).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 10 18:42:00 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
Thu Dec 10 18:42:00 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-coverage
|
Name: python-coverage
|
||||||
Version: 5.3
|
Version: 5.3.1
|
||||||
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