pkgsrc-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 10.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25bfe43496ea
branches:  trunk
changeset: 306725:25bfe43496ea
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 25 07:06:36 2018 +0000
description:
py-pip: updated to 10.0.1

10.0.1:
Features
Switch the default repository to the new "PyPI 2.0" running at https://pypi.org/.

Bug Fixes
Fix a bug that made get-pip.py unusable on Windows without renaming.
Fix a TypeError when loading the cache on older versions of Python 2.7.
Fix and improve error message when EnvironmentError occurs during installation.
A crash when reinstalling from VCS requirements has been fixed.
Fix PEP 518 support when pip is installed in the user site.

Vendored Libraries
Upgrade distlib to 0.2.7

diffstat:

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

diffs (27 lines):

diff -r 0c8ef36649f8 -r 25bfe43496ea devel/py-pip/Makefile
--- a/devel/py-pip/Makefile     Wed Apr 25 06:57:01 2018 +0000
+++ b/devel/py-pip/Makefile     Wed Apr 25 07:06:36 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2018/04/17 08:42:35 adam Exp $
+# $NetBSD: Makefile,v 1.23 2018/04/25 07:06:36 adam Exp $
 
-DISTNAME=      pip-10.0.0
+DISTNAME=      pip-10.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip/}
diff -r 0c8ef36649f8 -r 25bfe43496ea devel/py-pip/distinfo
--- a/devel/py-pip/distinfo     Wed Apr 25 06:57:01 2018 +0000
+++ b/devel/py-pip/distinfo     Wed Apr 25 07:06:36 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/04/17 08:42:35 adam Exp $
+$NetBSD: distinfo,v 1.18 2018/04/25 07:06:36 adam Exp $
 
-SHA1 (pip-10.0.0.tar.gz) = 40ca6992527bd236925d4e8df9df5c5b594cb9be
-RMD160 (pip-10.0.0.tar.gz) = e7dd38794d62f0f583f76560df88a9c72f5dd400
-SHA512 (pip-10.0.0.tar.gz) = d27a100939022e45c35cde11e5be989472ac7e36680f28d8e2fa81a393fe662a1cd4e6005606bfe8c914e4403554f67831aada885fbb77bbe9cf1ea5fee8e06a
-Size (pip-10.0.0.tar.gz) = 1245078 bytes
+SHA1 (pip-10.0.1.tar.gz) = b5ed40805e5bedb8e992c618a24dbe88cb85ae70
+RMD160 (pip-10.0.1.tar.gz) = 008e4a069e4969ee08ad383eb1d0070eeb63b405
+SHA512 (pip-10.0.1.tar.gz) = 983cce8375ff0304263209c69be16e5be7a58af340b8c3ffddd64fcea130b2f8f8a98305ab31e9c3eed9a0d039c73777c88bde3bf2ea1e184fa3e0a2faa97fd4
+Size (pip-10.0.1.tar.gz) = 1246072 bytes



Home | Main Index | Thread Index | Old Index