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: jdolecek
Date: Fri Dec 23 19:12:38 UTC 2016
Modified Files:
pkgsrc/devel/py-pip: Makefile PLIST distinfo
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-pip/PLIST
cvs rdiff -u -r1.13 -r1.14 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.17 pkgsrc/devel/py-pip/Makefile:1.18
--- pkgsrc/devel/py-pip/Makefile:1.17 Sun Nov 6 00:32:12 2016
+++ pkgsrc/devel/py-pip/Makefile Fri Dec 23 19:12:38 2016
@@ -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/}
Index: pkgsrc/devel/py-pip/PLIST
diff -u pkgsrc/devel/py-pip/PLIST:1.15 pkgsrc/devel/py-pip/PLIST:1.16
--- pkgsrc/devel/py-pip/PLIST:1.15 Sun Nov 6 00:32:12 2016
+++ pkgsrc/devel/py-pip/PLIST Fri Dec 23 19:12:38 2016
@@ -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/treewa
${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
Index: pkgsrc/devel/py-pip/distinfo
diff -u pkgsrc/devel/py-pip/distinfo:1.13 pkgsrc/devel/py-pip/distinfo:1.14
--- pkgsrc/devel/py-pip/distinfo:1.13 Sun Nov 6 00:32:12 2016
+++ pkgsrc/devel/py-pip/distinfo Fri Dec 23 19:12:38 2016
@@ -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