Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 04:28:13 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5c770d19739a - main - security/py-google-auth: Update to 2.18.0
Message-ID:  <202305270428.34R4SDlH026696@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c770d19739a6d341eff0b95a8608903717b65ab

commit 5c770d19739a6d341eff0b95a8608903717b65ab
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:10:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:10:16 +0000

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

diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile
index 70383876dd3f..ef7476b4f489 100644
--- a/security/py-google-auth/Makefile
+++ b/security/py-google-auth/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	google-auth
-PORTVERSION=	2.17.3
+PORTVERSION=	2.18.0
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0<6.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}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}urllib3>=0,1<2.0,1:net/py-urllib3@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo
index 75e3b50f58ef..987cd7003a88 100644
--- a/security/py-google-auth/distinfo
+++ b/security/py-google-auth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681843894
-SHA256 (google-auth-2.17.3.tar.gz) = ce311e2bc58b130fddf316df57c9b3943c2a7b4f6ec31de9663a9333e4064efc
-SIZE (google-auth-2.17.3.tar.gz) = 222865
+TIMESTAMP = 1684104542
+SHA256 (google-auth-2.18.0.tar.gz) = c66b488a8b005b23ccb97b1198b6cece516c91869091ac5b7c267422db2733c7
+SIZE (google-auth-2.18.0.tar.gz) = 224653



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