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:   wiz
Date:           Wed Oct 19 12:52:27 UTC 2016

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

Log Message:
Updated py-test-cov to 2.4.0.

2.4.0 (2016-10-10)
------------------

* Added a "disarm" option: ``--no-cov``. It will disable coverage measurements. Contributed by Zoltan Kozma in
  `PR#135 <https://github.com/pytest-dev/pytest-cov/pull/135>`_.

  **WARNING: Do not put this in your configuration files, it's meant to be an one-off for situations where you want to
  disable coverage from command line.**
* Fixed broken exception handling on ``.pth`` file. See `#136 <https://github.com/pytest-dev/pytest-cov/issues/136>`_.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-cov/Makefile \
    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.3 pkgsrc/devel/py-test-cov/Makefile:1.4
--- pkgsrc/devel/py-test-cov/Makefile:1.3       Mon Aug 22 13:27:47 2016
+++ pkgsrc/devel/py-test-cov/Makefile   Wed Oct 19 12:52:27 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/08/22 13:27:47 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2016/10/19 12:52:27 wiz Exp $
 
-DISTNAME=      pytest-cov-2.3.1
+DISTNAME=      pytest-cov-2.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-cov/}
Index: pkgsrc/devel/py-test-cov/distinfo
diff -u pkgsrc/devel/py-test-cov/distinfo:1.3 pkgsrc/devel/py-test-cov/distinfo:1.4
--- pkgsrc/devel/py-test-cov/distinfo:1.3       Mon Aug 22 13:27:47 2016
+++ pkgsrc/devel/py-test-cov/distinfo   Wed Oct 19 12:52:27 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/08/22 13:27:47 wiz Exp $
+$NetBSD: distinfo,v 1.4 2016/10/19 12:52:27 wiz Exp $
 
-SHA1 (pytest-cov-2.3.1.tar.gz) = c0570a7b8c716e2760d176fd9607aa511dbebf22
-RMD160 (pytest-cov-2.3.1.tar.gz) = 5593c8855ea5f7c82ad52d3d797dad3b346f7da2
-SHA512 (pytest-cov-2.3.1.tar.gz) = 79770beb53fbb43b5d68311c2efd0accbfd890ab6dad299da8c1c0b3d26b54d984807313b1507900cda7004bfb50fedc0bd4341cfcfce47849a4f24fc8184f11
-Size (pytest-cov-2.3.1.tar.gz) = 35378 bytes
+SHA1 (pytest-cov-2.4.0.tar.gz) = a8fcb6d4bd41bbe0086b355d2ffa2bdaf300678e
+RMD160 (pytest-cov-2.4.0.tar.gz) = d9fbd15f02d4eb84e7db04d87a60a85d801c2bb6
+SHA512 (pytest-cov-2.4.0.tar.gz) = dc11d4098c98baed9c0a6a97bce9cf353c4af0e4f2e755e25826efcde079f8f67305ebc14041705b339d7b87dbfa11b03ad351e78b69768e959e6c9bba3c275b
+Size (pytest-cov-2.4.0.tar.gz) = 37071 bytes



Home | Main Index | Thread Index | Old Index