Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 17:55:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553037 - head/security/py-google-auth
Message-ID:  <202010221755.09MHtBwL061270@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 22 17:55:11 2020
New Revision: 553037
URL: https://svnweb.freebsd.org/changeset/ports/553037

Log:
  Update to 1.22.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

Modified: head/security/py-google-auth/Makefile
==============================================================================
--- head/security/py-google-auth/Makefile	Thu Oct 22 17:55:06 2020	(r553036)
+++ head/security/py-google-auth/Makefile	Thu Oct 22 17:55:11 2020	(r553037)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-auth
-PORTVERSION=	1.21.3
+PORTVERSION=	1.22.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,6 +29,10 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}cachetools3>=2.0.
 .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}
+.endif
+
+.if ${PYTHON_REL} >= 3500
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}aiohttp>=3.6.2<4.0.0:www/py-aiohttp@${PY_FLAVOR}
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/security/py-google-auth/distinfo
==============================================================================
--- head/security/py-google-auth/distinfo	Thu Oct 22 17:55:06 2020	(r553036)
+++ head/security/py-google-auth/distinfo	Thu Oct 22 17:55:11 2020	(r553037)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601021642
-SHA256 (google-auth-1.21.3.tar.gz) = 31941bf019fb242c04d0de32845da10180788bfddb0de87d78c4bdf55555dda1
-SIZE (google-auth-1.21.3.tar.gz) = 109092
+TIMESTAMP = 1601485446
+SHA256 (google-auth-1.22.0.tar.gz) = a73e6fb6d232ed1293ef9a5301e6f8aada7880d19c65d7f63e130dc50ec05593
+SIZE (google-auth-1.22.0.tar.gz) = 119967



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010221755.09MHtBwL061270>