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
Good catch, I'll fix that.
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(-)
Committed, thanks!