Source-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.10.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8a42b3c339e
branches:  trunk
changeset: 437371:a8a42b3c339e
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 21 21:54:10 2020 +0000

description:
py-test-cov: updated to 2.10.1

2.10.1
* Support for ``pytest-xdist`` 2.0, which breaks compatibility with ``pytest-xdist`` before 1.22.3 (from 2017).
* Fixed the ``LocalPath has no attribute startswith`` failure that occurred when using the ``pytester`` plugin
  in inline mode.

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 7a61706eadb7 -r a8a42b3c339e devel/py-test-cov/Makefile
--- a/devel/py-test-cov/Makefile        Fri Aug 21 21:29:16 2020 +0000
+++ b/devel/py-test-cov/Makefile        Fri Aug 21 21:54:10 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/06/16 18:22:09 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/08/21 21:54:10 adam Exp $
 
-DISTNAME=      pytest-cov-2.10.0
+DISTNAME=      pytest-cov-2.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-cov/}
diff -r 7a61706eadb7 -r a8a42b3c339e devel/py-test-cov/distinfo
--- a/devel/py-test-cov/distinfo        Fri Aug 21 21:29:16 2020 +0000
+++ b/devel/py-test-cov/distinfo        Fri Aug 21 21:54:10 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/06/16 18:22:09 adam Exp $
+$NetBSD: distinfo,v 1.12 2020/08/21 21:54:10 adam Exp $
 
-SHA1 (pytest-cov-2.10.0.tar.gz) = 44de5e4e9487fa4eadb6ce65a377e66c089d7c77
-RMD160 (pytest-cov-2.10.0.tar.gz) = 43fa1989f657e91feb0bcf4333add0ef6f635b6b
-SHA512 (pytest-cov-2.10.0.tar.gz) = 64347a140d5653afa8aa64dd703b1611e3462f185af9ff81b02c4309673e11603499be978fff3ccf33a5128db1f6d4efb0e822585080d35bcd22b4a1e964072e
-Size (pytest-cov-2.10.0.tar.gz) = 54570 bytes
+SHA1 (pytest-cov-2.10.1.tar.gz) = 64f07cbf8df0e37e9c565cf111f303ce5239b539
+RMD160 (pytest-cov-2.10.1.tar.gz) = 6857e803dd94ee2b6e54d6f1b4c247f5ce61d747
+SHA512 (pytest-cov-2.10.1.tar.gz) = 2dd575141754a417f34b414ba7e07291c273abdc63a6b7dc72d317c6ec10076b83c2ad78eeefdda7cee1fd6f56932d838602da4dd760a1c0d12095be94c22568
+Size (pytest-cov-2.10.1.tar.gz) = 56822 bytes



Home | Main Index | Thread Index | Old Index