pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-pip py-pip: updated to 20.3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a0f8647a505
branches:  trunk
changeset: 443621:4a0f8647a505
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 18 09:03:43 2020 +0000

description:
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.

diffstat:

 devel/py-pip/Makefile |   4 ++--
 devel/py-pip/PLIST    |   5 ++++-
 devel/py-pip/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r c9196e7af1e7 -r 4a0f8647a505 devel/py-pip/Makefile
--- a/devel/py-pip/Makefile     Fri Dec 18 09:01:03 2020 +0000
+++ b/devel/py-pip/Makefile     Fri Dec 18 09:03:43 2020 +0000
@@ -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/}
diff -r c9196e7af1e7 -r 4a0f8647a505 devel/py-pip/PLIST
--- a/devel/py-pip/PLIST        Fri Dec 18 09:01:03 2020 +0000
+++ b/devel/py-pip/PLIST        Fri Dec 18 09:03:43 2020 +0000
@@ -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/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
diff -r c9196e7af1e7 -r 4a0f8647a505 devel/py-pip/distinfo
--- a/devel/py-pip/distinfo     Fri Dec 18 09:01:03 2020 +0000
+++ b/devel/py-pip/distinfo     Fri Dec 18 09:03:43 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index