Received: by mail.netbsd.org (Postfix, from userid 605) id E775284D51; Tue, 28 Aug 2018 11:05:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E1BE084D4D for ; Tue, 28 Aug 2018 11:05:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3KV8k3wwA3n6 for ; Tue, 28 Aug 2018 11:05:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2A20B84D4B for ; Tue, 28 Aug 2018 11:05:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22F08FBF8; Tue, 28 Aug 2018 11:05:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1535454317257110" MIME-Version: 1.0 Date: Tue, 28 Aug 2018 11:05:17 +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: <20180828110517.22F08FBF8@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. --_----------=_1535454317257110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Aug 28 11:05:17 UTC 2018 Modified Files: pkgsrc/devel/py-test-xdist: Makefile distinfo Log Message: py-test-xdist: updated to 1.23.0 1.23.0: Improve collection performance by reducing the number of events sent to master node. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-test-xdist/Makefile cvs rdiff -u -r1.12 -r1.13 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. --_----------=_1535454317257110 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.13 pkgsrc/devel/py-test-xdist/Makefile:1.14 --- pkgsrc/devel/py-test-xdist/Makefile:1.13 Sun Aug 5 10:12:47 2018 +++ pkgsrc/devel/py-test-xdist/Makefile Tue Aug 28 11:05:16 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2018/08/05 10:12:47 adam Exp $ +# $NetBSD: Makefile,v 1.14 2018/08/28 11:05:16 adam Exp $ -DISTNAME= pytest-xdist-1.22.5 +DISTNAME= pytest-xdist-1.23.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.12 pkgsrc/devel/py-test-xdist/distinfo:1.13 --- pkgsrc/devel/py-test-xdist/distinfo:1.12 Sun Aug 5 10:12:47 2018 +++ pkgsrc/devel/py-test-xdist/distinfo Tue Aug 28 11:05:16 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2018/08/05 10:12:47 adam Exp $ +$NetBSD: distinfo,v 1.13 2018/08/28 11:05:16 adam Exp $ -SHA1 (pytest-xdist-1.22.5.tar.gz) = 6f6e9d99334418b2f39eecf9ccd0e23cf139c9a8 -RMD160 (pytest-xdist-1.22.5.tar.gz) = 19091f98409aab4f470fcec7c7f9a568d2e6a2d1 -SHA512 (pytest-xdist-1.22.5.tar.gz) = ab0f20c38122bcd392eba43272a6bde223c823016ab115d04719adf3a5ca2759f385b8215f17e881f30cf40b3c9ca1897c89d2840dcfc89038018d0065a03ae8 -Size (pytest-xdist-1.22.5.tar.gz) = 58737 bytes +SHA1 (pytest-xdist-1.23.0.tar.gz) = b9c9add5424e4999c56f44ba0a5c1f257c4cda27 +RMD160 (pytest-xdist-1.23.0.tar.gz) = 32a0cc2248cb27e1190e2d448d65bc659d9eef76 +SHA512 (pytest-xdist-1.23.0.tar.gz) = 5031ed827eb7b819bb07cc2d176d3b23b676e96c5488e26a36bdde3048331c7354379212d753a256311758180f9e2fdd2ea3306026def1208734b406895c521e +Size (pytest-xdist-1.23.0.tar.gz) = 58898 bytes --_----------=_1535454317257110--