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.2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14ebc735bed8
branches:  trunk
changeset: 441450:14ebc735bed8
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 04 10:23:45 2020 +0000

description:
py-pip: updated to 20.2.4

20.2.4 (2020-10-16)
===================

Deprecations and Removals
-------------------------
- Document that certain removals can be fast tracked.
- Document that Python versions are generally supported until PyPI usage falls below 5%.

Features
--------
- New resolver: Avoid accessing indexes when the installed candidate is preferred
  and considered good enough.
- Improve error message friendliness when an environment has packages with
  corrupted metadata.
- Cache package listings on index packages so they are guarenteed to stay stable
  during a pip command session. This also improves performance when a index page
  is accessed multiple times during the command session.
- New resolver: Tweak resolution logic to improve user experience when
  user-supplied requirements conflict.

Bug Fixes
---------
- New resolver: Correctly respect ``Requires-Python`` metadata to reject
  incompatible packages in ``--no-deps`` mode.
- New resolver: Pick up hash declarations in constraints files and use them to
  filter available distributions.
- New resolver: If a package appears multiple times in user specification with
  different ``--hash`` options, only hashes that present in all specifications
  should be allowed.

Improved Documentation
----------------------
- Add ux documentation

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 6f9feb9564bb -r 14ebc735bed8 devel/py-pip/Makefile
--- a/devel/py-pip/Makefile     Wed Nov 04 10:08:14 2020 +0000
+++ b/devel/py-pip/Makefile     Wed Nov 04 10:23:45 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2020/09/09 07:26:48 adam Exp $
+# $NetBSD: Makefile,v 1.43 2020/11/04 10:23:45 adam Exp $
 
-DISTNAME=      pip-20.2.3
+DISTNAME=      pip-20.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip/}
diff -r 6f9feb9564bb -r 14ebc735bed8 devel/py-pip/PLIST
--- a/devel/py-pip/PLIST        Wed Nov 04 10:08:14 2020 +0000
+++ b/devel/py-pip/PLIST        Wed Nov 04 10:23:45 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2020/07/29 10:00:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2020/11/04 10:23:45 adam Exp $
 bin/pip${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -285,6 +285,9 @@
 ${PYSITELIB}/pip/_internal/resolution/resolvelib/factory.py
 ${PYSITELIB}/pip/_internal/resolution/resolvelib/factory.pyc
 ${PYSITELIB}/pip/_internal/resolution/resolvelib/factory.pyo
+${PYSITELIB}/pip/_internal/resolution/resolvelib/found_candidates.py
+${PYSITELIB}/pip/_internal/resolution/resolvelib/found_candidates.pyc
+${PYSITELIB}/pip/_internal/resolution/resolvelib/found_candidates.pyo
 ${PYSITELIB}/pip/_internal/resolution/resolvelib/provider.py
 ${PYSITELIB}/pip/_internal/resolution/resolvelib/provider.pyc
 ${PYSITELIB}/pip/_internal/resolution/resolvelib/provider.pyo
diff -r 6f9feb9564bb -r 14ebc735bed8 devel/py-pip/distinfo
--- a/devel/py-pip/distinfo     Wed Nov 04 10:08:14 2020 +0000
+++ b/devel/py-pip/distinfo     Wed Nov 04 10:23:45 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2020/09/09 07:26:48 adam Exp $
+$NetBSD: distinfo,v 1.36 2020/11/04 10:23:45 adam Exp $
 
-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
+SHA1 (pip-20.2.4.tar.gz) = feff6f85f624602444600c4de8e55abea9d96bc9
+RMD160 (pip-20.2.4.tar.gz) = 85d1dbfb806723cbf03c6664af40358888453684
+SHA512 (pip-20.2.4.tar.gz) = 5df51a73b2c7aee077405a6748f3924d76f3898e98d841e4c64e3b4bbd3a496eafd3d309f53dfc7bedf9625686251298b1108f6308bd196892e1ec98c1de09b2
+Size (pip-20.2.4.tar.gz) = 1501159 bytes



Home | Main Index | Thread Index | Old Index