Created attachment 230757 [details] py-social-auth-core-4.1.1.patch Hi Richard, attached is a patch that updates security/py-social-auth-core to 4.1.1 and also unbreaks it after ports 5cc6bfaeb269 . QA: ~~~ - poudriere -> OK (12.2-RELEASE amd64 for py37, py38 and py39) Results of "make test" (all Python flavors): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > === 459 passed, 8 warnings in 27.76 seconds ===
lgtm
Comment on attachment 230757 [details] py-social-auth-core-4.1.1.patch ^ Triage: Set maintainer-approval to '+' as given via comment #1.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c15bd13e4caf8f71b4444d764b6ae5e0349ae32b commit c15bd13e4caf8f71b4444d764b6ae5e0349ae32b Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-01-09 11:21:07 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-01-09 11:21:07 +0000 security/py-social-auth-core: Update to 4.1.0 * Also remedy the issue after 5cc6bfaeb269 with the conflicting RUN_DEPENDS by switching to the newer version of pyjwt. Changelog: https://github.com/python-social-auth/social-core/releases/tag/4.1.0 PR: 260977 Approved by: ultima (maintainer) security/py-social-auth-core/Makefile | 12 ++++-------- security/py-social-auth-core/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 11 deletions(-)
(In reply to Richard Gallamore from comment #1) Committed, thank you Richard, for the quick review and approval!