Thu Sep 6 14:10:28 2018 UTC ()
py-test-cov: updated to 2.6.0

2.6.0:
Dropped support for Python < 3.4, Pytest < 3.5 and Coverage < 4.4.
Fixed some documentation formatting. Contributed by Jean Jordaan and Julian.
Added an example with addopts in documentation.
Fixed TypeError: 'NoneType' object is not iterable in certain xdist configurations.
Added a no_cover marker and fixture.
Fixed broken no_cover check when running doctests.
Fixed various issues with path normalization in reports (when combining coverage data from parallel mode).
Report generation failures don窶冲 raise exceptions anymore. A warning will be logged instead.
Fixed multiprocessing issue on Windows (empty env vars are not passed).


(adam)
diff -r1.6 -r1.7 pkgsrc/devel/py-test-cov/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/py-test-cov/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-test-cov/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-cov/Makefile 2018/08/14 14:29:31 1.6
+++ pkgsrc/devel/py-test-cov/Makefile 2018/09/06 14:10:28 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2018/08/14 14:29:31 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2018/09/06 14:10:28 adam Exp $
2 2
3DISTNAME= pytest-cov-2.5.1 3DISTNAME= pytest-cov-2.6.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-cov/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-cov/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/pytest-dev/pytest-cov 9HOMEPAGE= https://github.com/pytest-dev/pytest-cov
10COMMENT= Pytest plugin for measuring coverage 10COMMENT= Pytest plugin for measuring coverage
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-coverage>=4.4:../../devel/py-coverage 13DEPENDS+= ${PYPKGPREFIX}-coverage>=4.4:../../devel/py-coverage
14DEPENDS+= ${PYPKGPREFIX}-test>=2.9:../../devel/py-test 14DEPENDS+= ${PYPKGPREFIX}-test>=2.9:../../devel/py-test
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.5 -r1.6 pkgsrc/devel/py-test-cov/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test-cov/distinfo 2017/05/17 11:26:25 1.5
+++ pkgsrc/devel/py-test-cov/distinfo 2018/09/06 14:10:28 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2017/05/17 11:26:25 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2018/09/06 14:10:28 adam Exp $
2 2
3SHA1 (pytest-cov-2.5.1.tar.gz) = 9e3cd050aae4491c65c5b0dbd5325a7c9741f23c 3SHA1 (pytest-cov-2.6.0.tar.gz) = f8fa3f9efd31709a650e0fdfe0e474aee4543f1d
4RMD160 (pytest-cov-2.5.1.tar.gz) = 902121941a90a1eb1fbbe0af701e3ac7fe5b3cc6 4RMD160 (pytest-cov-2.6.0.tar.gz) = 4db8f33d42d21f4d87e51bae6fe8c0dcf0760fd2
5SHA512 (pytest-cov-2.5.1.tar.gz) = 868131d6ea6dd28deec6d653dec23ceb7d3adccfa2c6bcc0a3126bbb11e924e71f200676461b2202f274ce6e14d1799feb0917e3081817d9e8583271c18a43de 5SHA512 (pytest-cov-2.6.0.tar.gz) = 6c6f83495801635795acb90b02f3caebc7395353374b35e0debf16cb9430b9bf6ce2eed53d00ba70ce85f86bb7295561637c49b1d041d1a59f6a52ccb8f517cd
6Size (pytest-cov-2.5.1.tar.gz) = 36201 bytes 6Size (pytest-cov-2.6.0.tar.gz) = 33026 bytes