pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pip20 py-pip: update to 20.3.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e074b4af864a
branches:  trunk
changeset: 769242:e074b4af864a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 09 23:39:25 2021 +0000

description:
py-pip: update to 20.3.4.

20.3.4 (2021-01-23)
===================

Features
--------

- ``pip wheel`` now verifies the built wheel contains valid metadata, and can be
  installed by a subsequent ``pip install``. This can be disabled with
  ``--no-verify``. (`#9206 <https://github.com/pypa/pip/issues/9206>`_)
- Improve presentation of XMLRPC errors in pip search. (`#9315 <https://github.com/pypa/pip/issues/9315>`_)

Bug Fixes
---------

- Fixed hanging VCS subprocess calls when the VCS outputs a large amount of data
  on stderr. Restored logging of VCS errors that was inadvertently removed in pip
  20.2. (`#8876 <https://github.com/pypa/pip/issues/8876>`_)
- Fix error when an existing incompatibility is unable to be applied to a backtracked state. (`#9180 <https://github.com/pypa/pip/issues/9180>`_)
- New resolver: Discard a faulty distribution, instead of quitting outright.
  This implementation is taken from 20.2.2, with a fix that always makes the
  resolver iterate through candidates from indexes lazily, to avoid downloading
  candidates we do not need. (`#9203 <https://github.com/pypa/pip/issues/9203>`_)
- New resolver: Discard a source distribution if it fails to generate metadata,
  instead of quitting outright. This implementation is taken from 20.2.2, with a
  fix that always makes the resolver iterate through candidates from indexes
  lazily, to avoid downloading candidates we do not need. (`#9246 <https://github.com/pypa/pip/issues/9246>`_)

Vendored Libraries
------------------

- Upgrade resolvelib to 0.5.4.

diffstat:

 devel/py-pip20/Makefile |  4 ++--
 devel/py-pip20/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 63a4a4896afe -r e074b4af864a devel/py-pip20/Makefile
--- a/devel/py-pip20/Makefile   Tue Nov 09 23:20:12 2021 +0000
+++ b/devel/py-pip20/Makefile   Tue Nov 09 23:39:25 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/11/09 23:11:59 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2021/11/09 23:39:25 wiz Exp $
 
-DISTNAME=      pip-20.3.3
+DISTNAME=      pip-20.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip/}
diff -r 63a4a4896afe -r e074b4af864a devel/py-pip20/distinfo
--- a/devel/py-pip20/distinfo   Tue Nov 09 23:20:12 2021 +0000
+++ b/devel/py-pip20/distinfo   Tue Nov 09 23:39:25 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2021/11/09 23:11:59 wiz Exp $
+$NetBSD: distinfo,v 1.2 2021/11/09 23:39:25 wiz Exp $
 
-BLAKE2s (pip-20.3.3.tar.gz) = 274f580a0006391a606c8a391a06f9da4966d61037dcc031b86cf9dd4c6066f2
-SHA512 (pip-20.3.3.tar.gz) = 757503b0b5891488141fe75ef9364d6ee8e81bddd00325c197c61df0700454e0144d8a372ee9882048ad38d42350f995d02811a2bf02292490e80ac26adc076d
-Size (pip-20.3.3.tar.gz) = 1529320 bytes
+BLAKE2s (pip-20.3.4.tar.gz) = 396876e5503307528a5613dded2f226ab5cf792f70c84384f8d140b19ce68ca6
+SHA512 (pip-20.3.4.tar.gz) = 21f94bfcd2e5d1ae4ba23132e7a80ce70f9f9c760a940f14cf1439d46b7a4c7e19ec168c4458e4a1c2278fb27c80086f0843ef717d45e3b0d074932021f455cd
+Size (pip-20.3.4.tar.gz) = 1530646 bytes



Home | Main Index | Thread Index | Old Index