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 May 17 11:26:25 UTC 2017

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

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

2.5.1 (2017-05-11)
------------------

* Fixed xdist breakage (regression in ``2.5.0``).
  Fixes `#157 <https://github.com/pytest-dev/pytest-cov/issues/157>`_.
* Allow setting custom ``data_file`` name in ``.coveragerc``.
  Fixes `#145 <https://github.com/pytest-dev/pytest-cov/issues/145>`_.
  Contributed by Jannis Leidel & Ionel Cristian Mărieș in
  `#156 <https://github.com/pytest-dev/pytest-cov/pull/156>`_.

2.5.0 (2017-05-09)
------------------

* Always show a summary when ``--cov-fail-under`` is used. Contributed by Francis Niu in `PR#141
  <https://github.com/pytest-dev/pytest-cov/pull/141>`_.
* Added ``--cov-branch`` option. Fixes `#85 <https://github.com/pytest-dev/pytest-cov/issues/85>`_.
* Improve exception handling in subprocess setup. Fixes `#144 <https://github.com/pytest-dev/pytest-cov/issues/144>`_.
* Fixed handling when ``--cov`` is used multiple times. Fixes `#151 <https://github.com/pytest-dev/pytest-cov/issues/151>`_.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/devel/py-test-cov/Makefile:1.5
--- pkgsrc/devel/py-test-cov/Makefile:1.4       Wed Oct 19 12:52:27 2016
+++ pkgsrc/devel/py-test-cov/Makefile   Wed May 17 11:26:25 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/10/19 12:52:27 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/05/17 11:26:25 wiz Exp $
 
-DISTNAME=      pytest-cov-2.4.0
+DISTNAME=      pytest-cov-2.5.1
 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.4 pkgsrc/devel/py-test-cov/distinfo:1.5
--- pkgsrc/devel/py-test-cov/distinfo:1.4       Wed Oct 19 12:52:27 2016
+++ pkgsrc/devel/py-test-cov/distinfo   Wed May 17 11:26:25 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/10/19 12:52:27 wiz Exp $
+$NetBSD: distinfo,v 1.5 2017/05/17 11:26:25 wiz Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index