1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

sysutils/py-azure-cli-core: Update to 2.29.0

Changelog:	https://pypi.org/project/azure-cli-core/2.29.0/
This commit is contained in:
Danilo G. Baio 2021-10-17 11:00:04 -03:00
parent 37e79b4b15
commit 14868ae03f
3 changed files with 9 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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',