Fri Jan 3 13:17:52 2020 UTC ()
py-coverage: updated to 5.0.1

Version 5.0.1:

- If a 4.x data file is the cause of a "file is not a database" error, then use
  a more specific error message, "Looks like a coverage 4.x data file, are you
  mixing versions of coverage?"  Helps diagnose the problems described in
  `issue 886`_.

- Measurement contexts and relative file names didn't work together, as
  reported in `issue 899`_ and `issue 900`_.  This is now fixed, thanks to
  David Szotten.

- When using ``coverage run --concurrency=multiprocessing``, all data files
  should be named with parallel-ready suffixes.  5.0 mistakenly named the main
  process' file with no suffix when using ``--append``.  This is now fixed,
  closing `issue 880`_.

- Fixed a problem on Windows when the current directory is changed to a
  different drive (`issue 895`_).  Thanks, Olivier Grisel.

- Updated Python 3.9 support to 3.9a2.


(adam)
diff -r1.19 -r1.20 pkgsrc/devel/py-coverage/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/py-coverage/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/devel/py-coverage/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-coverage/Makefile 2019/12/15 11:48:31 1.19
+++ pkgsrc/devel/py-coverage/Makefile 2020/01/03 13:17:52 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2019/12/15 11:48:31 adam Exp $ 1# $NetBSD: Makefile,v 1.20 2020/01/03 13:17:52 adam Exp $
2 2
3DISTNAME= coverage-5.0 3DISTNAME= coverage-5.0.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=c/coverage/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/coverage/}
7 7
8MAINTAINER= kamel.derouiche@gmail.com 8MAINTAINER= kamel.derouiche@gmail.com
9HOMEPAGE= https://coverage.readthedocs.io/ 9HOMEPAGE= https://coverage.readthedocs.io/
10COMMENT= Python module that measures code coverage for Python 10COMMENT= Python module that measures code coverage for Python
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 13BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
14TEST_DEPENDS+= ${PYPKGPREFIX}-flaky>=3.4.0:../../devel/py-flaky 14TEST_DEPENDS+= ${PYPKGPREFIX}-flaky>=3.4.0:../../devel/py-flaky
15TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.2.5:../../devel/py-test 15TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.2.5:../../devel/py-test
16TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.20.1:../../devel/py-test-xdist 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.20.1:../../devel/py-test-xdist

cvs diff -r1.14 -r1.15 pkgsrc/devel/py-coverage/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-coverage/distinfo 2019/12/15 11:48:31 1.14
+++ pkgsrc/devel/py-coverage/distinfo 2020/01/03 13:17:52 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2019/12/15 11:48:31 adam Exp $ 1$NetBSD: distinfo,v 1.15 2020/01/03 13:17:52 adam Exp $
2 2
3SHA1 (coverage-5.0.tar.gz) = 361f7245df046c7fc77cd76701e94f617e5eed09 3SHA1 (coverage-5.0.1.tar.gz) = 642d5102243ebaf3e20afd24d2a14cf5813b53eb
4RMD160 (coverage-5.0.tar.gz) = 8077f85b4f0269ced22e29214e693cafa9925eea 4RMD160 (coverage-5.0.1.tar.gz) = 16dfd2b60d0e2cf65fd9c254cad6a5f843f16070
5SHA512 (coverage-5.0.tar.gz) = 3f6affee574ce34637a7a6ed8d8fd692d4dd502797577b8491e0211c62d49b1c1d82efc53e704f350c71fcc9407d988ecbd71d065b58cbc655ae1ff7448ebfb2 5SHA512 (coverage-5.0.1.tar.gz) = e8c50a49e69b02e08cb05ca776ef2f6cf8dad4d22811ee00d266203d4372d499818e5a3f61946487258d6efd8f916c0c150cfba41dbad746f57f08bd0b35dd84
6Size (coverage-5.0.tar.gz) = 673837 bytes 6Size (coverage-5.0.1.tar.gz) = 675172 bytes