Received: by mail.netbsd.org (Postfix, from userid 605) id 56E4A84D58; Thu, 1 Mar 2018 08:06:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 952FE84D47 for ; Thu, 1 Mar 2018 08:06:32 +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 vbpI9v7dNY7Z for ; Thu, 1 Mar 2018 08:06:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7483C84D32 for ; Thu, 1 Mar 2018 08:06:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6CEABFB40; Thu, 1 Mar 2018 08:06:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519891591246410" MIME-Version: 1.0 Date: Thu, 1 Mar 2018 08:06:31 +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: <20180301080631.6CEABFB40@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. --_----------=_1519891591246410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Mar 1 08:06:31 UTC 2018 Modified Files: pkgsrc/devel/py-test-xdist: Makefile distinfo Log Message: py-test-xdist: updated to 1.22.2 1.22.2: Add backward compatibility for slaveoutput attribute to WorkerController instances. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-test-xdist/Makefile cvs rdiff -u -r1.9 -r1.10 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. --_----------=_1519891591246410 Content-Disposition: inline Content-Length: 1754 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.10 pkgsrc/devel/py-test-xdist/Makefile:1.11 --- pkgsrc/devel/py-test-xdist/Makefile:1.10 Thu Feb 22 09:36:36 2018 +++ pkgsrc/devel/py-test-xdist/Makefile Thu Mar 1 08:06:31 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2018/02/22 09:36:36 adam Exp $ +# $NetBSD: Makefile,v 1.11 2018/03/01 08:06:31 adam Exp $ -DISTNAME= pytest-xdist-1.22.1 +DISTNAME= pytest-xdist-1.22.2 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.9 pkgsrc/devel/py-test-xdist/distinfo:1.10 --- pkgsrc/devel/py-test-xdist/distinfo:1.9 Thu Feb 22 09:36:36 2018 +++ pkgsrc/devel/py-test-xdist/distinfo Thu Mar 1 08:06:31 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2018/02/22 09:36:36 adam Exp $ +$NetBSD: distinfo,v 1.10 2018/03/01 08:06:31 adam Exp $ -SHA1 (pytest-xdist-1.22.1.tar.gz) = dea5aaad7d882e081556a9750950256cca4a3f00 -RMD160 (pytest-xdist-1.22.1.tar.gz) = a9983247ee5d9c8d8cc85d07efb1be8441346abb -SHA512 (pytest-xdist-1.22.1.tar.gz) = b8bce1a3f69720382107d3a9b2b8d0281f442ee76e9faa2c4bc0d884260b542c0375604dfb1535ba70099e6d44d610dad0ba2901ae91d939e7e569c306d0e71b -Size (pytest-xdist-1.22.1.tar.gz) = 57820 bytes +SHA1 (pytest-xdist-1.22.2.tar.gz) = f4c979a83d2456b6c7347453e726117fd2711b87 +RMD160 (pytest-xdist-1.22.2.tar.gz) = e7fac1c86b4f8cebd00a12a20dc44f9d00867acb +SHA512 (pytest-xdist-1.22.2.tar.gz) = 69a0a233fe52ead13cadd46c134c67e4d0fdcd2a77929aea3da2530cd54c283d46c6d416a1450016ba7e9127b30bd85add99b562d9ec0a49bbe1c08b7828df68 +Size (pytest-xdist-1.22.2.tar.gz) = 57866 bytes --_----------=_1519891591246410--