pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-cov py-test-cov: updated to 2.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cba80ef89917
branches:  trunk
changeset: 312570:cba80ef89917
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 06 14:10:28 2018 +0000

description:
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?t raise exceptions anymore. A warning will be logged instead.
Fixed multiprocessing issue on Windows (empty env vars are not passed).

diffstat:

 devel/py-test-cov/Makefile |   4 ++--
 devel/py-test-cov/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r c6963a788ebc -r cba80ef89917 devel/py-test-cov/Makefile
--- a/devel/py-test-cov/Makefile        Thu Sep 06 14:07:00 2018 +0000
+++ b/devel/py-test-cov/Makefile        Thu Sep 06 14:10:28 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/08/14 14:29:31 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/09/06 14:10:28 adam Exp $
 
-DISTNAME=      pytest-cov-2.5.1
+DISTNAME=      pytest-cov-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-cov/}
diff -r c6963a788ebc -r cba80ef89917 devel/py-test-cov/distinfo
--- a/devel/py-test-cov/distinfo        Thu Sep 06 14:07:00 2018 +0000
+++ b/devel/py-test-cov/distinfo        Thu Sep 06 14:10:28 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/05/17 11:26:25 wiz Exp $
+$NetBSD: distinfo,v 1.6 2018/09/06 14:10:28 adam Exp $
 
-SHA1 (pytest-cov-2.5.1.tar.gz) = 9e3cd050aae4491c65c5b0dbd5325a7c9741f23c
-RMD160 (pytest-cov-2.5.1.tar.gz) = 902121941a90a1eb1fbbe0af701e3ac7fe5b3cc6
-SHA512 (pytest-cov-2.5.1.tar.gz) = 868131d6ea6dd28deec6d653dec23ceb7d3adccfa2c6bcc0a3126bbb11e924e71f200676461b2202f274ce6e14d1799feb0917e3081817d9e8583271c18a43de
-Size (pytest-cov-2.5.1.tar.gz) = 36201 bytes
+SHA1 (pytest-cov-2.6.0.tar.gz) = f8fa3f9efd31709a650e0fdfe0e474aee4543f1d
+RMD160 (pytest-cov-2.6.0.tar.gz) = 4db8f33d42d21f4d87e51bae6fe8c0dcf0760fd2
+SHA512 (pytest-cov-2.6.0.tar.gz) = 6c6f83495801635795acb90b02f3caebc7395353374b35e0debf16cb9430b9bf6ce2eed53d00ba70ce85f86bb7295561637c49b1d041d1a59f6a52ccb8f517cd
+Size (pytest-cov-2.6.0.tar.gz) = 33026 bytes



Home | Main Index | Thread Index | Old Index