Date: Fri, 22 Sep 2023 03:24:52 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: 1f96eb45fe5f - main - security/py-google-auth: Update to 2.23.0 Message-ID: <202309220324.38M3OqNu093832@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=1f96eb45fe5f65a06ed744c68eca5df55fe57d70 commit 1f96eb45fe5f65a06ed744c68eca5df55fe57d70 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-22 03:19:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-22 03:19:12 +0000 security/py-google-auth: Update to 2.23.0 Changes: https://github.com/googleapis/google-auth-library-python/releases --- security/py-google-auth/Makefile | 3 +-- security/py-google-auth/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile index 5f198eeb9736..914c73008cde 100644 --- a/security/py-google-auth/Makefile +++ b/security/py-google-auth/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-auth -PORTVERSION= 2.22.0 +PORTVERSION= 2.23.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,6 @@ 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}urllib3>=0,1<2.0,1:net/py-urllib3@${PY_FLAVOR} USES= python diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo index 95905e170231..7ec1926baab8 100644 --- a/security/py-google-auth/distinfo +++ b/security/py-google-auth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689398905 -SHA256 (google-auth-2.22.0.tar.gz) = 164cba9af4e6e4e40c3a4f90a1a6c12ee56f14c0b4868d1ca91b32826ab334ce -SIZE (google-auth-2.22.0.tar.gz) = 231433 +TIMESTAMP = 1695143361 +SHA256 (google-auth-2.23.0.tar.gz) = 753a26312e6f1eaeec20bc6f2644a10926697da93446e1f8e24d6d32d45a922a +SIZE (google-auth-2.23.0.tar.gz) = 231512
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309220324.38M3OqNu093832>