Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2026 14:22:36 +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: 46cbcb974bd4 - main - security/py-google-auth-oauthlib: Allow build with py-google-auth 2.46.0+
Message-ID:  <697e102c.31436.184e4d36@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=46cbcb974bd4394d329de1dfb83a398b8fd4f8a1

commit 46cbcb974bd4394d329de1dfb83a398b8fd4f8a1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-31 13:36:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-31 14:15:26 +0000

    security/py-google-auth-oauthlib: Allow build with py-google-auth 2.46.0+
    
    - Bump PORTREVISION for package change
    
    Obtained from:  https://github.com/googleapis/google-auth-library-python-oauthlib/commit/088a597cfa50c90d11e9a6993f2115a0eded3422
---
 security/py-google-auth-oauthlib/Makefile | 6 +++++-
 security/py-google-auth-oauthlib/distinfo | 4 +++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/security/py-google-auth-oauthlib/Makefile b/security/py-google-auth-oauthlib/Makefile
index b107a23888bd..fa301fdfcb46 100644
--- a/security/py-google-auth-oauthlib/Makefile
+++ b/security/py-google-auth-oauthlib/Makefile
@@ -1,10 +1,14 @@
 PORTNAME=	google-auth-oauthlib
 PORTVERSION=	1.2.3
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	google_auth_oauthlib-${PORTVERSION}
 
+PATCH_SITES=	https://github.com/googleapis/google-auth-library-python-oauthlib/commit/
+PATCHFILES=	088a597cfa50c90d11e9a6993f2115a0eded3422.patch:-p1
+
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Google Authentication Library
 WWW=		https://github.com/googleapis/google-auth-library-python-oauthlib
@@ -14,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-auth>=2.15.0<2.42.0:security/py-google-auth@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-auth>=2.15.0<3.0.0:security/py-google-auth@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:www/py-requests-oauthlib@${PY_FLAVOR}
 
 USES=		python
diff --git a/security/py-google-auth-oauthlib/distinfo b/security/py-google-auth-oauthlib/distinfo
index 83715500ae05..45a5662ca64b 100644
--- a/security/py-google-auth-oauthlib/distinfo
+++ b/security/py-google-auth-oauthlib/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1762586874
+TIMESTAMP = 1768625741
 SHA256 (google_auth_oauthlib-1.2.3.tar.gz) = eb09e450d3cc789ecbc2b3529cb94a713673fd5f7a22c718ad91cf75aedc2ea4
 SIZE (google_auth_oauthlib-1.2.3.tar.gz) = 21265
+SHA256 (088a597cfa50c90d11e9a6993f2115a0eded3422.patch) = dfe15ff865cad526ef680cf08b982423e92c134f290a678893c96ea7894fb2a0
+SIZE (088a597cfa50c90d11e9a6993f2115a0eded3422.patch) = 1438


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e102c.31436.184e4d36>