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.21.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/174dcae38739
branches:  trunk
changeset: 373206:174dcae38739
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Dec 30 10:24:19 2017 +0000

description:
py-test-xdist: updated to 1.21.0

pytest-xdist 1.21.0:

Deprecations and Removals
Drop support for EOL Python 2.6.

Features
New --dist=loadfile option which load-distributes test to workers grouped by the file the tests live in.

Bug Fixes
Fix accidental mutation of test report during serialization causing longrepr string-ification to break.

diffstat:

 devel/py-test-xdist/Makefile |   4 ++--
 devel/py-test-xdist/PLIST    |   5 ++++-
 devel/py-test-xdist/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 2e753934d071 -r 174dcae38739 devel/py-test-xdist/Makefile
--- a/devel/py-test-xdist/Makefile      Sat Dec 30 09:48:54 2017 +0000
+++ b/devel/py-test-xdist/Makefile      Sat Dec 30 10:24:19 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/10/12 06:27:53 adam Exp $
+# $NetBSD: Makefile,v 1.8 2017/12/30 10:24:19 adam Exp $
 
-DISTNAME=      pytest-xdist-1.20.1
+DISTNAME=      pytest-xdist-1.21.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}
diff -r 2e753934d071 -r 174dcae38739 devel/py-test-xdist/PLIST
--- a/devel/py-test-xdist/PLIST Sat Dec 30 09:48:54 2017 +0000
+++ b/devel/py-test-xdist/PLIST Sat Dec 30 10:24:19 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/08/15 07:42:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/12/30 10:24:19 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -36,6 +36,9 @@
 ${PYSITELIB}/xdist/scheduler/each.py
 ${PYSITELIB}/xdist/scheduler/each.pyc
 ${PYSITELIB}/xdist/scheduler/each.pyo
+${PYSITELIB}/xdist/scheduler/filescope.py
+${PYSITELIB}/xdist/scheduler/filescope.pyc
+${PYSITELIB}/xdist/scheduler/filescope.pyo
 ${PYSITELIB}/xdist/scheduler/load.py
 ${PYSITELIB}/xdist/scheduler/load.pyc
 ${PYSITELIB}/xdist/scheduler/load.pyo
diff -r 2e753934d071 -r 174dcae38739 devel/py-test-xdist/distinfo
--- a/devel/py-test-xdist/distinfo      Sat Dec 30 09:48:54 2017 +0000
+++ b/devel/py-test-xdist/distinfo      Sat Dec 30 10:24:19 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/10/12 06:27:53 adam Exp $
+$NetBSD: distinfo,v 1.7 2017/12/30 10:24:19 adam Exp $
 
-SHA1 (pytest-xdist-1.20.1.tar.gz) = 69de0a39fb3ef2dc12ebd49ea705534c8a5061cf
-RMD160 (pytest-xdist-1.20.1.tar.gz) = 67aac6dfca3583d2ab86dcd3b306da3dd7ae5d8d
-SHA512 (pytest-xdist-1.20.1.tar.gz) = f36e02062e946993bfb9bfaca5aa14c138817f1ad8a8013c5a64b416e91abbfb02502a371c4507c4babb15ac54aca2dce5af4ffe72ed0aa167f670bddabd4b3c
-Size (pytest-xdist-1.20.1.tar.gz) = 57076 bytes
+SHA1 (pytest-xdist-1.21.0.tar.gz) = 90931a6c88b30a189b790623a12df0b2bd3e81bc
+RMD160 (pytest-xdist-1.21.0.tar.gz) = dccfff124aa64e1f1f4307f96d5551a49d108501
+SHA512 (pytest-xdist-1.21.0.tar.gz) = 1c70432f5d992a26c37869e7110a744f7cd3a571423db882b071329ccc4498dcea832c7741bf8fd93df79d013f4e83786af69d0a7f9477fe4b3d3f79bf0592a4
+Size (pytest-xdist-1.21.0.tar.gz) = 57983 bytes



Home | Main Index | Thread Index | Old Index