diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-22 03:19:12 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-22 03:19:12 +0000 |
commit | 1f96eb45fe5f65a06ed744c68eca5df55fe57d70 (patch) | |
tree | 77de431a501f60b8f86714f03dd4118c965facf1 /security/py-google-auth | |
parent | 2190619f7eccd7b8852d225918a5453c3edc7853 (diff) | |
download | ports-1f96eb45fe5f65a06ed744c68eca5df55fe57d70.tar.gz ports-1f96eb45fe5f65a06ed744c68eca5df55fe57d70.zip |
security/py-google-auth: Update to 2.23.0
Diffstat (limited to 'security/py-google-auth')
-rw-r--r-- | security/py-google-auth/Makefile | 3 | ||||
-rw-r--r-- | 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 |