Received: by mail.netbsd.org (Postfix, from userid 605) id 8DC1484DFA; Wed, 2 Oct 2019 10:18:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1482184DEE for ; Wed, 2 Oct 2019 10:18:59 +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 aV3fmDcJ3pzD for ; Wed, 2 Oct 2019 10:18:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8C7A084DE1 for ; Wed, 2 Oct 2019 10:18:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86080FBF4; Wed, 2 Oct 2019 10:18:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570011538204300" MIME-Version: 1.0 Date: Wed, 2 Oct 2019 10:18:58 +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: <20191002101858.86080FBF4@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. --_----------=_1570011538204300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 2 10:18:58 UTC 2019 Modified Files: pkgsrc/devel/py-test-xdist: Makefile distinfo Log Message: py-test-xdist: updated to 1.30.0 pytest-xdist 1.30.0: Features * Initialization between workers and master nodes is now more consistent, which fixes a number of long-standing issues related to startup with the -c option. Issues: * Poor interaction between -n# and -c X.cfg * pytest-xdist is not reporting the same nodeid as pytest does This however only works with pytest 5.1 or later, as it required changes in pytest itself. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-test-xdist/Makefile cvs rdiff -u -r1.22 -r1.23 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. --_----------=_1570011538204300 Content-Disposition: inline Content-Length: 1757 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.23 pkgsrc/devel/py-test-xdist/Makefile:1.24 --- pkgsrc/devel/py-test-xdist/Makefile:1.23 Sat Jun 15 07:04:29 2019 +++ pkgsrc/devel/py-test-xdist/Makefile Wed Oct 2 10:18:58 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2019/06/15 07:04:29 adam Exp $ +# $NetBSD: Makefile,v 1.24 2019/10/02 10:18:58 adam Exp $ -DISTNAME= pytest-xdist-1.29.0 +DISTNAME= pytest-xdist-1.30.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xdist/} Index: pkgsrc/devel/py-test-xdist/distinfo diff -u pkgsrc/devel/py-test-xdist/distinfo:1.22 pkgsrc/devel/py-test-xdist/distinfo:1.23 --- pkgsrc/devel/py-test-xdist/distinfo:1.22 Sat Jun 15 07:04:29 2019 +++ pkgsrc/devel/py-test-xdist/distinfo Wed Oct 2 10:18:58 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2019/06/15 07:04:29 adam Exp $ +$NetBSD: distinfo,v 1.23 2019/10/02 10:18:58 adam Exp $ -SHA1 (pytest-xdist-1.29.0.tar.gz) = 7ac94ca186ed88058b38caf9e0d4ae5642a39d6a -RMD160 (pytest-xdist-1.29.0.tar.gz) = fcf0e76a48a3b102a1a40f90ed3894612ae673c2 -SHA512 (pytest-xdist-1.29.0.tar.gz) = b4d62d602cef103e69a42105c1455e52d67769b21c93f931831e577e7b5aa2e27d017a61634ebdde2be5a5db1a53453bb380d4b7d9e45f445320a9a2cb10a63c -Size (pytest-xdist-1.29.0.tar.gz) = 61788 bytes +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 --_----------=_1570011538204300--