Received: by mail.netbsd.org (Postfix, from userid 605) id 673C284E2E; Tue, 7 May 2019 05:17:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2FFF84E2A for ; Tue, 7 May 2019 05:17:20 +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 jQTNxlOKdIgT for ; Tue, 7 May 2019 05:17:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6C0AB84C2B for ; Tue, 7 May 2019 05:17:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 686EAFB16; Tue, 7 May 2019 05:17:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155720624030180" MIME-Version: 1.0 Date: Tue, 7 May 2019 05:17:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pip To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190507051720.686EAFB16@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. --_----------=_155720624030180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 7 05:17:20 UTC 2019 Modified Files: pkgsrc/devel/py-pip: Makefile distinfo Log Message: py-pip: updated to 19.1.1 19.1.1: Features - Restore pyproject.toml handling to how it was with pip 19.0.3 to prevent the need to add --no-use-pep517 when installing in editable mode. Bug Fixes - Fix a regression that caused @ to be quoted in pypiserver links. This interfered with parsing the revision string from VCS urls. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-pip/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-pip/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155720624030180 Content-Disposition: inline Content-Length: 1575 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pip/Makefile diff -u pkgsrc/devel/py-pip/Makefile:1.30 pkgsrc/devel/py-pip/Makefile:1.31 --- pkgsrc/devel/py-pip/Makefile:1.30 Wed Apr 24 08:28:33 2019 +++ pkgsrc/devel/py-pip/Makefile Tue May 7 05:17:20 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2019/04/24 08:28:33 adam Exp $ +# $NetBSD: Makefile,v 1.31 2019/05/07 05:17:20 adam Exp $ -DISTNAME= pip-19.1 +DISTNAME= pip-19.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip/} Index: pkgsrc/devel/py-pip/distinfo diff -u pkgsrc/devel/py-pip/distinfo:1.24 pkgsrc/devel/py-pip/distinfo:1.25 --- pkgsrc/devel/py-pip/distinfo:1.24 Wed Apr 24 08:28:33 2019 +++ pkgsrc/devel/py-pip/distinfo Tue May 7 05:17:20 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2019/04/24 08:28:33 adam Exp $ +$NetBSD: distinfo,v 1.25 2019/05/07 05:17:20 adam Exp $ -SHA1 (pip-19.1.tar.gz) = 76c4689bba9bbf49742c59a3f5378a4e0a30cddc -RMD160 (pip-19.1.tar.gz) = b141f79a6c44f3884d0d8b15a4dd7de810ab906c -SHA512 (pip-19.1.tar.gz) = b10f6a8e0cc71b4987657acb90e677217a485f3605cca3ac9fe946102a8b6e07346d69952469db264e9aa7753015695818f107e361beab8a9fd0fbd5410900df -Size (pip-19.1.tar.gz) = 1334822 bytes +SHA1 (pip-19.1.1.tar.gz) = bf596e0f6e0fc2e6667aecf9442051f3ec6c9b25 +RMD160 (pip-19.1.1.tar.gz) = 51e18ca1176bf8780095780d8487622700fcd1d8 +SHA512 (pip-19.1.1.tar.gz) = b35598fc6077af44d69f32bc3bc4b28630b1761a31b6b814c59069adbea98bdd68071471bf5ebd28551aae8e970b882200938f6751135f246dc8228f799604a3 +Size (pip-19.1.1.tar.gz) = 1334144 bytes --_----------=_155720624030180--