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:   adam
Date:           Fri Aug 21 21:54:11 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-test-cov/Makefile
cvs rdiff -u -r1.11 -r1.12 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.14 pkgsrc/devel/py-test-cov/Makefile:1.15
--- pkgsrc/devel/py-test-cov/Makefile:1.14      Tue Jun 16 18:22:09 2020
+++ pkgsrc/devel/py-test-cov/Makefile   Fri Aug 21 21:54:10 2020
@@ -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/}

Index: pkgsrc/devel/py-test-cov/distinfo
diff -u pkgsrc/devel/py-test-cov/distinfo:1.11 pkgsrc/devel/py-test-cov/distinfo:1.12
--- pkgsrc/devel/py-test-cov/distinfo:1.11      Tue Jun 16 18:22:09 2020
+++ pkgsrc/devel/py-test-cov/distinfo   Fri Aug 21 21:54:10 2020
@@ -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