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: Tue Aug 4 17:53:31 UTC 2020
Modified Files:
pkgsrc/devel/py-pip: Makefile distinfo
Log Message:
py-pip: updated to 20.2.1
20.2.1
======
Features
--------
- Ignore require-virtualenv in ``pip list``
Bug Fixes
---------
- Correctly find already-installed distributions with dot (``.``) in the name
and uninstall them when needed.
- Trace a better error message on installation failure due to invalid ``.data``
files in wheels.
- Fix SVN version detection for alternative SVN distributions.
- New resolver: Correctly include the base package when specified with extras
in ``--no-deps`` mode.
- Use UTF-8 to handle ZIP archive entries on Python 2 according to PEP 427, so
non-ASCII paths can be resolved as expected.
Improved Documentation
----------------------
- Add details on old resolver deprecation and removal to migration documentation.
- Fix feature flag name in docs.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.32 -r1.33 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.39 pkgsrc/devel/py-pip/Makefile:1.40
--- pkgsrc/devel/py-pip/Makefile:1.39 Wed Jul 29 10:00:16 2020
+++ pkgsrc/devel/py-pip/Makefile Tue Aug 4 17:53:31 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2020/07/29 10:00:16 adam Exp $
+# $NetBSD: Makefile,v 1.40 2020/08/04 17:53:31 adam Exp $
-DISTNAME= pip-20.2
+DISTNAME= pip-20.2.1
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.32 pkgsrc/devel/py-pip/distinfo:1.33
--- pkgsrc/devel/py-pip/distinfo:1.32 Wed Jul 29 10:00:16 2020
+++ pkgsrc/devel/py-pip/distinfo Tue Aug 4 17:53:31 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2020/07/29 10:00:16 adam Exp $
+$NetBSD: distinfo,v 1.33 2020/08/04 17:53:31 adam Exp $
-SHA1 (pip-20.2.tar.gz) = efd12b35cd30c8172f92ab8b75019d84401bf7f8
-RMD160 (pip-20.2.tar.gz) = 863a726c4201f0bf249309f2dc77a1ed03b0a0b0
-SHA512 (pip-20.2.tar.gz) = de8e5c21ab60dd52361605f34c8d7daa3dbfac78ef95aca855a21da650c4574adedc6fe18e5782e8f6dcfa7a4344f42f584dfbad415ec19956ff37bb8e158b5e
-Size (pip-20.2.tar.gz) = 1494827 bytes
+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
Home |
Main Index |
Thread Index |
Old Index