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.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70792aad41ef
branches:  trunk
changeset: 402802:70792aad41ef
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 16 16:41:16 2019 +0000

description:
py-test-cov: updated to 2.8.1

2.8.1:
* Fixed regression when only certain reports (html or xml) are used then ``--cov-fail-under`` always fails.

2.8.0:
* Fixed ``RecursionError`` that can occur when using
  `cleanup_on_signal <https://pytest-cov.readthedocs.io/en/latest/subprocess-support.html#if-you-got-custom-signal-handling>`__ or
  `cleanup_on_sigterm <https://pytest-cov.readthedocs.io/en/latest/subprocess-support.html#if-you-got-custom-signal-handling>`__.
  The 2.7.x releases of pytest-cov should be considered broken regarding aforementioned cleanup API.
* Added compatibility with future xdist release that deprecates some internals
  (match pytest-xdist master/worker terminology).
* Fixed breakage that occurs when multiple reporting options are used.
* Changed internals to use a stub instead of ``os.devnull``.
* Added support for Coverage 5.0.
* Added support for float values in ``--cov-fail-under``.
* Various documentation fixes.
* Various testing improvements.
* Added the ``--cov-context`` CLI options that enables coverage contexts. Only works with coverage 5.0+.

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 2f4980e44f24 -r 70792aad41ef devel/py-test-cov/Makefile
--- a/devel/py-test-cov/Makefile        Wed Oct 16 16:37:52 2019 +0000
+++ b/devel/py-test-cov/Makefile        Wed Oct 16 16:41:16 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/05/04 07:59:41 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/10/16 16:41:16 adam Exp $
 
-DISTNAME=      pytest-cov-2.7.1
+DISTNAME=      pytest-cov-2.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-cov/}
diff -r 2f4980e44f24 -r 70792aad41ef devel/py-test-cov/distinfo
--- a/devel/py-test-cov/distinfo        Wed Oct 16 16:37:52 2019 +0000
+++ b/devel/py-test-cov/distinfo        Wed Oct 16 16:41:16 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/05/04 07:59:41 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/10/16 16:41:16 adam Exp $
 
-SHA1 (pytest-cov-2.7.1.tar.gz) = 41758d0c51ad2e6ca43cb2e91892e8222fc71a45
-RMD160 (pytest-cov-2.7.1.tar.gz) = 3728cd808b99ca8744d11a801a828f1ca13025f4
-SHA512 (pytest-cov-2.7.1.tar.gz) = dbdaa8b1ed7b97885671b1bd46234df51552754913603e93c4e0caa2f1e09c7efba84908d49bdad459348a989ec4efaa97567a51a7ccb38c5d4e37a0d9f97ca7
-Size (pytest-cov-2.7.1.tar.gz) = 42121 bytes
+SHA1 (pytest-cov-2.8.1.tar.gz) = d0849c43e4f1928928213c27cfd0f59f68f17195
+RMD160 (pytest-cov-2.8.1.tar.gz) = 48646b609948b9fc91dcaad9fb18670e4e93548b
+SHA512 (pytest-cov-2.8.1.tar.gz) = 769a17c2095dbe990df148a0105c9e3dc88ac2265ac77ac31448dab6abf6d8cc0d54f5c6ff01fd708bd38700bfea93f57d3bb702bd9bb0a708257d094b2376ec
+Size (pytest-cov-2.8.1.tar.gz) = 47661 bytes



Home | Main Index | Thread Index | Old Index