git: 24c6aca5817e - main - security/py-social-auth-core: Update to 4.8.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Mar 2026 09:22:30 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=24c6aca5817e271693757b218023d5ffe187ee24
commit 24c6aca5817e271693757b218023d5ffe187ee24
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2026-03-04 09:20:37 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2026-03-04 09:20:37 +0000
security/py-social-auth-core: Update to 4.8.5
Changelog:
https://github.com/python-social-auth/social-core/blob/4.8.5/CHANGELOG.md
Approved by: ultima (maintainer, implicit)
---
security/py-social-auth-core/Makefile | 5 ++---
security/py-social-auth-core/distinfo | 6 +++---
security/py-social-auth-core/files/patch-google-auth | 15 ---------------
3 files changed, 5 insertions(+), 21 deletions(-)
diff --git a/security/py-social-auth-core/Makefile b/security/py-social-auth-core/Makefile
index e885e597e315..c319702ed9d3 100644
--- a/security/py-social-auth-core/Makefile
+++ b/security/py-social-auth-core/Makefile
@@ -1,6 +1,5 @@
PORTNAME= social-auth-core
-DISTVERSION= 4.8.3
-PORTREVISION= 2
+DISTVERSION= 4.8.5
CATEGORIES= security www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +16,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7.1:devel/py-defusedxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python3-openid>=3.2.0:security/py-python3-openid@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.10.1:www/py-pyjwt@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.11.0:www/py-pyjwt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oauthlib>=3.3.1:security/py-oauthlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.32.5:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=2.0.0:www/py-requests-oauthlib@${PY_FLAVOR}
diff --git a/security/py-social-auth-core/distinfo b/security/py-social-auth-core/distinfo
index 32351f1eeff9..c46f5a2e757b 100644
--- a/security/py-social-auth-core/distinfo
+++ b/security/py-social-auth-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1766144800
-SHA256 (social_auth_core-4.8.3.tar.gz) = 7225e57d7cef530aa7ebbb3892493002025b45e894be1d5cb0b78b9e8293ec2c
-SIZE (social_auth_core-4.8.3.tar.gz) = 241354
+TIMESTAMP = 1771960926
+SHA256 (social_auth_core-4.8.5.tar.gz) = fd10d44bff681a128d127f665f203c496658d5bbfc993ad1b5bbaed589eab573
+SIZE (social_auth_core-4.8.5.tar.gz) = 244501
diff --git a/security/py-social-auth-core/files/patch-google-auth b/security/py-social-auth-core/files/patch-google-auth
deleted file mode 100644
index 149eb419eee3..000000000000
--- a/security/py-social-auth-core/files/patch-google-auth
+++ /dev/null
@@ -1,15 +0,0 @@
-Obtained from: https://github.com/python-social-auth/social-core/commit/58f5eafc5758dea40945b1c4ef71b4986dd3b6f1
- https://github.com/python-social-auth/social-core/commit/283cadd057cfca463358c2c81b9cef484ca74de9
- https://github.com/python-social-auth/social-core/commit/b6703f487259794871d914541b716dd14a3bcba3
-
---- pyproject.toml.orig 2025-12-18 18:44:21 UTC
-+++ pyproject.toml
-@@ -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.49"
- ]
- saml = [
- "python3-saml>=1.16.0"