aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-18 05:06:36 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-18 05:44:08 +0000
commit29b7311ef829c21806f4169288e0a1624be4d3b3 (patch)
tree13221c1b209b0ef997ccbe14f7d62617feb4b546 /security
parentfa5bcbf32a25ce4618a2e1402992de5d74a3f290 (diff)
downloadports-29b7311ef829c21806f4169288e0a1624be4d3b3.tar.gz
ports-29b7311ef829c21806f4169288e0a1624be4d3b3.zip
security/py-google-auth-httplib2: Update to 0.1.0
Diffstat (limited to 'security')
-rw-r--r--security/py-google-auth-httplib2/Makefile4
-rw-r--r--security/py-google-auth-httplib2/distinfo6
-rw-r--r--security/py-google-auth-httplib2/pkg-descr2
3 files changed, 6 insertions, 6 deletions
diff --git a/security/py-google-auth-httplib2/Makefile b/security/py-google-auth-httplib2/Makefile
index 7286600b4878..feeadd6ef701 100644
--- a/security/py-google-auth-httplib2/Makefile
+++ b/security/py-google-auth-httplib2/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= google-auth-httplib2
-PORTVERSION= 0.0.4
+PORTVERSION= 0.1.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=0:security/py-google-auth@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}httplib2>=0.15.0:www/py-httplib2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python:3.6+
diff --git a/security/py-google-auth-httplib2/distinfo b/security/py-google-auth-httplib2/distinfo
index d731a51158c4..0d34c9b2aedd 100644
--- a/security/py-google-auth-httplib2/distinfo
+++ b/security/py-google-auth-httplib2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1594308046
-SHA256 (google-auth-httplib2-0.0.4.tar.gz) = 8d092cc60fb16517b12057ec0bba9185a96e3b7169d86ae12eae98e645b7bc39
-SIZE (google-auth-httplib2-0.0.4.tar.gz) = 10287
+TIMESTAMP = 1618320264
+SHA256 (google-auth-httplib2-0.1.0.tar.gz) = a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac
+SIZE (google-auth-httplib2-0.1.0.tar.gz) = 10895
diff --git a/security/py-google-auth-httplib2/pkg-descr b/security/py-google-auth-httplib2/pkg-descr
index 587ee3c54c19..3f114ab0ca45 100644
--- a/security/py-google-auth-httplib2/pkg-descr
+++ b/security/py-google-auth-httplib2/pkg-descr
@@ -1,3 +1,3 @@
This library provides an httplib2 transport for google-auth.
-WWW: https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
+WWW: https://github.com/googleapis/google-auth-library-python-httplib2