summaryrefslogtreecommitdiff
path: root/sysutils/py-azure-cli-core
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-10-17 11:00:04 -0300
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-10-17 12:51:17 -0300
commit14868ae03fe535118b6944a52fd973a4e6d3c49c (patch)
tree1251560405d6625e0834dd719490cb2c755d08ff /sysutils/py-azure-cli-core
parentdevel/py-azure-mgmt-compute: Update to 23.0.0 (diff)
sysutils/py-azure-cli-core: Update to 2.29.0
Changelog: https://pypi.org/project/azure-cli-core/2.29.0/
Diffstat (limited to 'sysutils/py-azure-cli-core')
-rw-r--r--sysutils/py-azure-cli-core/Makefile5
-rw-r--r--sysutils/py-azure-cli-core/distinfo6
-rw-r--r--sysutils/py-azure-cli-core/files/patch-setup.py8
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',