Bug 255941 - devel/py-msal: Update run dependencies
Summary: devel/py-msal: Update run dependencies
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: Danilo G. Baio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-17 09:13 UTC by Rudolph
Modified: 2021-05-17 22:44 UTC (History)
0 users

See Also:
dbaio: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rudolph 2021-05-17 09:13:14 UTC
According to the Python package the PyJWT version should be below 3 but in the FreeBSD port is says below 2. Since PyJWT 2.x has been released some time ago I think it's good for the py-msal port to be prepared for a PyJWT upgrade.

See: https://github.com/AzureAD/microsoft-authentication-library-for-python/blob/1.10.0/setup.py
Comment 1 Danilo G. Baio freebsd_committer freebsd_triage 2021-05-17 22:38:06 UTC
Good catch, I'll fix that.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-05-17 22:43:48 UTC
A commit in branch main references this bug:

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

commit eacd882a2f2f274a151309e830e5d1671871f2b6
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-05-17 22:36:34 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-05-17 22:39:19 +0000

    devel/py-msal: Fix dependency version

    PR:             255941
    Reported by:    Rudolph <rudolphfroger@dreamsolution.nl>

 devel/py-msal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Danilo G. Baio freebsd_committer freebsd_triage 2021-05-17 22:44:37 UTC
Committed, thanks!