Received: by mail.netbsd.org (Postfix, from userid 605) id 1A25184EB3; Tue, 18 Apr 2023 13:22:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4AC3784D74 for ; Tue, 18 Apr 2023 13:22:35 +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 H_RwILA3dr-Q for ; Tue, 18 Apr 2023 13:22:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BAA1784D21 for ; Tue, 18 Apr 2023 13:22:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3C59FA85; Tue, 18 Apr 2023 13:22:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1681824154215720" MIME-Version: 1.0 Date: Tue, 18 Apr 2023 13:22:34 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pip-run To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230418132234.B3C59FA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1681824154215720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Apr 18 13:22:34 UTC 2023 Modified Files: pkgsrc/devel/py-pip-run: Makefile distinfo Log Message: py-pip-run: updated to 10.0.7 v10.0.7 Avoid OSError when a parameter to Python exceeds the allowed filename length. v10.0.6 Fixed ``EncodingWarnings``. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pip-run/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-pip-run/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1681824154215720 Content-Disposition: inline Content-Length: 1559 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pip-run/Makefile diff -u pkgsrc/devel/py-pip-run/Makefile:1.4 pkgsrc/devel/py-pip-run/Makefile:1.5 --- pkgsrc/devel/py-pip-run/Makefile:1.4 Thu Feb 9 12:51:38 2023 +++ pkgsrc/devel/py-pip-run/Makefile Tue Apr 18 13:22:34 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2023/02/09 12:51:38 adam Exp $ +# $NetBSD: Makefile,v 1.5 2023/04/18 13:22:34 adam Exp $ -DISTNAME= pip-run-10.0.5 +DISTNAME= pip-run-10.0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip-run/} Index: pkgsrc/devel/py-pip-run/distinfo diff -u pkgsrc/devel/py-pip-run/distinfo:1.3 pkgsrc/devel/py-pip-run/distinfo:1.4 --- pkgsrc/devel/py-pip-run/distinfo:1.3 Thu Feb 9 12:51:38 2023 +++ pkgsrc/devel/py-pip-run/distinfo Tue Apr 18 13:22:34 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2023/02/09 12:51:38 adam Exp $ +$NetBSD: distinfo,v 1.4 2023/04/18 13:22:34 adam Exp $ -BLAKE2s (pip-run-10.0.5.tar.gz) = a08a3cae064809f4c615ab6e7cbe18e98e10c9434f1bd15a21e8e48636b8d55b -SHA512 (pip-run-10.0.5.tar.gz) = 55309445793c101d54fd61303e770ae271cfe2be20e7bc084ca0f4e6363a8de28ffdd7cd1b8c595c88d5c0a99863182053d00d3a4175fa5465ef958401601d66 -Size (pip-run-10.0.5.tar.gz) = 32411 bytes +BLAKE2s (pip-run-10.0.7.tar.gz) = db1ab99b0da0e75e50ef1f76105756ca6fced24b8d8ea15d506a9091d5408b6a +SHA512 (pip-run-10.0.7.tar.gz) = cd8780372f579005e40c77b3c2d9e582cd1a144e871eec205fd0bd2ff64eac837918211d3479088f56bd3043dbfd883502b2d6f7b01dc24448888f65fdd6920b +Size (pip-run-10.0.7.tar.gz) = 32869 bytes --_----------=_1681824154215720--