Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 995C71A921F for ; Fri, 18 Dec 2020 09:03:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D917684DA4; Fri, 18 Dec 2020 09:03:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C0C484D9F for ; Fri, 18 Dec 2020 09:03:44 +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 ct5e6JDJ1W2M for ; Fri, 18 Dec 2020 09:03:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6708184CEF for ; Fri, 18 Dec 2020 09:03:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 564CAFA9D; Fri, 18 Dec 2020 09:03:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1608282223197310" MIME-Version: 1.0 Date: Fri, 18 Dec 2020 09:03:43 +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: <20201218090343.564CAFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1608282223197310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Dec 18 09:03:43 UTC 2020 Modified Files: pkgsrc/devel/py-pip: Makefile PLIST distinfo Log Message: py-pip: updated to 20.3.3 20.3.3 (2020-12-15) =================== Bug Fixes --------- - Revert "Skip candidate not providing valid metadata", as that caused pip to be overeager about downloading from the package index. 20.3.2 (2020-12-15) =================== Features -------- - New resolver: Resolve direct and pinned (``==`` or ``===``) requirements first to improve resolver performance. - Add a mechanism to delay resolving certain packages, and use it for setuptools. Bug Fixes --------- - New resolver: The "Requirement already satisfied" log is not printed only once for each package during resolution. - Fix crash when logic for redacting authentication information from URLs in ``--help`` is given a list of strings, instead of a single string. - New resolver: Correctly implement PEP 592. Do not return yanked versions from an index, unless the version range can only be satisfied by yanked candidates. - New resolver: Make constraints also apply to package variants with extras, so the resolver correctly avoids backtracking on them. - New resolver: Discard a candidate if it fails to provide metadata from source, or if the provided metadata is inconsistent, instead of quitting outright. Vendored Libraries ------------------ - Update vendoring to 20.8 Improved Documentation ---------------------- - Update documentation to reflect that pip still uses legacy resolver by default in Python 2 environments. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/py-pip/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-pip/PLIST cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-pip/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1608282223197310 Content-Disposition: inline Content-Length: 2545 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.44 pkgsrc/devel/py-pip/Makefile:1.45 --- pkgsrc/devel/py-pip/Makefile:1.44 Fri Dec 4 14:17:02 2020 +++ pkgsrc/devel/py-pip/Makefile Fri Dec 18 09:03:43 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2020/12/04 14:17:02 adam Exp $ +# $NetBSD: Makefile,v 1.45 2020/12/18 09:03:43 adam Exp $ -DISTNAME= pip-20.3.1 +DISTNAME= pip-20.3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip/} Index: pkgsrc/devel/py-pip/PLIST diff -u pkgsrc/devel/py-pip/PLIST:1.28 pkgsrc/devel/py-pip/PLIST:1.29 --- pkgsrc/devel/py-pip/PLIST:1.28 Fri Dec 4 14:17:02 2020 +++ pkgsrc/devel/py-pip/PLIST Fri Dec 18 09:03:43 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2020/12/04 14:17:02 adam Exp $ +@comment $NetBSD: PLIST,v 1.29 2020/12/18 09:03:43 adam Exp $ bin/pip${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -813,6 +813,9 @@ ${PYSITELIB}/pip/_vendor/msgpack/ext.pyo ${PYSITELIB}/pip/_vendor/msgpack/fallback.py ${PYSITELIB}/pip/_vendor/msgpack/fallback.pyc ${PYSITELIB}/pip/_vendor/msgpack/fallback.pyo +${PYSITELIB}/pip/_vendor/packaging/__about__.py +${PYSITELIB}/pip/_vendor/packaging/__about__.pyc +${PYSITELIB}/pip/_vendor/packaging/__about__.pyo ${PYSITELIB}/pip/_vendor/packaging/__init__.py ${PYSITELIB}/pip/_vendor/packaging/__init__.pyc ${PYSITELIB}/pip/_vendor/packaging/__init__.pyo Index: pkgsrc/devel/py-pip/distinfo diff -u pkgsrc/devel/py-pip/distinfo:1.37 pkgsrc/devel/py-pip/distinfo:1.38 --- pkgsrc/devel/py-pip/distinfo:1.37 Fri Dec 4 14:17:02 2020 +++ pkgsrc/devel/py-pip/distinfo Fri Dec 18 09:03:43 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.37 2020/12/04 14:17:02 adam Exp $ +$NetBSD: distinfo,v 1.38 2020/12/18 09:03:43 adam Exp $ -SHA1 (pip-20.3.1.tar.gz) = 8f72fbd3ef7a5d0e1db9c174d05c24a466ce7bd8 -RMD160 (pip-20.3.1.tar.gz) = 5b19481fff79185db2dc2c94ba094fe29f9b9348 -SHA512 (pip-20.3.1.tar.gz) = 3e6b468772411b9fce2ee1193489f7a3acee4e6f910850d26f328cff9b4546ec23647dc7eeb924793938dbadee7c9591662d67928689b04950a917a653db75ea -Size (pip-20.3.1.tar.gz) = 1526593 bytes +SHA1 (pip-20.3.3.tar.gz) = a8c85abfdc0bf15dd7360865f59e4234be00d1e2 +RMD160 (pip-20.3.3.tar.gz) = 44caf2ab9618ad0b91422748af760e6aa94b8608 +SHA512 (pip-20.3.3.tar.gz) = 757503b0b5891488141fe75ef9364d6ee8e81bddd00325c197c61df0700454e0144d8a372ee9882048ad38d42350f995d02811a2bf02292490e80ac26adc076d +Size (pip-20.3.3.tar.gz) = 1529320 bytes --_----------=_1608282223197310--