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 Feb 22 09:36:36 UTC 2018

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

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

pytest-xdist 1.22.1

Bug Fixes
Fix issue when using loadscope or loadfile where tests would fail to start if the first scope had only one test.

Trivial Changes
Change terminology used by pytest-xdist to master and worker in arguments and messages (for example --max-worker-reset).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-xdist/PLIST
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/devel/py-test-xdist/Makefile:1.10
--- pkgsrc/devel/py-test-xdist/Makefile:1.9     Fri Jan 12 12:38:32 2018
+++ pkgsrc/devel/py-test-xdist/Makefile Thu Feb 22 09:36:36 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/01/12 12:38:32 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/02/22 09:36:36 adam Exp $
 
-DISTNAME=      pytest-xdist-1.22.0
+DISTNAME=      pytest-xdist-1.22.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}

Index: pkgsrc/devel/py-test-xdist/PLIST
diff -u pkgsrc/devel/py-test-xdist/PLIST:1.3 pkgsrc/devel/py-test-xdist/PLIST:1.4
--- pkgsrc/devel/py-test-xdist/PLIST:1.3        Sat Dec 30 10:24:19 2017
+++ pkgsrc/devel/py-test-xdist/PLIST    Thu Feb 22 09:36:36 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/12/30 10:24:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/02/22 09:36:36 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -45,6 +45,6 @@ ${PYSITELIB}/xdist/scheduler/load.pyo
 ${PYSITELIB}/xdist/scheduler/loadscope.py
 ${PYSITELIB}/xdist/scheduler/loadscope.pyc
 ${PYSITELIB}/xdist/scheduler/loadscope.pyo
-${PYSITELIB}/xdist/slavemanage.py
-${PYSITELIB}/xdist/slavemanage.pyc
-${PYSITELIB}/xdist/slavemanage.pyo
+${PYSITELIB}/xdist/workermanage.py
+${PYSITELIB}/xdist/workermanage.pyc
+${PYSITELIB}/xdist/workermanage.pyo

Index: pkgsrc/devel/py-test-xdist/distinfo
diff -u pkgsrc/devel/py-test-xdist/distinfo:1.8 pkgsrc/devel/py-test-xdist/distinfo:1.9
--- pkgsrc/devel/py-test-xdist/distinfo:1.8     Fri Jan 12 12:38:32 2018
+++ pkgsrc/devel/py-test-xdist/distinfo Thu Feb 22 09:36:36 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/01/12 12:38:32 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/02/22 09:36:36 adam Exp $
 
-SHA1 (pytest-xdist-1.22.0.tar.gz) = 3ca36124ea596828c59a330bcdf7533d42172274
-RMD160 (pytest-xdist-1.22.0.tar.gz) = 94eac7caff9499585eb0b6721ea1fd3fc3cec29f
-SHA512 (pytest-xdist-1.22.0.tar.gz) = 452d54f2aedddaa9512de3748707709b190e84fffc87ebe3b16e3416efdc2caee849cd65393ea7c9aeeceac4a8115190e92f90a136bfca706b55fd717ce4ef9a
-Size (pytest-xdist-1.22.0.tar.gz) = 58565 bytes
+SHA1 (pytest-xdist-1.22.1.tar.gz) = dea5aaad7d882e081556a9750950256cca4a3f00
+RMD160 (pytest-xdist-1.22.1.tar.gz) = a9983247ee5d9c8d8cc85d07efb1be8441346abb
+SHA512 (pytest-xdist-1.22.1.tar.gz) = b8bce1a3f69720382107d3a9b2b8d0281f442ee76e9faa2c4bc0d884260b542c0375604dfb1535ba70099e6d44d610dad0ba2901ae91d939e7e569c306d0e71b
+Size (pytest-xdist-1.22.1.tar.gz) = 57820 bytes



Home | Main Index | Thread Index | Old Index