Bug 260977 - security/py-social-auth-core: Update to 4.1.0 (and unbreak)
Summary: security/py-social-auth-core: Update to 4.1.0 (and unbreak)
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: 2022-01-06 16:10 UTC by Kai Knoblich
Modified: 2022-01-09 11:27 UTC (History)
2 users (show)

See Also:
ultima: maintainer-feedback+


Attachments
py-social-auth-core-4.1.1.patch (2.32 KB, patch)
2022-01-06 16:10 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 2022-01-06 16:10:56 UTC
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 ===
Comment 1 Richard Gallamore freebsd_committer freebsd_triage 2022-01-08 20:54:27 UTC
lgtm
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2022-01-09 11:19:05 UTC
Comment on attachment 230757 [details]
py-social-auth-core-4.1.1.patch

^ Triage: Set maintainer-approval to '+' as given via comment #1.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-01-09 11:26:18 UTC
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(-)
Comment 4 Kai Knoblich freebsd_committer freebsd_triage 2022-01-09 11:27:29 UTC
(In reply to Richard Gallamore from comment #1)

Committed, thank you Richard, for the quick review and approval!