pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-pip Update py-pip to 9.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0b55ec1f02a
branches:  trunk
changeset: 356242:f0b55ec1f02a
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Fri Dec 23 19:12:38 2016 +0000

description:
Update py-pip to 9.0.1

Changes:
* Correct the deprecation message when not specifying a --format
  so that it uses the correct setting name (format) rather than the
  incorrect one (list_format) (#4058).
* Fix pip check to check all available distributions and not just the local
  ones (#4083).
* Fix a crash on non ASCII characters from lsb_release (#4062).
* Fix an SyntaxError in an an used module of a vendored dependency (#4059).
* Fix UNC paths on Windows (#4064).

diffstat:

 devel/py-pip/Makefile |   4 ++--
 devel/py-pip/PLIST    |   4 +++-
 devel/py-pip/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 0eb228a85199 -r f0b55ec1f02a devel/py-pip/Makefile
--- a/devel/py-pip/Makefile     Fri Dec 23 18:40:15 2016 +0000
+++ b/devel/py-pip/Makefile     Fri Dec 23 19:12:38 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2016/11/06 00:32:12 wen Exp $
+# $NetBSD: Makefile,v 1.18 2016/12/23 19:12:38 jdolecek Exp $
 
-DISTNAME=      pip-9.0.0
+DISTNAME=      pip-9.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip/}
diff -r 0eb228a85199 -r f0b55ec1f02a devel/py-pip/PLIST
--- a/devel/py-pip/PLIST        Fri Dec 23 18:40:15 2016 +0000
+++ b/devel/py-pip/PLIST        Fri Dec 23 19:12:38 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2016/11/06 00:32:12 wen Exp $
+@comment $NetBSD: PLIST,v 1.16 2016/12/23 19:12:38 jdolecek Exp $
 bin/pip${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -232,6 +232,8 @@
 ${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.pyc
 ${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.pyo
 ${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.py
+${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.pyc
+${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.pyo
 ${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree_lxml.py
 ${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree_lxml.pyc
 ${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree_lxml.pyo
diff -r 0eb228a85199 -r f0b55ec1f02a devel/py-pip/distinfo
--- a/devel/py-pip/distinfo     Fri Dec 23 18:40:15 2016 +0000
+++ b/devel/py-pip/distinfo     Fri Dec 23 19:12:38 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/11/06 00:32:12 wen Exp $
+$NetBSD: distinfo,v 1.14 2016/12/23 19:12:38 jdolecek Exp $
 
-SHA1 (pip-9.0.0.tar.gz) = 2177b8425560357b922b9e9bdde4698c4bf89991
-RMD160 (pip-9.0.0.tar.gz) = 12d773ae9e697d404b640102acb35952df469a9f
-SHA512 (pip-9.0.0.tar.gz) = b66875988e3af6a3281a0b4dd3941d7a94cc35c4a6104d12e24c0d18386b7aa93d46431e6e385df3cd196abe3d4e7dedbe4e77e6e89455652bad2bd0353fcc4e
-Size (pip-9.0.0.tar.gz) = 1197043 bytes
+SHA1 (pip-9.0.1.tar.gz) = 57ff41e99cb01b6a1c2b0999161589b726f0ec8b
+RMD160 (pip-9.0.1.tar.gz) = 3d1cdd406a018245d532d8419afedf971261f3eb
+SHA512 (pip-9.0.1.tar.gz) = ee59efb4b009ff6543b7afdea99b9cbbee1981ecc03af586acda76674024d3b66dab23049e68f3da9448734984619fc1eaba6e965c9dd3d731973376c8a42e25
+Size (pip-9.0.1.tar.gz) = 1197370 bytes



Home | Main Index | Thread Index | Old Index