git: f220484156de - main - net-mgmt/py-adal: Use newer version of pyjwt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Jan 2022 14:21:44 UTC
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f220484156de88d4ed1438d0f38c19bf1296f597
commit f220484156de88d4ed1438d0f38c19bf1296f597
Author: Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2022-01-02 13:52:08 +0000
Commit: Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2022-01-02 14:19:00 +0000
net-mgmt/py-adal: Use newer version of pyjwt
It is needed to avoid conflicts when using azure-cli ports.
Approved by: portmgr (blanket)
---
net-mgmt/py-adal/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mgmt/py-adal/Makefile b/net-mgmt/py-adal/Makefile
index 0376c0d1e626..894a60a4c2dd 100644
--- a/net-mgmt/py-adal/Makefile
+++ b/net-mgmt/py-adal/Makefile
@@ -2,7 +2,7 @@
PORTNAME= adal
PORTVERSION= 1.2.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT= Authentication to Azure Active Directory for Python applications
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.1.0:security/py-cryptography@${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}dateutil>=2.1.0<3:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${PY_FLAVOR}