Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jan 2022 14:21:43 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e1ea8d479f5c - main - devel/py-msal: Use newer version of pyjwt
Message-ID:  <202201021421.202ELhHv083099@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

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

commit e1ea8d479f5c073a39dd190806c8246c86ea7e2c
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2022-01-02 13:51:27 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2022-01-02 14:18:59 +0000

    devel/py-msal: Use newer version of pyjwt
    
    It is needed to avoid conflicts when using azure-cli ports.
---
 devel/py-msal/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-msal/Makefile b/devel/py-msal/Makefile
index a32bf0bec82e..f5e02b603e09 100644
--- a/devel/py-msal/Makefile
+++ b/devel/py-msal/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	msal
 DISTVERSION=	1.16.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +11,7 @@ COMMENT=	Microsoft Authentication Library (MSAL) for Python
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyjwt1>=1.0.0<3:www/py-pyjwt1@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0<3:www/py-pyjwt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cryptography>=0.6<4:security/py-cryptography@${PY_FLAVOR}
 
 USES=		python:3.6+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201021421.202ELhHv083099>