git: 14868ae03fe5 - main - sysutils/py-azure-cli-core: Update to 2.29.0

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Sun, 17 Oct 2021 15:51:44 UTC
The branch main has been updated by dbaio:

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

commit 14868ae03fe535118b6944a52fd973a4e6d3c49c
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-10-17 14:00:04 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-10-17 15:51:17 +0000

    sysutils/py-azure-cli-core: Update to 2.29.0
    
    Changelog:      https://pypi.org/project/azure-cli-core/2.29.0/
---
 sysutils/py-azure-cli-core/Makefile             | 5 ++---
 sysutils/py-azure-cli-core/distinfo             | 6 +++---
 sysutils/py-azure-cli-core/files/patch-setup.py | 8 ++++----
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/sysutils/py-azure-cli-core/Makefile b/sysutils/py-azure-cli-core/Makefile
index 941118f30547..74ea562859fe 100644
--- a/sysutils/py-azure-cli-core/Makefile
+++ b/sysutils/py-azure-cli-core/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	azure-cli-core
-PORTVERSION=	2.28.0
-PORTREVISION=	3
+PORTVERSION=	2.29.0
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,7 +28,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}adal>=1.2.7:net-mgmt/py-adal@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pkginfo>=1.5.0.1:sysutils/py-pkginfo@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}psutil>=5.8:sysutils/py-psutil@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cryptography>=3.2<3.4:security/py-cryptography@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR}
 
 USES=		azurepy python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/sysutils/py-azure-cli-core/distinfo b/sysutils/py-azure-cli-core/distinfo
index c54faa42eacf..3365d553e629 100644
--- a/sysutils/py-azure-cli-core/distinfo
+++ b/sysutils/py-azure-cli-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1631471465
-SHA256 (azure-cli-core-2.28.0.tar.gz) = fcd170c278d6e39d1a846c04254b290b335542e823dfc54ba7094dea3fa50778
-SIZE (azure-cli-core-2.28.0.tar.gz) = 163340
+TIMESTAMP = 1634478818
+SHA256 (azure-cli-core-2.29.0.tar.gz) = 18326c74d2bdbd82de7f9ab294f188f9270a37955d43f5011ef2fc2e048b72ac
+SIZE (azure-cli-core-2.29.0.tar.gz) = 163628
diff --git a/sysutils/py-azure-cli-core/files/patch-setup.py b/sysutils/py-azure-cli-core/files/patch-setup.py
index 1b946ddcdf6e..30c31ccc5e6e 100644
--- a/sysutils/py-azure-cli-core/files/patch-setup.py
+++ b/sysutils/py-azure-cli-core/files/patch-setup.py
@@ -1,9 +1,9 @@
---- setup.py.orig	2021-09-03 06:33:24 UTC
+--- setup.py.orig	2021-10-08 09:21:53 UTC
 +++ setup.py
-@@ -49,7 +49,7 @@ DEPENDENCIES = [
-     'azure-common~=1.1',
+@@ -48,7 +48,7 @@ DEPENDENCIES = [
+     'azure-cli-telemetry==1.0.6.*',
      'azure-mgmt-core>=1.2.0,<1.3.0',     # the preview version of azure-mgmt-core is 1.3.0b1, it cannot fit azure-core >=1.14.0
-     'cryptography>=3.2,<3.4',
+     'cryptography',
 -    'humanfriendly>=4.7,<10.0',
 +    'humanfriendly>=4.7,<11.0',
      'jmespath',