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 Updated py-test-cov to 2.5.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fef2eae785b1
branches:  trunk
changeset: 362541:fef2eae785b1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 17 11:26:25 2017 +0000

description:
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>`_.

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 0a77110eec5b -r fef2eae785b1 devel/py-test-cov/Makefile
--- a/devel/py-test-cov/Makefile        Wed May 17 11:23:16 2017 +0000
+++ b/devel/py-test-cov/Makefile        Wed May 17 11:26:25 2017 +0000
@@ -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/}
diff -r 0a77110eec5b -r fef2eae785b1 devel/py-test-cov/distinfo
--- a/devel/py-test-cov/distinfo        Wed May 17 11:23:16 2017 +0000
+++ b/devel/py-test-cov/distinfo        Wed May 17 11:26:25 2017 +0000
@@ -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