Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2025 00:06:47 +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: e457bdd605e3 - main - security/py-social-auth-core: Allow build with py-google-auth 2.43.0+
Message-ID:  <692b8a97.ea6e.737df79@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=e457bdd605e34fbfc4afb1611e8a4f0b241b95fd

commit e457bdd605e34fbfc4afb1611e8a4f0b241b95fd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:44:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-29 23:44:59 +0000

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

diff --git a/security/py-social-auth-core/Makefile b/security/py-social-auth-core/Makefile
index 21ceed84fdf6..edf484c6f686 100644
--- a/security/py-social-auth-core/Makefile
+++ b/security/py-social-auth-core/Makefile
@@ -1,10 +1,15 @@
 PORTNAME=	social-auth-core
 DISTVERSION=	4.8.1
+PORTREVISION=	1
 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=	aabb5db20fd2f18e3874edf78168caee1a9ea792.patch:-p1 \
+		09051177196dc64a250d963a58983b4d28db7c2d.patch:-p1
+
 MAINTAINER=	ultima@FreeBSD.org
 COMMENT=	Social authentication/registration mechanism for several frameworks
 WWW=		https://github.com/python-social-auth/social-core
@@ -38,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.42:security/py-google-auth@${PY_FLAVOR}
+GOOGLE-ONETAP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-auth>=2.40.0<2.44: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 ec8faaaf6800..f27855c2f4d9 100644
--- a/security/py-social-auth-core/distinfo
+++ b/security/py-social-auth-core/distinfo
@@ -1,3 +1,7 @@
-TIMESTAMP = 1761388531
+TIMESTAMP = 1763854500
 SHA256 (social_auth_core-4.8.1.tar.gz) = 6186576eb4e9f25c789d0ce19b942cc668a3a714a246f9e688c0fb93f65bf111
 SIZE (social_auth_core-4.8.1.tar.gz) = 236126
+SHA256 (aabb5db20fd2f18e3874edf78168caee1a9ea792.patch) = 9a641782769c7dcdfaee25cdf1a4dd4b69ea18597c25ffd524dc35b08b6ac607
+SIZE (aabb5db20fd2f18e3874edf78168caee1a9ea792.patch) = 727
+SHA256 (09051177196dc64a250d963a58983b4d28db7c2d.patch) = 23727880516631bbaf46cb6d1ad797d5763bcb5ef1b25bbf5b02171e839e8897
+SIZE (09051177196dc64a250d963a58983b4d28db7c2d.patch) = 726


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692b8a97.ea6e.737df79>