Date: Sat, 31 Jan 2026 14:33: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: c26db9e133b4 - main - security/py-social-auth-core: Allow build with py-google-auth 2.47.0+ Message-ID: <697e12ca.3390d.110f5cd3@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=c26db9e133b409e4d5435f2fe0173df82b692404 commit c26db9e133b409e4d5435f2fe0173df82b692404 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-01-31 13:49:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-01-31 14:19:44 +0000 security/py-social-auth-core: Allow build with py-google-auth 2.47.0+ - Bump PORTREVISION for package change Approved by: portmgr (blanket) Obtained from: https://github.com/python-social-auth/social-core/commit/58f5eafc5758dea40945b1c4ef71b4986dd3b6f1 https://github.com/python-social-auth/social-core/commit/283cadd057cfca463358c2c81b9cef484ca74de9 --- security/py-social-auth-core/Makefile | 3 ++- security/py-social-auth-core/files/patch-pyproject.toml | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/security/py-social-auth-core/Makefile b/security/py-social-auth-core/Makefile index 19cc76e64d91..fdd3ad2cbfb9 100644 --- a/security/py-social-auth-core/Makefile +++ b/security/py-social-auth-core/Makefile @@ -1,5 +1,6 @@ PORTNAME= social-auth-core DISTVERSION= 4.8.3 +PORTREVISION= 1 CATEGORIES= security www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -38,7 +39,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.46:security/py-google-auth@${PY_FLAVOR} +GOOGLE-ONETAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=2.40.0<2.48: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/files/patch-pyproject.toml b/security/py-social-auth-core/files/patch-pyproject.toml index 732f85aca862..1f386aca0c34 100644 --- a/security/py-social-auth-core/files/patch-pyproject.toml +++ b/security/py-social-auth-core/files/patch-pyproject.toml @@ -1,7 +1,7 @@ * Relax version requirements for py-setuptools and enable build for older versions of it ---- pyproject.toml.orig 2025-04-28 07:23:27 UTC +--- pyproject.toml.orig 2025-12-18 18:44:21 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ build-backend = "setuptools.build_meta" [build-system] @@ -11,7 +11,7 @@ [dependency-groups] dev = [ -@@ -49,8 +49,7 @@ keywords = ["oauth", "openid", "saml", "social auth"] +@@ -50,8 +50,7 @@ keywords = ["oauth", "openid", "saml", "social auth"] ] description = "Python social authentication made simple." keywords = ["oauth", "openid", "saml", "social auth"] @@ -20,4 +20,13 @@ +license = { text="BSD-3-Clause" } name = "social-auth-core" readme = "README.md" - requires-python = ">=3.9" + requires-python = ">=3.10" +@@ -91,7 +90,7 @@ google-onetap = [ + "types-requests==2.32.4.20250913" + ] + google-onetap = [ +- "google-auth>=2.40.0,<2.46" ++ "google-auth>=2.40.0,<2.48" + ] + saml = [ + "python3-saml>=1.16.0"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e12ca.3390d.110f5cd3>
