Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 May 2026 21:38:46 +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: 7a9dd5803ce4 - main - security/py-social-auth-core: Allow build with py-google-auth 2.50.0+
Message-ID:  <69f66ee6.18efc.30d1862b@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=7a9dd5803ce492907ba78c422ac5145d462dc0ed

commit 7a9dd5803ce492907ba78c422ac5145d462dc0ed
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-02 21:28:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-02 21:28:46 +0000

    security/py-social-auth-core: Allow build with py-google-auth 2.50.0+
    
    - Bump PORTREVISION for package change
    
    Obtained from:  https://github.com/python-social-auth/social-core/commit/57105742439f046270c9dc404020620a5d4d7cdd
    Approved by:    portmgr (blanket)
---
 security/py-social-auth-core/Makefile | 7 ++++---
 security/py-social-auth-core/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/security/py-social-auth-core/Makefile b/security/py-social-auth-core/Makefile
index 11c949007a1d..e6d3aa3f5db2 100644
--- a/security/py-social-auth-core/Makefile
+++ b/security/py-social-auth-core/Makefile
@@ -1,13 +1,14 @@
 PORTNAME=	social-auth-core
 DISTVERSION=	4.8.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	social_auth_core-${DISTVERSION}
 
 PATCH_SITES=	https://github.com/python-social-auth/social-core/commit/
-PATCHFILES=	44f15058c0b030b4f6212033f7db275739c86078.patch:-p1
+PATCHFILES=	44f15058c0b030b4f6212033f7db275739c86078.patch:-p1 \
+		57105742439f046270c9dc404020620a5d4d7cdd.patch:-p1
 
 MAINTAINER=	ultima@FreeBSD.org
 COMMENT=	Social authentication/registration mechanism for several frameworks
@@ -42,7 +43,7 @@ OPTIONS_DEFAULT=	GOOGLE-ONETAP SAML
 GOOGLE-ONETAP_DESC=	Google One Tap support
 SAML_DESC?=	SAML Support
 
-GOOGLE-ONETAP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-auth>=2.40.0<2.50:security/py-google-auth@${PY_FLAVOR}
+GOOGLE-ONETAP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-auth>=2.40.0<2.51:security/py-google-auth@${PY_FLAVOR}
 SAML_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python3-saml>=1.16.0:security/py-python3-saml@${PY_FLAVOR}
 
 .include <bsd.port.mk>
diff --git a/security/py-social-auth-core/distinfo b/security/py-social-auth-core/distinfo
index 5c510ff99dc9..663755321b8e 100644
--- a/security/py-social-auth-core/distinfo
+++ b/security/py-social-auth-core/distinfo
@@ -1,5 +1,7 @@
-TIMESTAMP = 1773967236
+TIMESTAMP = 1777722919
 SHA256 (social_auth_core-4.8.5.tar.gz) = fd10d44bff681a128d127f665f203c496658d5bbfc993ad1b5bbaed589eab573
 SIZE (social_auth_core-4.8.5.tar.gz) = 244501
 SHA256 (44f15058c0b030b4f6212033f7db275739c86078.patch) = 23130d67ef1882e1afc15e79f5c857ac618c79b1a5bb7f63a1a2d6351f64faf3
 SIZE (44f15058c0b030b4f6212033f7db275739c86078.patch) = 726
+SHA256 (57105742439f046270c9dc404020620a5d4d7cdd.patch) = 86db8a3e5be4544f11b59cb3d907339c76a130da29aedaed893c6224183a60a6
+SIZE (57105742439f046270c9dc404020620a5d4d7cdd.patch) = 729


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f66ee6.18efc.30d1862b>