Received: by mail.netbsd.org (Postfix, from userid 605) id 4C6E484D9E; Sat, 30 Dec 2017 10:24:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB9FD84D66 for ; Sat, 30 Dec 2017 10:24:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ARZuYA25k_rc for ; Sat, 30 Dec 2017 10:24:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4E2AB84C82 for ; Sat, 30 Dec 2017 10:24:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 46BCBFB40; Sat, 30 Dec 2017 10:24:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151462945964260" MIME-Version: 1.0 Date: Sat, 30 Dec 2017 10:24:19 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-xdist To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171230102419.46BCBFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151462945964260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Dec 30 10:24:19 UTC 2017 Modified Files: pkgsrc/devel/py-test-xdist: Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-xdist/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-xdist/PLIST cvs rdiff -u -r1.6 -r1.7 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. --_----------=_151462945964260 Content-Disposition: inline Content-Length: 2688 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-xdist/Makefile diff -u pkgsrc/devel/py-test-xdist/Makefile:1.7 pkgsrc/devel/py-test-xdist/Makefile:1.8 --- pkgsrc/devel/py-test-xdist/Makefile:1.7 Thu Oct 12 06:27:53 2017 +++ pkgsrc/devel/py-test-xdist/Makefile Sat Dec 30 10:24:19 2017 @@ -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/} Index: pkgsrc/devel/py-test-xdist/PLIST diff -u pkgsrc/devel/py-test-xdist/PLIST:1.2 pkgsrc/devel/py-test-xdist/PLIST:1.3 --- pkgsrc/devel/py-test-xdist/PLIST:1.2 Tue Aug 15 07:42:10 2017 +++ pkgsrc/devel/py-test-xdist/PLIST Sat Dec 30 10:24:19 2017 @@ -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/__init__.py ${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 Index: pkgsrc/devel/py-test-xdist/distinfo diff -u pkgsrc/devel/py-test-xdist/distinfo:1.6 pkgsrc/devel/py-test-xdist/distinfo:1.7 --- pkgsrc/devel/py-test-xdist/distinfo:1.6 Thu Oct 12 06:27:53 2017 +++ pkgsrc/devel/py-test-xdist/distinfo Sat Dec 30 10:24:19 2017 @@ -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 --_----------=_151462945964260--