diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-13 17:36:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-13 17:36:12 +0800 |
commit | 14fd0045c51fbc06480b02fc218575cfbdd430c7 (patch) | |
tree | 7eb1d8fdc70665e2f3d029bba870fdacec729f07 /security | |
parent | e7f61f61ac3b27e34821d6efb2e6256992505d0f (diff) | |
download | freebsd-ports-gnome-14fd0045c51fbc06480b02fc218575cfbdd430c7.tar.gz freebsd-ports-gnome-14fd0045c51fbc06480b02fc218575cfbdd430c7.tar.zst freebsd-ports-gnome-14fd0045c51fbc06480b02fc218575cfbdd430c7.zip |
Update to 1.1.0
- Allow concurrent installation (USE_PYTHON=concurrent)
Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst
Diffstat (limited to 'security')
-rw-r--r-- | security/py-google-auth/Makefile | 4 | ||||
-rw-r--r-- | security/py-google-auth/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile index 0290e95cdf86..f43a441464cc 100644 --- a/security/py-google-auth/Makefile +++ b/security/py-google-auth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-auth -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0:devel/py-cachetools \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six NO_ARCH= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python .include <bsd.port.mk> diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo index db0ed2f523dd..310a8e95c81e 100644 --- a/security/py-google-auth/distinfo +++ b/security/py-google-auth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501694364 -SHA256 (google-auth-1.0.2.tar.gz) = bd9f242370496f71fd307d50f66974e36b28f10bfd3437421689ba54d8c6c980 -SIZE (google-auth-1.0.2.tar.gz) = 276353 +TIMESTAMP = 1505293192 +SHA256 (google-auth-1.1.0.tar.gz) = 3aca3b909477a60efc1150ead3a42ff6734365f24d121d258924fdce467f17c5 +SIZE (google-auth-1.1.0.tar.gz) = 290602 |