Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2026 05:19:05 +0000
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: a0653085071d - main - security/py-google-auth: Update to 2.48.0
Message-ID:  <69818549.185e2.1e625a1c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit a0653085071dd7dfd4a3035f6aa916130bb20496
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-03 04:45:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-03 05:09:54 +0000

    security/py-google-auth: Update to 2.48.0
    
    - Remove CRYPTOGRAPHY_BASE option
    - Update option descriptions
    
    Changes:        https://github.com/googleapis/google-auth-library-python/releases
---
 security/py-google-auth/Makefile | 23 ++++++++++-------------
 security/py-google-auth/distinfo |  6 +++---
 2 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile
index c726d5bf1c85..328832d62a03 100644
--- a/security/py-google-auth/Makefile
+++ b/security/py-google-auth/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	google-auth
-PORTVERSION=	2.47.0
+PORTVERSION=	2.48.0
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,23 +18,20 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.1:devel/py-pyasn1-module
 		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<5:security/py-rsa@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent pep517
+USE_PYTHON=	autoplist concurrent cryptography pep517
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	AIOHTTP CRYPTOGRAPHY_BASE PYJWT REAUTH REQUESTS URLLIB3
-OPTIONS_DEFAULT=AIOHTTP CRYPTOGRAPHY_BASE PYJWT REQUESTS
-AIOHTTP_DESC=		aiohttp support
-AIOHTTP_IMPLIES=	REQUESTS
-CRYPTOGRAPHY_BASE_DESC=	Cryptography support
-PYJWT_DESC=		JWT token support
-PYJWT_IMPLIES=		CRYPTOGRAPHY_BASE
-REAUTH_DESC=		Reauth support
-REQUESTS_DESC=		Requests support
-URLLIB3_DESC=		Urllib3 support
+OPTIONS_DEFINE=	AIOHTTP PYJWT REAUTH REQUESTS URLLIB3
+OPTIONS_DEFAULT=AIOHTTP PYJWT REQUESTS
+AIOHTTP_DESC=	Asynchronous HTTP requests via aiohttp
+AIOHTTP_IMPLIES=REQUESTS
+PYJWT_DESC=	Create/verify JWT tokens
+REAUTH_DESC=	Authentication while refreshing credentials
+REQUESTS_DESC=	Transport adapter for requests
+URLLIB3_DESC=	Transport adapter for urllib3
 
 AIOHTTP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=3.6.2<4.0.0:www/py-aiohttp@${PY_FLAVOR}
-CRYPTOGRAPHY_BASE_USE=	PYTHON=cryptography
 PYJWT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0:www/py-pyjwt@${PY_FLAVOR}
 REAUTH_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyu2f>=0.1.5:net/py-pyu2f@${PY_FLAVOR}
 REQUESTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.20.0<3.0.0:www/py-requests@${PY_FLAVOR}
diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo
index 2033e054c43f..8b216186ec66 100644
--- a/security/py-google-auth/distinfo
+++ b/security/py-google-auth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1768625739
-SHA256 (google_auth-2.47.0.tar.gz) = 833229070a9dfee1a353ae9877dcd2dec069a8281a4e72e72f77d4a70ff945da
-SIZE (google_auth-2.47.0.tar.gz) = 323719
+TIMESTAMP = 1769874410
+SHA256 (google_auth-2.48.0.tar.gz) = 4f7e706b0cd3208a3d940a19a822c37a476ddba5450156c3e6624a71f7c841ce
+SIZE (google_auth-2.48.0.tar.gz) = 326522


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69818549.185e2.1e625a1c>