Created attachment 264896 [details] py-social-auth-core-4.8.1.patch Hi Richard, attached is a patch that updates security/py-social-auth-core to 4.8.1. Changes to the port: - Fold PING option as py-python-json was replaced with py-pyjwt, which is a basic dependency, for the Ping Identity backend. - Support for Python 3.9 was dropped with the 4.8.0 release, adjust USES=python accordingly. [1] -- [1] This item will be no longer required if Python 3.9, which is EoL, is removed to the end of October. QA: ~~~ poudriere -> OK (13.5-RELEASE, amd64, py311) Results of "make test": ~~~~~~~~~~~~~~~~~~~~~~~ > === 817 passed, 156 skipped, 10 xfailed, 2 xpassed, 1 warning in 32.04s ===
Comment on attachment 264896 [details] py-social-auth-core-4.8.1.patch ^Triage: Set maintainer-approval flag to '+' due maintainer's timeout.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=830bb155ce32b2967be02a0f40073b4463c68cf2 commit 830bb155ce32b2967be02a0f40073b4463c68cf2 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2025-11-13 06:40:14 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2025-11-13 06:40:14 +0000 security/py-social-auth-core: Update to 4.8.1 * Fold PING option as py-python-json was replaced with py-pyjwt, which is a basic dependency, for the Ping Identity backend. Changelog since 4.7.1: https://github.com/python-social-auth/social-core/blob/4.8.1/CHANGELOG.md PR: 290527 Approved by: maintainer timeout (14+ days) security/py-social-auth-core/Makefile | 24 +++++++++++------------- security/py-social-auth-core/distinfo | 6 +++--- 2 files changed, 14 insertions(+), 16 deletions(-)
Committed, the item [1] from comment #0 was omitted as already mentioned.