Date: Sat, 30 Sep 2023 00:49:12 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: 712ead7ead69 - main - security/py-google-auth: Update to 2.23.2 Message-ID: <202309300049.38U0nCkY008041@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=712ead7ead69382c1b4e2da0cbc5f732fc1a438e commit 712ead7ead69382c1b4e2da0cbc5f732fc1a438e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-30 00:22:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-30 00:44:38 +0000 security/py-google-auth: Update to 2.23.2 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, 5 insertions(+), 6 deletions(-) diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile index 914c73008cde..fcfc19032651 100644 --- a/security/py-google-auth/Makefile +++ b/security/py-google-auth/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-auth -PORTVERSION= 2.23.0 +PORTVERSION= 2.23.2 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,7 @@ 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}urllib3>=0,1<2.0,1:net/py-urllib3@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<5:security/py-rsa@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo index 7ec1926baab8..741801f00541 100644 --- a/security/py-google-auth/distinfo +++ b/security/py-google-auth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695143361 -SHA256 (google-auth-2.23.0.tar.gz) = 753a26312e6f1eaeec20bc6f2644a10926697da93446e1f8e24d6d32d45a922a -SIZE (google-auth-2.23.0.tar.gz) = 231512 +TIMESTAMP = 1696001394 +SHA256 (google-auth-2.23.2.tar.gz) = 5a9af4be520ba33651471a0264eead312521566f44631cbb621164bc30c8fd40 +SIZE (google-auth-2.23.2.tar.gz) = 232207
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309300049.38U0nCkY008041>