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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ef6aadfd0d8
branches:  trunk
changeset: 333281:0ef6aadfd0d8
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 04 07:59:41 2019 +0000

description:
py-test-cov: updated to 2.7.1

2.7.1:
* Fixed source distribution manifest so that garbage ain't included in the tarball.

2.7.0:
* Fixed AttributeError: 'NoneType' object has no attribute 'configure_node' error when --no-cov is used.
* Various testing and CI improvements.
* Improved documentation regarding subprocess and multiprocessing.
* Improved pytest_cov.embed.cleanup_on_sigterm to be reentrant (signal deliveries while signal handling is
  running won't break stuff).
* Added pytest_cov.embed.cleanup_on_signal for customized cleanup.
* Improved cleanup code and fixed various issues with leftover data files.
* Improved examples. Now there are two examples for the common project layouts, complete with working coverage
  configuration. The examples have CI testing.
* Improved help text for CLI options.

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 903e6064b80c -r 0ef6aadfd0d8 devel/py-test-cov/Makefile
--- a/devel/py-test-cov/Makefile        Sat May 04 07:57:34 2019 +0000
+++ b/devel/py-test-cov/Makefile        Sat May 04 07:59:41 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/01/07 08:43:55 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/05/04 07:59:41 adam Exp $
 
-DISTNAME=      pytest-cov-2.6.1
+DISTNAME=      pytest-cov-2.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-cov/}
diff -r 903e6064b80c -r 0ef6aadfd0d8 devel/py-test-cov/distinfo
--- a/devel/py-test-cov/distinfo        Sat May 04 07:57:34 2019 +0000
+++ b/devel/py-test-cov/distinfo        Sat May 04 07:59:41 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/01/07 08:43:55 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/05/04 07:59:41 adam Exp $
 
-SHA1 (pytest-cov-2.6.1.tar.gz) = 162d516b262caeade032af9eb9c09ce22257b0c0
-RMD160 (pytest-cov-2.6.1.tar.gz) = 1006d79dac96888b1d2f7c41d03be921ac915a0f
-SHA512 (pytest-cov-2.6.1.tar.gz) = 2dfd16e013d8bfbe5d14990f419291b651dd11560328a7e59b5449016d51b17f84d4ee3866fda866c3530389d206b1c4c67c84b23f097281c3963ffd19ea8caa
-Size (pytest-cov-2.6.1.tar.gz) = 35307 bytes
+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



Home | Main Index | Thread Index | Old Index