Received: by mail.netbsd.org (Postfix, from userid 605) id 1640084EAB; Tue, 29 Jan 2019 06:44:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 599BE84CEE for ; Tue, 29 Jan 2019 06:44:52 +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 zDsnlzl09EZQ for ; Tue, 29 Jan 2019 06:44:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A454684EA0 for ; Tue, 29 Jan 2019 06:44:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9CABDFB16; Tue, 29 Jan 2019 06:44:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154874429194280" MIME-Version: 1.0 Date: Tue, 29 Jan 2019 06:44:51 +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: <20190129064451.9CABDFB16@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. --_----------=_154874429194280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 29 06:44:51 UTC 2019 Modified Files: pkgsrc/devel/py-test-xdist: Makefile distinfo Log Message: py-test-xdist: updated to 1.26.1 pytest-xdist 1.26.1: Bug Fixes Do not implement deprecated pytest_logwarning hook in pytest versions where it is deprecated. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-test-xdist/Makefile cvs rdiff -u -r1.18 -r1.19 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. --_----------=_154874429194280 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.19 pkgsrc/devel/py-test-xdist/Makefile:1.20 --- pkgsrc/devel/py-test-xdist/Makefile:1.19 Sun Jan 13 17:59:29 2019 +++ pkgsrc/devel/py-test-xdist/Makefile Tue Jan 29 06:44:51 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2019/01/13 17:59:29 adam Exp $ +# $NetBSD: Makefile,v 1.20 2019/01/29 06:44:51 adam Exp $ -DISTNAME= pytest-xdist-1.26.0 +DISTNAME= pytest-xdist-1.26.1 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.18 pkgsrc/devel/py-test-xdist/distinfo:1.19 --- pkgsrc/devel/py-test-xdist/distinfo:1.18 Sun Jan 13 17:59:29 2019 +++ pkgsrc/devel/py-test-xdist/distinfo Tue Jan 29 06:44:51 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2019/01/13 17:59:29 adam Exp $ +$NetBSD: distinfo,v 1.19 2019/01/29 06:44:51 adam Exp $ -SHA1 (pytest-xdist-1.26.0.tar.gz) = 728e98e3b3b76136f240496730e2c2d75a382eef -RMD160 (pytest-xdist-1.26.0.tar.gz) = 3d363ac7da6bed6b0f2c277a497ad3c84d5bd2fd -SHA512 (pytest-xdist-1.26.0.tar.gz) = e364f51d2ff67b3b52808471374aeb237b2eef1bfe22acf5b99fb1e9411b7b6dbc489e98173e338915d9f2e311363401c58d5758b01356636adbac9a75919522 -Size (pytest-xdist-1.26.0.tar.gz) = 64747 bytes +SHA1 (pytest-xdist-1.26.1.tar.gz) = 267f3bd79c6ba814f997fb5bf5f246ca601ed3f5 +RMD160 (pytest-xdist-1.26.1.tar.gz) = 37ca4772ee0149875d7523cb5c6221b5e53d42c6 +SHA512 (pytest-xdist-1.26.1.tar.gz) = c98be542447b6715410ef458961e1a9edcf692b60d119a61d596289f4e7c8899f23d6c7a34e2507dda792cfae8645730da6714b113e75ab64214bdba44666750 +Size (pytest-xdist-1.26.1.tar.gz) = 64973 bytes --_----------=_154874429194280--