diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-04-23 03:36:54 +0800 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-04-23 03:36:54 +0800 |
commit | 03a59201905fd6eac34d96cb163f589ac9ce4eb1 (patch) | |
tree | aaeed3505521e3f5882cfef52602bd90a97fee1c /net | |
parent | 5e0ad7e3bc19e2639339eaf20adf334548c600e5 (diff) | |
download | freebsd-ports-gnome-03a59201905fd6eac34d96cb163f589ac9ce4eb1.tar.gz freebsd-ports-gnome-03a59201905fd6eac34d96cb163f589ac9ce4eb1.tar.zst freebsd-ports-gnome-03a59201905fd6eac34d96cb163f589ac9ce4eb1.zip |
Update to 1.10.3
Changelog: https://github.com/shazow/urllib3/blob/master/CHANGES.rst#1103-2015-04-21
Diffstat (limited to 'net')
-rw-r--r-- | net/py-urllib3/Makefile | 7 | ||||
-rw-r--r-- | net/py-urllib3/distinfo | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/net/py-urllib3/Makefile b/net/py-urllib3/Makefile index c0f06f26d2e6..886c20d16f50 100644 --- a/net/py-urllib3/Makefile +++ b/net/py-urllib3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= urllib3 -PORTVERSION= 1.10.2 +PORTVERSION= 1.10.3 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,10 +20,7 @@ USE_PYTHON= distutils autoplist # ndg_httpclient is only available for Python 2 .if ${PYTHON_REL} < 300 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.3.2:${PORTSDIR}/net/py-ndg_httpsclient -PLIST_SUB+= SSL="" -.else -PLIST_SUB+= SSL="@comment " +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.3.3:${PORTSDIR}/net/py-ndg_httpsclient .endif post-extract: diff --git a/net/py-urllib3/distinfo b/net/py-urllib3/distinfo index 20520e57c484..2431d8fdae91 100644 --- a/net/py-urllib3/distinfo +++ b/net/py-urllib3/distinfo @@ -1,2 +1,2 @@ -SHA256 (urllib3-1.10.2.tar.gz) = 5bfd0ee2bd559fc22e8f1273934aca77050de19ba0e77f2447cbb0dd44f06a16 -SIZE (urllib3-1.10.2.tar.gz) = 132217 +SHA256 (urllib3-1.10.3.tar.gz) = ce1bb9a3f103610a062ace3ae6e56ebf2fa0fbeb5c395d601c64d8a7e6df180b +SIZE (urllib3-1.10.3.tar.gz) = 136894 |