Received: by mail.netbsd.org (Postfix, from userid 605) id 69BE684DA6; Sun, 30 Jul 2017 18:02:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F089484DA4 for ; Sun, 30 Jul 2017 18:02:40 +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 T4IkMMunPUfq for ; Sun, 30 Jul 2017 18:02:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7C42784CE4 for ; Sun, 30 Jul 2017 18:02:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 780D0FACD; Sun, 30 Jul 2017 18:02:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150143776044540" MIME-Version: 1.0 Date: Sun, 30 Jul 2017 18:02:40 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-py To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170730180240.780D0FACD@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. --_----------=_150143776044540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Jul 30 18:02:40 UTC 2017 Modified Files: pkgsrc/devel/py-py: Makefile distinfo Log Message: 1.4.34 - fix issue119 / pytest issue708 where tmpdir may fail to make numbered directories when the filesystem is case-insensitive. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-py/Makefile \ pkgsrc/devel/py-py/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150143776044540 Content-Disposition: inline Content-Length: 1554 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-py/Makefile diff -u pkgsrc/devel/py-py/Makefile:1.10 pkgsrc/devel/py-py/Makefile:1.11 --- pkgsrc/devel/py-py/Makefile:1.10 Wed May 3 19:33:10 2017 +++ pkgsrc/devel/py-py/Makefile Sun Jul 30 18:02:40 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2017/05/03 19:33:10 adam Exp $ +# $NetBSD: Makefile,v 1.11 2017/07/30 18:02:40 adam Exp $ -DISTNAME= py-1.4.33 +DISTNAME= py-1.4.34 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=p/py/} Index: pkgsrc/devel/py-py/distinfo diff -u pkgsrc/devel/py-py/distinfo:1.10 pkgsrc/devel/py-py/distinfo:1.11 --- pkgsrc/devel/py-py/distinfo:1.10 Wed May 3 19:33:10 2017 +++ pkgsrc/devel/py-py/distinfo Sun Jul 30 18:02:40 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2017/05/03 19:33:10 adam Exp $ +$NetBSD: distinfo,v 1.11 2017/07/30 18:02:40 adam Exp $ -SHA1 (py-1.4.33.tar.gz) = 4ac8bacefc2583cd7ba488b5cdbfa1e0d469e792 -RMD160 (py-1.4.33.tar.gz) = 978b71edf0f3e8d81716caa3320b556b81a5ef59 -SHA512 (py-1.4.33.tar.gz) = 5474ba113b205e499acae78a1bfedcdcea5eb61c35aa17bce73e6a49d316ca2dc9e19c4d17e1dd084424ef9f50b5a4ba045b1bb7a8bd7a6d7062afa552354cb6 -Size (py-1.4.33.tar.gz) = 193961 bytes +SHA1 (py-1.4.34.tar.gz) = 80f58f20fe6f403c9503cf16d17332be2639ebfd +RMD160 (py-1.4.34.tar.gz) = aea93d16f963892b5ae162368b5456989922ac3d +SHA512 (py-1.4.34.tar.gz) = 2e19c82c8315274bffe0ba2c7e20ae3af95f942c40c16121ec953af186f8ff33e8f427c070e137bb04b7cc6dcc6779e35df3911c08595fd3294b5ec9897706e1 +Size (py-1.4.34.tar.gz) = 194450 bytes --_----------=_150143776044540--