aboutsummaryrefslogtreecommitdiff
path: root/security/py-google-auth
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-08-08 10:20:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-08-08 10:20:38 +0000
commit6457d60241685c7edc959aa8b1251360e04313a4 (patch)
tree5e72787fdbcb1fff17e2a15de2f0e05059dba7b3 /security/py-google-auth
parenta7c4b490d7ab2fdae8257fabcecc42ccd5550357 (diff)
downloadports-6457d60241685c7edc959aa8b1251360e04313a4.tar.gz
ports-6457d60241685c7edc959aa8b1251360e04313a4.zip
Update to 1.20.0
Notes
Notes: svn path=/head/; revision=544425
Diffstat (limited to 'security/py-google-auth')
-rw-r--r--security/py-google-auth/Makefile4
-rw-r--r--security/py-google-auth/distinfo6
-rw-r--r--security/py-google-auth/pkg-descr1
3 files changed, 5 insertions, 6 deletions
diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile
index 2e01ef90504b..79b9ffdd744c 100644
--- a/security/py-google-auth/Makefile
+++ b/security/py-google-auth/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= google-auth
-PORTVERSION= 1.19.2
+PORTVERSION= 1.20.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -25,7 +25,7 @@ NO_ARCH= yes
.if ${PYTHON_REL} < 3500
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cachetools3>=2.0.0<5.0:devel/py-cachetools3@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<4.1:security/py-rsa@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<4.6:security/py-rsa@${PY_FLAVOR}
.else
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0<5.0:devel/py-cachetools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<5:security/py-rsa@${PY_FLAVOR}
diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo
index 62de8e8c4d53..0419075f618d 100644
--- a/security/py-google-auth/distinfo
+++ b/security/py-google-auth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595416623
-SHA256 (google-auth-1.19.2.tar.gz) = f404448f3d3c91944b1d907427d4a0c48f465898e9dbacf1bdebf95c5fe03273
-SIZE (google-auth-1.19.2.tar.gz) = 107039
+TIMESTAMP = 1596280122
+SHA256 (google-auth-1.20.0.tar.gz) = c6e9735a2ee829a75b546702e460489db5cc35567a27fabd70b7c459f11efd58
+SIZE (google-auth-1.20.0.tar.gz) = 107340
diff --git a/security/py-google-auth/pkg-descr b/security/py-google-auth/pkg-descr
index 455613fb021f..28bce150d647 100644
--- a/security/py-google-auth/pkg-descr
+++ b/security/py-google-auth/pkg-descr
@@ -9,5 +9,4 @@ also provides integration with several HTTP libraries.
- Support for Google App Engine standard credentials.
- Support for various transports, including Requests, urllib3, and gRPC.
-WWW: https://pypi.org/project/google-auth/
WWW: https://github.com/googleapis/google-auth-library-python