From ae26c26a485d2f16e7a887d2ca6692317f468615038e766d1521024fa0434f44 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 20 Dec 2020 09:25:34 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=205.3.1:=20=20=20-=20When=20usi?= =?UTF-8?q?ng=20``--source``=20on=20a=20large=20source=20tree,=20v5.x=20wa?= =?UTF-8?q?s=20slower=20than=20previous=20=20=20=20=20versions.=20=20This?= =?UTF-8?q?=20performance=20regression=20is=20now=20fixed,=20closing=20`is?= =?UTF-8?q?sue=201037`=5F.=20=20=20-=20Mysterious=20SQLite=20errors=20can?= =?UTF-8?q?=20happen=20on=20PyPy,=20as=20reported=20in=20`issue=201010`=5F?= =?UTF-8?q?.=20An=20=20=20=20=20immediate=20retry=20seems=20to=20fix=20the?= =?UTF-8?q?=20problem,=20although=20it=20is=20an=20unsatisfying=20=20=20?= =?UTF-8?q?=20=20solution.=20=20=20-=20The=20HTML=20report=20now=20saves?= =?UTF-8?q?=20the=20sort=20order=20in=20a=20more=20widely=20supported=20wa?= =?UTF-8?q?y,=20=20=20=20=20fixing=20`issue=20986`=5F.=20=20Thanks,=20Seba?= =?UTF-8?q?sti=C3=A1n=20Ram=C3=ADrez=20(`pull=20request=201066`=5F).=20=20?= =?UTF-8?q?=20-=20The=20HTML=20report=20pages=20now=20have=20a=20:ref:`Sle?= =?UTF-8?q?epy=20Snake=20`=20favicon.=20=20=20-=20Wheels=20are=20n?= =?UTF-8?q?ow=20provided=20for=20manylinux2010,=20and=20for=20PyPy3=20(pp3?= =?UTF-8?q?6=20and=20pp37).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=88 --- coverage-5.3.1.tar.gz | 3 +++ coverage-5.3.tar.gz | 3 --- python-coverage.changes | 14 ++++++++++++++ python-coverage.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 coverage-5.3.1.tar.gz delete mode 100644 coverage-5.3.tar.gz 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