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 9.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c128a492acb0
branches:  trunk
changeset: 377445:c128a492acb0
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Mar 17 06:51:58 2018 +0000

description:
py-pip: updated to 9.0.2

Released v9.0.2
* Fallback to using SecureTransport on macOS when the linked OpenSSL is too old
  to support TLSv1.2.

diffstat:

 devel/py-pip/Makefile |   11 +-
 devel/py-pip/PLIST    |  480 ++++++++++++++++++++++++++++---------------------
 devel/py-pip/distinfo |   10 +-
 3 files changed, 286 insertions(+), 215 deletions(-)

diffs (truncated from 570 to 300 lines):

diff -r 518933623e8e -r c128a492acb0 devel/py-pip/Makefile
--- a/devel/py-pip/Makefile     Sat Mar 17 06:51:00 2018 +0000
+++ b/devel/py-pip/Makefile     Sat Mar 17 06:51:58 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2017/02/07 23:42:04 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2018/03/17 06:51:58 adam Exp $
 
-DISTNAME=      pip-9.0.1
+DISTNAME=      pip-9.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -17,11 +17,6 @@
        ${RM} -f ${DESTDIR}${PREFIX}/bin/pip
        ${RM} -f ${DESTDIR}${PREFIX}/bin/pip[2-3]
 
-# tests not included in tarball
-# https://github.com/pypa/pip/issues/3370
-#do-test:
-#      cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
-
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 518933623e8e -r c128a492acb0 devel/py-pip/PLIST
--- a/devel/py-pip/PLIST        Sat Mar 17 06:51:00 2018 +0000
+++ b/devel/py-pip/PLIST        Sat Mar 17 06:51:58 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2016/12/23 19:12:38 jdolecek Exp $
+@comment $NetBSD: PLIST,v 1.17 2018/03/17 06:51:58 adam Exp $
 bin/pip${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -58,6 +58,139 @@
 ${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.py
 ${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.pyc
 ${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.pyo
+${PYSITELIB}/pip/_vendor/certifi/__init__.py
+${PYSITELIB}/pip/_vendor/certifi/__init__.pyc
+${PYSITELIB}/pip/_vendor/certifi/__init__.pyo
+${PYSITELIB}/pip/_vendor/certifi/__main__.py
+${PYSITELIB}/pip/_vendor/certifi/__main__.pyc
+${PYSITELIB}/pip/_vendor/certifi/__main__.pyo
+${PYSITELIB}/pip/_vendor/certifi/cacert.pem
+${PYSITELIB}/pip/_vendor/certifi/core.py
+${PYSITELIB}/pip/_vendor/certifi/core.pyc
+${PYSITELIB}/pip/_vendor/certifi/core.pyo
+${PYSITELIB}/pip/_vendor/chardet/__init__.py
+${PYSITELIB}/pip/_vendor/chardet/__init__.pyc
+${PYSITELIB}/pip/_vendor/chardet/__init__.pyo
+${PYSITELIB}/pip/_vendor/chardet/big5freq.py
+${PYSITELIB}/pip/_vendor/chardet/big5freq.pyc
+${PYSITELIB}/pip/_vendor/chardet/big5freq.pyo
+${PYSITELIB}/pip/_vendor/chardet/big5prober.py
+${PYSITELIB}/pip/_vendor/chardet/big5prober.pyc
+${PYSITELIB}/pip/_vendor/chardet/big5prober.pyo
+${PYSITELIB}/pip/_vendor/chardet/chardistribution.py
+${PYSITELIB}/pip/_vendor/chardet/chardistribution.pyc
+${PYSITELIB}/pip/_vendor/chardet/chardistribution.pyo
+${PYSITELIB}/pip/_vendor/chardet/charsetgroupprober.py
+${PYSITELIB}/pip/_vendor/chardet/charsetgroupprober.pyc
+${PYSITELIB}/pip/_vendor/chardet/charsetgroupprober.pyo
+${PYSITELIB}/pip/_vendor/chardet/charsetprober.py
+${PYSITELIB}/pip/_vendor/chardet/charsetprober.pyc
+${PYSITELIB}/pip/_vendor/chardet/charsetprober.pyo
+${PYSITELIB}/pip/_vendor/chardet/cli/__init__.py
+${PYSITELIB}/pip/_vendor/chardet/cli/__init__.pyc
+${PYSITELIB}/pip/_vendor/chardet/cli/__init__.pyo
+${PYSITELIB}/pip/_vendor/chardet/cli/chardetect.py
+${PYSITELIB}/pip/_vendor/chardet/cli/chardetect.pyc
+${PYSITELIB}/pip/_vendor/chardet/cli/chardetect.pyo
+${PYSITELIB}/pip/_vendor/chardet/codingstatemachine.py
+${PYSITELIB}/pip/_vendor/chardet/codingstatemachine.pyc
+${PYSITELIB}/pip/_vendor/chardet/codingstatemachine.pyo
+${PYSITELIB}/pip/_vendor/chardet/compat.py
+${PYSITELIB}/pip/_vendor/chardet/compat.pyc
+${PYSITELIB}/pip/_vendor/chardet/compat.pyo
+${PYSITELIB}/pip/_vendor/chardet/cp949prober.py
+${PYSITELIB}/pip/_vendor/chardet/cp949prober.pyc
+${PYSITELIB}/pip/_vendor/chardet/cp949prober.pyo
+${PYSITELIB}/pip/_vendor/chardet/enums.py
+${PYSITELIB}/pip/_vendor/chardet/enums.pyc
+${PYSITELIB}/pip/_vendor/chardet/enums.pyo
+${PYSITELIB}/pip/_vendor/chardet/escprober.py
+${PYSITELIB}/pip/_vendor/chardet/escprober.pyc
+${PYSITELIB}/pip/_vendor/chardet/escprober.pyo
+${PYSITELIB}/pip/_vendor/chardet/escsm.py
+${PYSITELIB}/pip/_vendor/chardet/escsm.pyc
+${PYSITELIB}/pip/_vendor/chardet/escsm.pyo
+${PYSITELIB}/pip/_vendor/chardet/eucjpprober.py
+${PYSITELIB}/pip/_vendor/chardet/eucjpprober.pyc
+${PYSITELIB}/pip/_vendor/chardet/eucjpprober.pyo
+${PYSITELIB}/pip/_vendor/chardet/euckrfreq.py
+${PYSITELIB}/pip/_vendor/chardet/euckrfreq.pyc
+${PYSITELIB}/pip/_vendor/chardet/euckrfreq.pyo
+${PYSITELIB}/pip/_vendor/chardet/euckrprober.py
+${PYSITELIB}/pip/_vendor/chardet/euckrprober.pyc
+${PYSITELIB}/pip/_vendor/chardet/euckrprober.pyo
+${PYSITELIB}/pip/_vendor/chardet/euctwfreq.py
+${PYSITELIB}/pip/_vendor/chardet/euctwfreq.pyc
+${PYSITELIB}/pip/_vendor/chardet/euctwfreq.pyo
+${PYSITELIB}/pip/_vendor/chardet/euctwprober.py
+${PYSITELIB}/pip/_vendor/chardet/euctwprober.pyc
+${PYSITELIB}/pip/_vendor/chardet/euctwprober.pyo
+${PYSITELIB}/pip/_vendor/chardet/gb2312freq.py
+${PYSITELIB}/pip/_vendor/chardet/gb2312freq.pyc
+${PYSITELIB}/pip/_vendor/chardet/gb2312freq.pyo
+${PYSITELIB}/pip/_vendor/chardet/gb2312prober.py
+${PYSITELIB}/pip/_vendor/chardet/gb2312prober.pyc
+${PYSITELIB}/pip/_vendor/chardet/gb2312prober.pyo
+${PYSITELIB}/pip/_vendor/chardet/hebrewprober.py
+${PYSITELIB}/pip/_vendor/chardet/hebrewprober.pyc
+${PYSITELIB}/pip/_vendor/chardet/hebrewprober.pyo
+${PYSITELIB}/pip/_vendor/chardet/jisfreq.py
+${PYSITELIB}/pip/_vendor/chardet/jisfreq.pyc
+${PYSITELIB}/pip/_vendor/chardet/jisfreq.pyo
+${PYSITELIB}/pip/_vendor/chardet/jpcntx.py
+${PYSITELIB}/pip/_vendor/chardet/jpcntx.pyc
+${PYSITELIB}/pip/_vendor/chardet/jpcntx.pyo
+${PYSITELIB}/pip/_vendor/chardet/langbulgarianmodel.py
+${PYSITELIB}/pip/_vendor/chardet/langbulgarianmodel.pyc
+${PYSITELIB}/pip/_vendor/chardet/langbulgarianmodel.pyo
+${PYSITELIB}/pip/_vendor/chardet/langcyrillicmodel.py
+${PYSITELIB}/pip/_vendor/chardet/langcyrillicmodel.pyc
+${PYSITELIB}/pip/_vendor/chardet/langcyrillicmodel.pyo
+${PYSITELIB}/pip/_vendor/chardet/langgreekmodel.py
+${PYSITELIB}/pip/_vendor/chardet/langgreekmodel.pyc
+${PYSITELIB}/pip/_vendor/chardet/langgreekmodel.pyo
+${PYSITELIB}/pip/_vendor/chardet/langhebrewmodel.py
+${PYSITELIB}/pip/_vendor/chardet/langhebrewmodel.pyc
+${PYSITELIB}/pip/_vendor/chardet/langhebrewmodel.pyo
+${PYSITELIB}/pip/_vendor/chardet/langhungarianmodel.py
+${PYSITELIB}/pip/_vendor/chardet/langhungarianmodel.pyc
+${PYSITELIB}/pip/_vendor/chardet/langhungarianmodel.pyo
+${PYSITELIB}/pip/_vendor/chardet/langthaimodel.py
+${PYSITELIB}/pip/_vendor/chardet/langthaimodel.pyc
+${PYSITELIB}/pip/_vendor/chardet/langthaimodel.pyo
+${PYSITELIB}/pip/_vendor/chardet/langturkishmodel.py
+${PYSITELIB}/pip/_vendor/chardet/langturkishmodel.pyc
+${PYSITELIB}/pip/_vendor/chardet/langturkishmodel.pyo
+${PYSITELIB}/pip/_vendor/chardet/latin1prober.py
+${PYSITELIB}/pip/_vendor/chardet/latin1prober.pyc
+${PYSITELIB}/pip/_vendor/chardet/latin1prober.pyo
+${PYSITELIB}/pip/_vendor/chardet/mbcharsetprober.py
+${PYSITELIB}/pip/_vendor/chardet/mbcharsetprober.pyc
+${PYSITELIB}/pip/_vendor/chardet/mbcharsetprober.pyo
+${PYSITELIB}/pip/_vendor/chardet/mbcsgroupprober.py
+${PYSITELIB}/pip/_vendor/chardet/mbcsgroupprober.pyc
+${PYSITELIB}/pip/_vendor/chardet/mbcsgroupprober.pyo
+${PYSITELIB}/pip/_vendor/chardet/mbcssm.py
+${PYSITELIB}/pip/_vendor/chardet/mbcssm.pyc
+${PYSITELIB}/pip/_vendor/chardet/mbcssm.pyo
+${PYSITELIB}/pip/_vendor/chardet/sbcharsetprober.py
+${PYSITELIB}/pip/_vendor/chardet/sbcharsetprober.pyc
+${PYSITELIB}/pip/_vendor/chardet/sbcharsetprober.pyo
+${PYSITELIB}/pip/_vendor/chardet/sbcsgroupprober.py
+${PYSITELIB}/pip/_vendor/chardet/sbcsgroupprober.pyc
+${PYSITELIB}/pip/_vendor/chardet/sbcsgroupprober.pyo
+${PYSITELIB}/pip/_vendor/chardet/sjisprober.py
+${PYSITELIB}/pip/_vendor/chardet/sjisprober.pyc
+${PYSITELIB}/pip/_vendor/chardet/sjisprober.pyo
+${PYSITELIB}/pip/_vendor/chardet/universaldetector.py
+${PYSITELIB}/pip/_vendor/chardet/universaldetector.pyc
+${PYSITELIB}/pip/_vendor/chardet/universaldetector.pyo
+${PYSITELIB}/pip/_vendor/chardet/utf8prober.py
+${PYSITELIB}/pip/_vendor/chardet/utf8prober.pyc
+${PYSITELIB}/pip/_vendor/chardet/utf8prober.pyo
+${PYSITELIB}/pip/_vendor/chardet/version.py
+${PYSITELIB}/pip/_vendor/chardet/version.pyc
+${PYSITELIB}/pip/_vendor/chardet/version.pyo
 ${PYSITELIB}/pip/_vendor/colorama/__init__.py
 ${PYSITELIB}/pip/_vendor/colorama/__init__.pyc
 ${PYSITELIB}/pip/_vendor/colorama/__init__.pyo
@@ -240,6 +373,30 @@
 ${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshi.py
 ${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshi.pyc
 ${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshi.pyo
+${PYSITELIB}/pip/_vendor/idna/__init__.py
+${PYSITELIB}/pip/_vendor/idna/__init__.pyc
+${PYSITELIB}/pip/_vendor/idna/__init__.pyo
+${PYSITELIB}/pip/_vendor/idna/codec.py
+${PYSITELIB}/pip/_vendor/idna/codec.pyc
+${PYSITELIB}/pip/_vendor/idna/codec.pyo
+${PYSITELIB}/pip/_vendor/idna/compat.py
+${PYSITELIB}/pip/_vendor/idna/compat.pyc
+${PYSITELIB}/pip/_vendor/idna/compat.pyo
+${PYSITELIB}/pip/_vendor/idna/core.py
+${PYSITELIB}/pip/_vendor/idna/core.pyc
+${PYSITELIB}/pip/_vendor/idna/core.pyo
+${PYSITELIB}/pip/_vendor/idna/idnadata.py
+${PYSITELIB}/pip/_vendor/idna/idnadata.pyc
+${PYSITELIB}/pip/_vendor/idna/idnadata.pyo
+${PYSITELIB}/pip/_vendor/idna/intranges.py
+${PYSITELIB}/pip/_vendor/idna/intranges.pyc
+${PYSITELIB}/pip/_vendor/idna/intranges.pyo
+${PYSITELIB}/pip/_vendor/idna/package_data.py
+${PYSITELIB}/pip/_vendor/idna/package_data.pyc
+${PYSITELIB}/pip/_vendor/idna/package_data.pyo
+${PYSITELIB}/pip/_vendor/idna/uts46data.py
+${PYSITELIB}/pip/_vendor/idna/uts46data.pyc
+${PYSITELIB}/pip/_vendor/idna/uts46data.pyo
 ${PYSITELIB}/pip/_vendor/ipaddress.py
 ${PYSITELIB}/pip/_vendor/ipaddress.pyc
 ${PYSITELIB}/pip/_vendor/ipaddress.pyo
@@ -318,6 +475,12 @@
 ${PYSITELIB}/pip/_vendor/requests/__init__.py
 ${PYSITELIB}/pip/_vendor/requests/__init__.pyc
 ${PYSITELIB}/pip/_vendor/requests/__init__.pyo
+${PYSITELIB}/pip/_vendor/requests/__version__.py
+${PYSITELIB}/pip/_vendor/requests/__version__.pyc
+${PYSITELIB}/pip/_vendor/requests/__version__.pyo
+${PYSITELIB}/pip/_vendor/requests/_internal_utils.py
+${PYSITELIB}/pip/_vendor/requests/_internal_utils.pyc
+${PYSITELIB}/pip/_vendor/requests/_internal_utils.pyo
 ${PYSITELIB}/pip/_vendor/requests/adapters.py
 ${PYSITELIB}/pip/_vendor/requests/adapters.pyc
 ${PYSITELIB}/pip/_vendor/requests/adapters.pyo
@@ -340,213 +503,18 @@
 ${PYSITELIB}/pip/_vendor/requests/exceptions.py
 ${PYSITELIB}/pip/_vendor/requests/exceptions.pyc
 ${PYSITELIB}/pip/_vendor/requests/exceptions.pyo
+${PYSITELIB}/pip/_vendor/requests/help.py
+${PYSITELIB}/pip/_vendor/requests/help.pyc
+${PYSITELIB}/pip/_vendor/requests/help.pyo
 ${PYSITELIB}/pip/_vendor/requests/hooks.py
 ${PYSITELIB}/pip/_vendor/requests/hooks.pyc
 ${PYSITELIB}/pip/_vendor/requests/hooks.pyo
 ${PYSITELIB}/pip/_vendor/requests/models.py
 ${PYSITELIB}/pip/_vendor/requests/models.pyc
 ${PYSITELIB}/pip/_vendor/requests/models.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/__init__.py
-${PYSITELIB}/pip/_vendor/requests/packages/__init__.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/__init__.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/__init__.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/__init__.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/__init__.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5freq.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5freq.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5freq.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5prober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5prober.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5prober.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardetect.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardetect.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardetect.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardistribution.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardistribution.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardistribution.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetgroupprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetgroupprober.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetgroupprober.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetprober.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetprober.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/codingstatemachine.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/codingstatemachine.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/codingstatemachine.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/compat.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/compat.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/compat.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/constants.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/constants.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/constants.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/cp949prober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/cp949prober.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/cp949prober.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/escprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/escprober.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/escprober.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/escsm.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/escsm.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/escsm.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/eucjpprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/eucjpprober.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/eucjpprober.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrfreq.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrfreq.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrfreq.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrprober.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrprober.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwfreq.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwfreq.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwfreq.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwprober.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwprober.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312freq.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312freq.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312freq.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312prober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312prober.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312prober.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/hebrewprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/hebrewprober.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/hebrewprober.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/jisfreq.py



Home | Main Index | Thread Index | Old Index