pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pip20



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov  9 23:39:25 UTC 2021

Modified Files:
        pkgsrc/devel/py-pip20: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pip20/Makefile \
    pkgsrc/devel/py-pip20/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pip20/Makefile
diff -u pkgsrc/devel/py-pip20/Makefile:1.1 pkgsrc/devel/py-pip20/Makefile:1.2
--- pkgsrc/devel/py-pip20/Makefile:1.1  Tue Nov  9 23:11:59 2021
+++ pkgsrc/devel/py-pip20/Makefile      Tue Nov  9 23:39:25 2021
@@ -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/}
Index: pkgsrc/devel/py-pip20/distinfo
diff -u pkgsrc/devel/py-pip20/distinfo:1.1 pkgsrc/devel/py-pip20/distinfo:1.2
--- pkgsrc/devel/py-pip20/distinfo:1.1  Tue Nov  9 23:11:59 2021
+++ pkgsrc/devel/py-pip20/distinfo      Tue Nov  9 23:39:25 2021
@@ -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