pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-coverage py-coverage: updated to 5.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99e67c4ebafc
branches:  trunk
changeset: 443769:99e67c4ebafc
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 21 09:33:05 2020 +0000

description:
py-coverage: updated to 5.3.1

Version 5.3.1 --- 2020-12-19
----------------------------

- 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).

- Continuous integration has moved from Travis and AppVeyor to GitHub Actions.

diffstat:

 devel/py-coverage/Makefile |   4 ++--
 devel/py-coverage/PLIST    |   3 ++-
 devel/py-coverage/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 72612c3086d3 -r 99e67c4ebafc devel/py-coverage/Makefile
--- a/devel/py-coverage/Makefile        Mon Dec 21 09:25:31 2020 +0000
+++ b/devel/py-coverage/Makefile        Mon Dec 21 09:33:05 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2020/10/22 09:41:18 adam Exp $
+# $NetBSD: Makefile,v 1.29 2020/12/21 09:33:05 adam Exp $
 
-DISTNAME=      coverage-5.3
+DISTNAME=      coverage-5.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/coverage/}
diff -r 72612c3086d3 -r 99e67c4ebafc devel/py-coverage/PLIST
--- a/devel/py-coverage/PLIST   Mon Dec 21 09:25:31 2020 +0000
+++ b/devel/py-coverage/PLIST   Mon Dec 21 09:33:05 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/12/15 11:48:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/12/21 09:33:05 adam Exp $
 bin/coverage-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -65,6 +65,7 @@
 ${PYSITELIB}/coverage/html.pyc
 ${PYSITELIB}/coverage/html.pyo
 ${PYSITELIB}/coverage/htmlfiles/coverage_html.js
+${PYSITELIB}/coverage/htmlfiles/favicon_32.png
 ${PYSITELIB}/coverage/htmlfiles/index.html
 ${PYSITELIB}/coverage/htmlfiles/jquery.ba-throttle-debounce.min.js
 ${PYSITELIB}/coverage/htmlfiles/jquery.hotkeys.js
diff -r 72612c3086d3 -r 99e67c4ebafc devel/py-coverage/distinfo
--- a/devel/py-coverage/distinfo        Mon Dec 21 09:25:31 2020 +0000
+++ b/devel/py-coverage/distinfo        Mon Dec 21 09:33:05 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2020/10/22 09:41:18 adam Exp $
+$NetBSD: distinfo,v 1.22 2020/12/21 09:33:05 adam Exp $
 
-SHA1 (coverage-5.3.tar.gz) = 0931102f6bfdfd021f9c0488a88950721d9a111b
-RMD160 (coverage-5.3.tar.gz) = 190cd7e2667d5a888a9de1e0bd654af3941846ed
-SHA512 (coverage-5.3.tar.gz) = f40a21c394b1a72118965f702ae2b8e09c4e0b2fe92709aedf1de4c8074cd9c2cae0ed4860fbb863e4e5479f1067ff806d7051f7683d6b324de9945c0cacfc39
-Size (coverage-5.3.tar.gz) = 693632 bytes
+SHA1 (coverage-5.3.1.tar.gz) = 72deb43a9ed3212b905498306b7847878cad5e43
+RMD160 (coverage-5.3.1.tar.gz) = ae67b5cd3cc0130135ec74fadaa4419298aa5828
+SHA512 (coverage-5.3.1.tar.gz) = 981ebc9f9490efe613edd68afdef83cb161b303e6de266335ffd2d1d3634bd5a088cbff249b0243071b55cb4f31b4b0c7537b5764660ccc86a7059307badd571
+Size (coverage-5.3.1.tar.gz) = 684457 bytes



Home | Main Index | Thread Index | Old Index