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 Apr 25 07:06:36 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.17 -r1.18 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.22 pkgsrc/devel/py-pip/Makefile:1.23
--- pkgsrc/devel/py-pip/Makefile:1.22   Tue Apr 17 08:42:35 2018
+++ pkgsrc/devel/py-pip/Makefile        Wed Apr 25 07:06:36 2018
@@ -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/}

Index: pkgsrc/devel/py-pip/distinfo
diff -u pkgsrc/devel/py-pip/distinfo:1.17 pkgsrc/devel/py-pip/distinfo:1.18
--- pkgsrc/devel/py-pip/distinfo:1.17   Tue Apr 17 08:42:35 2018
+++ pkgsrc/devel/py-pip/distinfo        Wed Apr 25 07:06:36 2018
@@ -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