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:           Fri Jan  3 11:44:04 UTC 2020

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

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

pytest-xdist 1.31.0:

Features
- Add support for Python 3.8.

Bug Fixes
- Fix regression that caused custom plugin command-line arguments to be discarded when using ``--tx`` mode.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.23 -r1.24 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.24 pkgsrc/devel/py-test-xdist/Makefile:1.25
--- pkgsrc/devel/py-test-xdist/Makefile:1.24    Wed Oct  2 10:18:58 2019
+++ pkgsrc/devel/py-test-xdist/Makefile Fri Jan  3 11:44:04 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2019/10/02 10:18:58 adam Exp $
+# $NetBSD: Makefile,v 1.25 2020/01/03 11:44:04 adam Exp $
 
-DISTNAME=      pytest-xdist-1.30.0
+DISTNAME=      pytest-xdist-1.31.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}
@@ -15,6 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-six-[0-9]*:../.
 DEPENDS+=      ${PYPKGPREFIX}-test>=4.4.0:../../devel/py-test
 DEPENDS+=      ${PYPKGPREFIX}-test-forked-[0-9]*:../../devel/py-test-forked
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TEST_DEPENDS+= ${PYPKGPREFIX}-filelock-[0-9]*:../../devel/py-filelock
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-test-xdist/distinfo
diff -u pkgsrc/devel/py-test-xdist/distinfo:1.23 pkgsrc/devel/py-test-xdist/distinfo:1.24
--- pkgsrc/devel/py-test-xdist/distinfo:1.23    Wed Oct  2 10:18:58 2019
+++ pkgsrc/devel/py-test-xdist/distinfo Fri Jan  3 11:44:04 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2019/10/02 10:18:58 adam Exp $
+$NetBSD: distinfo,v 1.24 2020/01/03 11:44:04 adam Exp $
 
-SHA1 (pytest-xdist-1.30.0.tar.gz) = 590a325b8ca55a892ac7a440e1477803c8af2c43
-RMD160 (pytest-xdist-1.30.0.tar.gz) = 9cc6aa83ce7a1175f4b333cdcfdcbf801714eec5
-SHA512 (pytest-xdist-1.30.0.tar.gz) = 978b67df2366d916db62af21f2c610ac5d2de43cecf3260ec9bf52f904098514c3052ce8ca2195c17addd4012f3c5d38ce8a701d26c8158142a821b0d0cf9122
-Size (pytest-xdist-1.30.0.tar.gz) = 62286 bytes
+SHA1 (pytest-xdist-1.31.0.tar.gz) = 442051a011cf2384e0d86e319aac29ccba62f7c7
+RMD160 (pytest-xdist-1.31.0.tar.gz) = 97e2ef432e1c265110ede1a2407b749240f3cd3d
+SHA512 (pytest-xdist-1.31.0.tar.gz) = b7960d20295232b251c8ddcc5a3b9d6e7b761d577ba11c2647b4b4b410ee5c05998cf57fa57208561eb3ea7c4914db1fd446173794589d8c8e8e79ff8e0ad3aa
+Size (pytest-xdist-1.31.0.tar.gz) = 66133 bytes



Home | Main Index | Thread Index | Old Index