Received: by mail.netbsd.org (Postfix, from userid 605) id 69A3B84D83; Wed, 13 Mar 2019 19:22:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E46C384D6E for ; Wed, 13 Mar 2019 19:22:47 +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 DTyOG2QRKvEv for ; Wed, 13 Mar 2019 19:22:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6DA2684CCF for ; Wed, 13 Mar 2019 19:22:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A6ECFB16; Wed, 13 Mar 2019 19:22:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1552504967440" MIME-Version: 1.0 Date: Wed, 13 Mar 2019 19:22:47 +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: <20190313192247.6A6ECFB16@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. --_----------=_1552504967440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Mar 13 19:22:47 UTC 2019 Modified Files: pkgsrc/devel/py-py: Makefile distinfo Log Message: py-py: updated to 1.8.0 1.8.0: - add "importlib" pyimport mode for python3.5+, allowing unimportable test suites to contain identically named modules. - fix LocalPath.as_cwd() not calling os.chdir() with None, when being invoked from a non-existing directory. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-py/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-py/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1552504967440 Content-Disposition: inline Content-Length: 1552 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.17 pkgsrc/devel/py-py/Makefile:1.18 --- pkgsrc/devel/py-py/Makefile:1.17 Tue Oct 30 10:12:58 2018 +++ pkgsrc/devel/py-py/Makefile Wed Mar 13 19:22:47 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2018/10/30 10:12:58 adam Exp $ +# $NetBSD: Makefile,v 1.18 2019/03/13 19:22:47 adam Exp $ -DISTNAME= py-1.7.0 +DISTNAME= py-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/py/} Index: pkgsrc/devel/py-py/distinfo diff -u pkgsrc/devel/py-py/distinfo:1.16 pkgsrc/devel/py-py/distinfo:1.17 --- pkgsrc/devel/py-py/distinfo:1.16 Tue Oct 30 10:12:58 2018 +++ pkgsrc/devel/py-py/distinfo Wed Mar 13 19:22:47 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2018/10/30 10:12:58 adam Exp $ +$NetBSD: distinfo,v 1.17 2019/03/13 19:22:47 adam Exp $ -SHA1 (py-1.7.0.tar.gz) = 6d54b3d60e84440c0f9b5a2ecc1a4b10c2e30d58 -RMD160 (py-1.7.0.tar.gz) = c3a695cdbc9ac2d7cd3369e988f09923b7f06011 -SHA512 (py-1.7.0.tar.gz) = c522be926c5716d866cb800eaa398a55518889da207a00575212254642eda2107e68c286e72b99cf94ecec1c8dcde1f763e2d8f296ab7e7673ae2671e70d5548 -Size (py-1.7.0.tar.gz) = 202733 bytes +SHA1 (py-1.8.0.tar.gz) = b8c56a3648e05ed92722e1a040b55354d9f9ce84 +RMD160 (py-1.8.0.tar.gz) = dc738444978465a3ab5db8b5ce07fb43c53638e7 +SHA512 (py-1.8.0.tar.gz) = 37b9a66229b834a034d9ba6769a46addf098380b494c1eb863607a52d00b7ec5b9157dd7ac6ffc52535a05006648c775c78716d7f85cf44966065b225be6e95b +Size (py-1.8.0.tar.gz) = 205096 bytes --_----------=_1552504967440--