Date: Fri, 30 Dec 2022 09:12:37 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: 0f0c17f28c79 - main - security/py-google-auth: Update to 2.14.1 Message-ID: <202212300912.2BU9CbZP019038@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=0f0c17f28c79c957ef119602091c1b8d4e940dc5 commit 0f0c17f28c79c957ef119602091c1b8d4e940dc5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:45:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:06 +0000 security/py-google-auth: Update to 2.14.1 - Remove PYOPENSSL option Changes: https://github.com/googleapis/google-auth-library-python/releases --- security/py-google-auth/Makefile | 6 ++---- security/py-google-auth/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile index 57292fc7afb5..4f7863642714 100644 --- a/security/py-google-auth/Makefile +++ b/security/py-google-auth/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-auth -PORTVERSION= 2.12.0 +PORTVERSION= 2.14.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,15 +21,13 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -OPTIONS_DEFINE= AIOHTTP PYOPENSSL REAUTH +OPTIONS_DEFINE= AIOHTTP REAUTH OPTIONS_DEFAULT=AIOHTTP AIOHTTP_DESC= Use aiohttp -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<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} .include <bsd.port.mk> diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo index 0e06565136d7..2ef3eddb65b7 100644 --- a/security/py-google-auth/distinfo +++ b/security/py-google-auth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664767980 -SHA256 (google-auth-2.12.0.tar.gz) = f12d86502ce0f2c0174e2e70ecc8d36c69593817e67e1d9c5e34489120422e4b -SIZE (google-auth-2.12.0.tar.gz) = 209325 +TIMESTAMP = 1669057949 +SHA256 (google-auth-2.14.1.tar.gz) = ccaa901f31ad5cbb562615eb8b664b3dd0bf5404a67618e642307f00613eda4d +SIZE (google-auth-2.14.1.tar.gz) = 220079
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212300912.2BU9CbZP019038>