Source-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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ca78be27b11
branches:  trunk
changeset: 437559:4ca78be27b11
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 26 11:50:45 2020 +0000

description:
py-pip: updated to 20.2.2

20.2.2

Bug Fixes
- Only attempt to use the keyring once and if it fails, don't try again.
  This prevents spamming users with several keyring unlock prompts when they
  cannot unlock or don't want to do so.
- Fix regression that distributions in system site-packages are not correctly
  found when a virtual environment is configured with ``system-site-packages``
  on.
- Disable caching for range requests, which causes corrupted wheels
  when pip tries to obtain metadata using the feature ``fast-deps``.
- Always use UTF-8 to read ``pyvenv.cfg`` to match the built-in ``venv``.
- 2020 Resolver: Correctly handle marker evaluation in constraints and exclude
  them if their markers do not match the current environment.

diffstat:

 devel/py-pip/Makefile |   4 ++--
 devel/py-pip/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3fc6df1bf6c1 -r 4ca78be27b11 devel/py-pip/Makefile
--- a/devel/py-pip/Makefile     Wed Aug 26 11:49:41 2020 +0000
+++ b/devel/py-pip/Makefile     Wed Aug 26 11:50:45 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2020/08/04 17:53:31 adam Exp $
+# $NetBSD: Makefile,v 1.41 2020/08/26 11:50:45 adam Exp $
 
-DISTNAME=      pip-20.2.1
+DISTNAME=      pip-20.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip/}
diff -r 3fc6df1bf6c1 -r 4ca78be27b11 devel/py-pip/distinfo
--- a/devel/py-pip/distinfo     Wed Aug 26 11:49:41 2020 +0000
+++ b/devel/py-pip/distinfo     Wed Aug 26 11:50:45 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2020/08/04 17:53:31 adam Exp $
+$NetBSD: distinfo,v 1.34 2020/08/26 11:50:45 adam Exp $
 
-SHA1 (pip-20.2.1.tar.gz) = 717cb5e8a652a696be81bdb8624d91819f2a390d
-RMD160 (pip-20.2.1.tar.gz) = 22bf7d470ef287213956156f4ea530e289a2f136
-SHA512 (pip-20.2.1.tar.gz) = 24fa394e00f613b5b35992eed4be0e25f6fe419e23d81923561a3a5c97744c1966093524b0eeec4caa69139b042315de4f029f6afdcee3b949040c9ede29b66e
-Size (pip-20.2.1.tar.gz) = 1496280 bytes
+SHA1 (pip-20.2.2.tar.gz) = cb5345ea5615422bbd10db22af98c784b0bb387f
+RMD160 (pip-20.2.2.tar.gz) = 763683c71040feb9a0291758a555a1461dc26da2
+SHA512 (pip-20.2.2.tar.gz) = 3b56009d6ef13e40595c6cb72d5412aaebc33b9945bef4130b2fcf61baf11f6e9194850b64f12ac5ee8af0e2ac1898c09a34c35dc2961378ed3c22050862dd4e
+Size (pip-20.2.2.tar.gz) = 1496965 bytes



Home | Main Index | Thread Index | Old Index