pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-xdist



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar 21 10:22:06 UTC 2019

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

Log Message:
py-test-xdist: updated to 1.27.0

pytest-xdist 1.27.0:

Features
- The new pytest_xdist_getremotemodule hook allows overriding the module run on remote nodes.
- Improve behavior of --numprocesses=auto to work well with --pdb option.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-test-xdist/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-xdist/Makefile
diff -u pkgsrc/devel/py-test-xdist/Makefile:1.20 pkgsrc/devel/py-test-xdist/Makefile:1.21
--- pkgsrc/devel/py-test-xdist/Makefile:1.20    Tue Jan 29 06:44:51 2019
+++ pkgsrc/devel/py-test-xdist/Makefile Thu Mar 21 10:22:06 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2019/01/29 06:44:51 adam Exp $
+# $NetBSD: Makefile,v 1.21 2019/03/21 10:22:06 adam Exp $
 
-DISTNAME=      pytest-xdist-1.26.1
+DISTNAME=      pytest-xdist-1.27.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}

Index: pkgsrc/devel/py-test-xdist/distinfo
diff -u pkgsrc/devel/py-test-xdist/distinfo:1.19 pkgsrc/devel/py-test-xdist/distinfo:1.20
--- pkgsrc/devel/py-test-xdist/distinfo:1.19    Tue Jan 29 06:44:51 2019
+++ pkgsrc/devel/py-test-xdist/distinfo Thu Mar 21 10:22:06 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2019/01/29 06:44:51 adam Exp $
+$NetBSD: distinfo,v 1.20 2019/03/21 10:22:06 adam Exp $
 
-SHA1 (pytest-xdist-1.26.1.tar.gz) = 267f3bd79c6ba814f997fb5bf5f246ca601ed3f5
-RMD160 (pytest-xdist-1.26.1.tar.gz) = 37ca4772ee0149875d7523cb5c6221b5e53d42c6
-SHA512 (pytest-xdist-1.26.1.tar.gz) = c98be542447b6715410ef458961e1a9edcf692b60d119a61d596289f4e7c8899f23d6c7a34e2507dda792cfae8645730da6714b113e75ab64214bdba44666750
-Size (pytest-xdist-1.26.1.tar.gz) = 64973 bytes
+SHA1 (pytest-xdist-1.27.0.tar.gz) = f44284321b40a037708d809afcdc24baa1b7f747
+RMD160 (pytest-xdist-1.27.0.tar.gz) = cef5896e6dd02c027934d7dd9e4d851009b0c440
+SHA512 (pytest-xdist-1.27.0.tar.gz) = 4d3bd4ac28e5bf87f85aaa05bbcfd3c27b4abf0e5bb018b65efd630eada010cfe94490c6fd614ef55d6de38e22917a1a932e5d01303200ee1bee5ee877b6db7d
+Size (pytest-xdist-1.27.0.tar.gz) = 65259 bytes



Home | Main Index | Thread Index | Old Index