diff --git a/devel/py-azure-mgmt-storage/Makefile b/devel/py-azure-mgmt-storage/Makefile index f53efa546a53..f12819f15797 100644 --- a/devel/py-azure-mgmt-storage/Makefile +++ b/devel/py-azure-mgmt-storage/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-storage -PORTVERSION= 20.1.0 +PORTVERSION= 21.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Microsoft Azure Storage Management Client Library for Python WWW= https://pypi.org/project/azure-mgmt-storage/ LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.1<2.0.0:devel/py-azure-core@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python:3.7+ zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include +.include + +.if ${PYTHON_REL} < 30800 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR} +.endif + +.include diff --git a/devel/py-azure-mgmt-storage/distinfo b/devel/py-azure-mgmt-storage/distinfo index 2c13b4b9a2d0..289b353dbbdd 100644 --- a/devel/py-azure-mgmt-storage/distinfo +++ b/devel/py-azure-mgmt-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662816141 -SHA256 (azure-mgmt-storage-20.1.0.zip) = 214f3fde8c91e27d53f2e654a28d15003ad3f6f15c8438a8205f0c88a48d9451 -SIZE (azure-mgmt-storage-20.1.0.zip) = 2400474 +TIMESTAMP = 1672430778 +SHA256 (azure-mgmt-storage-21.0.0.zip) = 6eb13eeecf89195b2b5f47be0679e3f27888efd7bd2132eec7ebcbce75cb1377 +SIZE (azure-mgmt-storage-21.0.0.zip) = 2849023