pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-cov



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep  6 14:10:28 UTC 2018

Modified Files:
        pkgsrc/devel/py-test-cov: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-test-cov/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-cov/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test-cov/Makefile
diff -u pkgsrc/devel/py-test-cov/Makefile:1.6 pkgsrc/devel/py-test-cov/Makefile:1.7
--- pkgsrc/devel/py-test-cov/Makefile:1.6       Tue Aug 14 14:29:31 2018
+++ pkgsrc/devel/py-test-cov/Makefile   Thu Sep  6 14:10:28 2018
@@ -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/}

Index: pkgsrc/devel/py-test-cov/distinfo
diff -u pkgsrc/devel/py-test-cov/distinfo:1.5 pkgsrc/devel/py-test-cov/distinfo:1.6
--- pkgsrc/devel/py-test-cov/distinfo:1.5       Wed May 17 11:26:25 2017
+++ pkgsrc/devel/py-test-cov/distinfo   Thu Sep  6 14:10:28 2018
@@ -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