Bug 270527 - security/py-social-auth-core: Update to 4.4.1
Summary: security/py-social-auth-core: Update to 4.4.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: 2023-03-29 17:43 UTC by Kai Knoblich
Modified: 2023-04-16 11:40 UTC (History)
1 user (show)

See Also:
ultima: maintainer-feedback+
kai: merge-quarterly+


Attachments
py-social-auth-core-4.4.0.patch (2.42 KB, patch)
2023-03-29 17:43 UTC, Kai Knoblich
no flags Details | Diff
py-social-auth-core-4.4.1.patch (2.42 KB, patch)
2023-04-15 15:11 UTC, Kai Knoblich
ultima: 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 2023-03-29 17:43:54 UTC
Created attachment 241188 [details]
py-social-auth-core-4.4.0.patch

Hi Richard,

attached is a patch that updates security/py-social-auth-core to 4.4.0.

Changes to the port:
~~~~~~~~~~~~~~~~~~~~
- Simplify "do-test" target by switching to USE_PYTHON=pytest and sort USE_PYTHON.

QA:
~~~
- poudriere -> OK (12.3-RELEASE amd64)

Results of "make test" (py37 - py311):

> === 525 passed, 8 warnings in 42.98s ===
Comment 1 Kai Knoblich freebsd_committer freebsd_triage 2023-04-01 11:46:45 UTC
I just put the MFH flag as a reminder now that the 2023Q2 branch has been created since recently.  MFH'ing would make the QA for future updates of net-mgmt/netbox of the 3.4.x release series somewhat easier.
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2023-04-15 15:11:25 UTC
Created attachment 241513 [details]
py-social-auth-core-4.4.1.patch

Meanwhile version 4.4.1 was released.
Comment 3 Richard Gallamore freebsd_committer freebsd_triage 2023-04-15 18:55:41 UTC
LGTM. Thanks Kai.
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-04-16 11:28:50 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=caa68edc0c9ae32299496305f5fb88497c3ba273

commit caa68edc0c9ae32299496305f5fb88497c3ba273
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2023-04-16 11:25:07 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2023-04-16 11:25:07 +0000

    security/py-social-auth-core: Update to 4.4.1

    * Simplify "do-test" target by switching to USE_PYTHON=pytest

    Changelogs since 4.3.0:

    https://github.com/python-social-auth/social-core/releases/tag/4.4.1
    https://github.com/python-social-auth/social-core/releases/tag/4.4.0

    PR:             270527
    Approved by:    ultima (maintainer)
    MFH:            2023Q2

 security/py-social-auth-core/Makefile | 15 ++++++---------
 security/py-social-auth-core/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 12 deletions(-)
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-04-16 11:30:52 UTC
A commit in branch 2023Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d6e5c484da28c3b0de43e0bb8b7fd88400c40cc2

commit d6e5c484da28c3b0de43e0bb8b7fd88400c40cc2
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2023-04-16 11:25:07 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2023-04-16 11:29:32 +0000

    security/py-social-auth-core: Update to 4.4.1

    * Simplify "do-test" target by switching to USE_PYTHON=pytest

    Changelogs since 4.3.0:

    https://github.com/python-social-auth/social-core/releases/tag/4.4.1
    https://github.com/python-social-auth/social-core/releases/tag/4.4.0

    PR:             270527
    Approved by:    ultima (maintainer)
    MFH:            2023Q2

    (cherry picked from commit caa68edc0c9ae32299496305f5fb88497c3ba273)

 security/py-social-auth-core/Makefile | 15 ++++++---------
 security/py-social-auth-core/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 12 deletions(-)
Comment 6 Kai Knoblich freebsd_committer freebsd_triage 2023-04-16 11:40:47 UTC
(In reply to Richard Gallamore from comment #3)

Hi Richard, committed to the main and 2023Q2 branches. Thank you for your feedback and approval!