pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pip
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 26 11:50:46 UTC 2020
Modified Files:
pkgsrc/devel/py-pip: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-pip/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-pip/Makefile
diff -u pkgsrc/devel/py-pip/Makefile:1.40 pkgsrc/devel/py-pip/Makefile:1.41
--- pkgsrc/devel/py-pip/Makefile:1.40 Tue Aug 4 17:53:31 2020
+++ pkgsrc/devel/py-pip/Makefile Wed Aug 26 11:50:45 2020
@@ -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/}
Index: pkgsrc/devel/py-pip/distinfo
diff -u pkgsrc/devel/py-pip/distinfo:1.33 pkgsrc/devel/py-pip/distinfo:1.34
--- pkgsrc/devel/py-pip/distinfo:1.33 Tue Aug 4 17:53:31 2020
+++ pkgsrc/devel/py-pip/distinfo Wed Aug 26 11:50:45 2020
@@ -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