git: 9145f9db7843 - main - security/py-google-auth: Update to 2.1.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 21 22:25:46 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9145f9db784305a2a881646d1c1ea7fe42403e82

commit 9145f9db784305a2a881646d1c1ea7fe42403e82
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 22:15:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 22:23:39 +0000

    security/py-google-auth: Update to 2.1.0
    
    Changes:        https://github.com/googleapis/google-auth-library-python/releases
---
 security/py-google-auth/Makefile | 7 +++----
 security/py-google-auth/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile
index b33c42fdcb21..2dce7f10e85a 100644
--- a/security/py-google-auth/Makefile
+++ b/security/py-google-auth/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 
 PORTNAME=	google-auth
-PORTVERSION=	1.35.0
+PORTVERSION=	2.1.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0<5.0:devel/py-cachetools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.1:devel/py-pyasn1-modules@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<5:security/py-rsa@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<5:security/py-rsa@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
@@ -29,7 +28,7 @@ PYOPENSSL_DESC=	OpenSSL support
 REAUTH_DESC=	Reauth support
 
 AIOHTTP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=3.6.2<4.0.0:www/py-aiohttp@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR}
+			${PYTHON_PKGNAMEPREFIX}requests>=2.20.0<3.0.0:www/py-requests@${PY_FLAVOR}
 PYOPENSSL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=20.0.0:security/py-openssl@${PY_FLAVOR}
 REAUTH_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyu2f>=0.1.5:net/py-pyu2f@${PY_FLAVOR}
 
diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo
index 5876fadd7f97..dd42ebe4c2f8 100644
--- a/security/py-google-auth/distinfo
+++ b/security/py-google-auth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632037230
-SHA256 (google-auth-1.35.0.tar.gz) = b7033be9028c188ee30200b204ea00ed82ea1162e8ac1df4aa6ded19a191d88e
-SIZE (google-auth-1.35.0.tar.gz) = 181504
+TIMESTAMP = 1632227572
+SHA256 (google-auth-2.1.0.tar.gz) = 7ae5eda089d393ca01658b550df24913cbbbdd34e9e6dedc1cea747485ae0c04
+SIZE (google-auth-2.1.0.tar.gz) = 181817


More information about the dev-commits-ports-main mailing list