pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-xdist py-test-xdist: updated to 1.31.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfeb8b51cbb1
branches:  trunk
changeset: 346800:bfeb8b51cbb1
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 03 11:44:04 2020 +0000

description:
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.

diffstat:

 devel/py-test-xdist/Makefile |   5 +++--
 devel/py-test-xdist/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 749159b128f6 -r bfeb8b51cbb1 devel/py-test-xdist/Makefile
--- a/devel/py-test-xdist/Makefile      Fri Jan 03 11:11:29 2020 +0000
+++ b/devel/py-test-xdist/Makefile      Fri Jan 03 11:44:04 2020 +0000
@@ -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}-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
 
diff -r 749159b128f6 -r bfeb8b51cbb1 devel/py-test-xdist/distinfo
--- a/devel/py-test-xdist/distinfo      Fri Jan 03 11:11:29 2020 +0000
+++ b/devel/py-test-xdist/distinfo      Fri Jan 03 11:44:04 2020 +0000
@@ -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