svn commit: r544425 - head/security/py-google-auth

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 8 10:20:43 UTC 2020


Author: sunpoet
Date: Sat Aug  8 10:20:38 2020
New Revision: 544425
URL: https://svnweb.freebsd.org/changeset/ports/544425

Log:
  Update to 1.20.0
  
  Changes:	https://github.com/googleapis/google-auth-library-python/releases
  		https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md

Modified:
  head/security/py-google-auth/Makefile
  head/security/py-google-auth/distinfo
  head/security/py-google-auth/pkg-descr

Modified: head/security/py-google-auth/Makefile
==============================================================================
--- head/security/py-google-auth/Makefile	Sat Aug  8 10:20:33 2020	(r544424)
+++ head/security/py-google-auth/Makefile	Sat Aug  8 10:20:38 2020	(r544425)
@@ -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}

Modified: head/security/py-google-auth/distinfo
==============================================================================
--- head/security/py-google-auth/distinfo	Sat Aug  8 10:20:33 2020	(r544424)
+++ head/security/py-google-auth/distinfo	Sat Aug  8 10:20:38 2020	(r544425)
@@ -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

Modified: head/security/py-google-auth/pkg-descr
==============================================================================
--- head/security/py-google-auth/pkg-descr	Sat Aug  8 10:20:33 2020	(r544424)
+++ head/security/py-google-auth/pkg-descr	Sat Aug  8 10:20:38 2020	(r544425)
@@ -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


More information about the svn-ports-head mailing list