Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2020 11:28:03 +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: r554246 - head/security/py-google-auth
Message-ID:  <202011061128.0A6BS3YC097800@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov  6 11:28:02 2020
New Revision: 554246
URL: https://svnweb.freebsd.org/changeset/ports/554246

Log:
  Update to 1.22.1
  
  - Add AIOHTTP option
  
  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	Fri Nov  6 11:27:57 2020	(r554245)
+++ head/security/py-google-auth/Makefile	Fri Nov  6 11:28:02 2020	(r554246)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-auth
-PORTVERSION=	1.22.0
+PORTVERSION=	1.22.1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,6 +21,10 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	AIOHTTP
+OPTIONS_DEFAULT=AIOHTTP
+AIOHTTP_DESC=	Use aiohttp
+
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 3500
@@ -31,7 +35,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0
 		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<5:security/py-rsa@${PY_FLAVOR}
 .endif
 
-.if ${PYTHON_REL} >= 3500
+.if ${PORT_OPTIONS:MAIOHTTP} && ${PYTHON_REL} >= 3600
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}aiohttp>=3.6.2<4.0.0:www/py-aiohttp@${PY_FLAVOR}
 .endif
 

Modified: head/security/py-google-auth/distinfo
==============================================================================
--- head/security/py-google-auth/distinfo	Fri Nov  6 11:27:57 2020	(r554245)
+++ head/security/py-google-auth/distinfo	Fri Nov  6 11:28:02 2020	(r554246)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601485446
-SHA256 (google-auth-1.22.0.tar.gz) = a73e6fb6d232ed1293ef9a5301e6f8aada7880d19c65d7f63e130dc50ec05593
-SIZE (google-auth-1.22.0.tar.gz) = 119967
+TIMESTAMP = 1604480752
+SHA256 (google-auth-1.22.1.tar.gz) = 9c0f71789438d703f77b94aad4ea545afaec9a65f10e6cc1bc8b89ce242244bb
+SIZE (google-auth-1.22.1.tar.gz) = 120038



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