Bug 290527 - security/py-social-auth-core: Update to 4.8.1
Summary: security/py-social-auth-core: Update to 4.8.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kai Knoblich
URL: https://github.com/python-social-auth...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-26 09:06 UTC by Kai Knoblich
Modified: 2025-11-13 06:47 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (ultima)


Attachments
py-social-auth-core-4.8.1.patch (4.07 KB, patch)
2025-10-26 09:06 UTC, Kai Knoblich
kai: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2025-10-26 09:06:05 UTC
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 1 Kai Knoblich freebsd_committer freebsd_triage 2025-11-13 06:36:02 UTC
Comment on attachment 264896 [details]
py-social-auth-core-4.8.1.patch

^Triage: Set maintainer-approval flag to '+' due maintainer's timeout.
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-11-13 06:42:55 UTC
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(-)
Comment 3 Kai Knoblich freebsd_committer freebsd_triage 2025-11-13 06:47:04 UTC
Committed, the item [1] from comment #0 was omitted as already mentioned.