Received: by mail.netbsd.org (Postfix, from userid 605) id 8A7B884D87; Wed, 9 Sep 2020 07:26:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 10C5A84D02 for ; Wed, 9 Sep 2020 07:26:49 +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 qPVwr2yY31-o for ; Wed, 9 Sep 2020 07:26:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8C85684CDC for ; Wed, 9 Sep 2020 07:26:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89246FB28; Wed, 9 Sep 2020 07:26:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599636408128600" MIME-Version: 1.0 Date: Wed, 9 Sep 2020 07:26:48 +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: <20200909072648.89246FB28@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. --_----------=_1599636408128600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 9 07:26:48 UTC 2020 Modified Files: pkgsrc/devel/py-pip: Makefile distinfo Log Message: py-pip: updated to 20.2.3 20.2.3: Deprecations and Removals ------------------------- - Deprecate support for Python 3.5 Features -------- - Make the ``setup.py install`` deprecation warning less noisy. We warn only when ``setup.py install`` succeeded and ``setup.py bdist_wheel`` failed, as situations where both fails are most probably irrelevant to this deprecation. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/py-pip/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-pip/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599636408128600 Content-Disposition: inline Content-Length: 1585 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.41 pkgsrc/devel/py-pip/Makefile:1.42 --- pkgsrc/devel/py-pip/Makefile:1.41 Wed Aug 26 11:50:45 2020 +++ pkgsrc/devel/py-pip/Makefile Wed Sep 9 07:26:48 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2020/08/26 11:50:45 adam Exp $ +# $NetBSD: Makefile,v 1.42 2020/09/09 07:26:48 adam Exp $ -DISTNAME= pip-20.2.2 +DISTNAME= pip-20.2.3 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.34 pkgsrc/devel/py-pip/distinfo:1.35 --- pkgsrc/devel/py-pip/distinfo:1.34 Wed Aug 26 11:50:45 2020 +++ pkgsrc/devel/py-pip/distinfo Wed Sep 9 07:26:48 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.34 2020/08/26 11:50:45 adam Exp $ +$NetBSD: distinfo,v 1.35 2020/09/09 07:26:48 adam Exp $ -SHA1 (pip-20.2.2.tar.gz) = cb5345ea5615422bbd10db22af98c784b0bb387f -RMD160 (pip-20.2.2.tar.gz) = 763683c71040feb9a0291758a555a1461dc26da2 -SHA512 (pip-20.2.2.tar.gz) = 3b56009d6ef13e40595c6cb72d5412aaebc33b9945bef4130b2fcf61baf11f6e9194850b64f12ac5ee8af0e2ac1898c09a34c35dc2961378ed3c22050862dd4e -Size (pip-20.2.2.tar.gz) = 1496965 bytes +SHA1 (pip-20.2.3.tar.gz) = 5e708de15d0959386595bea819d75fbc5d4480b3 +RMD160 (pip-20.2.3.tar.gz) = 35eb2126b13b44e77115c0915dccf1cd26c1638e +SHA512 (pip-20.2.3.tar.gz) = 9225609e936f4be841317b640f90f13a747218c9e87945a500324e39ea392b8818385ea3f0e460fc9ddb3c96b2c59f83e015d447d8e40f863df8091006c18c44 +Size (pip-20.2.3.tar.gz) = 1497161 bytes --_----------=_1599636408128600--