diff --git a/coverage-5.3.1.tar.gz b/coverage-5.3.1.tar.gz new file mode 100644 index 0000000..a56e59e --- /dev/null +++ b/coverage-5.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f16b1317b8dd82df67ed5daa5f5e7c959e46579840d77a67a4ceb9cef0a50b +size 684457 diff --git a/coverage-5.3.tar.gz b/coverage-5.3.tar.gz deleted file mode 100644 index 125bed7..0000000 --- a/coverage-5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:280baa8ec489c4f542f8940f9c4c2181f0306a8ee1a54eceba071a449fb870a0 -size 693632 diff --git a/python-coverage.changes b/python-coverage.changes index b43f4d3..9046c8d 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Dec 20 09:24:09 UTC 2020 - Dirk Müller + +- 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 ` favicon. + - Wheels are now provided for manylinux2010, and for PyPy3 (pp36 and pp37). + ------------------------------------------------------------------- Thu Dec 10 18:42:00 UTC 2020 - Matej Cepl diff --git a/python-coverage.spec b/python-coverage.spec index 269d2de..3d72b5a 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-coverage -Version: 5.3 +Version: 5.3.1 Release: 0 Summary: Code coverage measurement for Python License: Apache-2.0