Bug 273033 - security/py-flask-httpauth: Update to 4.8.0
Summary: security/py-flask-httpauth: Update to 4.8.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-09 20:26 UTC by ruben
Modified: 2023-08-20 21:57 UTC (History)
0 users

See Also:
rm: maintainer-feedback+


Attachments
Changes needed to get the port updated to 4.8.0 (788 bytes, patch)
2023-08-09 20:26 UTC, ruben
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ruben 2023-08-09 20:26:45 UTC
Created attachment 243990 [details]
Changes needed to get the port updated to 4.8.0

Recent updates to werkzeug/flask have caused a regression in token auth with Flask-HTTPAuth. 4.8.0 fixes this

https://github.com/miguelgrinberg/Flask-HTTPAuth/issues/160
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-08-20 21:56:51 UTC
A commit in branch main references this bug:

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

commit 787722b9df55aecc1e8170b90236d10db7a23b44
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2023-08-20 21:55:31 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2023-08-20 21:55:31 +0000

    security/py-flask-httpauth: update to 4.8.0

    This release fixing runtime regression.
    Convert to pep517 while here
    PR:             273033
    Reported by:    ruben@verweg.com

 security/py-flask-httpauth/Makefile | 6 ++++--
 security/py-flask-httpauth/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2023-08-20 21:57:36 UTC
Committed, thank you!