diff --git a/devel/py-azure-mgmt-cosmosdb/Makefile b/devel/py-azure-mgmt-cosmosdb/Makefile index e500714c09c5..44a53ffe2268 100644 --- a/devel/py-azure-mgmt-cosmosdb/Makefile +++ b/devel/py-azure-mgmt-cosmosdb/Makefile @@ -1,23 +1,29 @@ PORTNAME= azure-mgmt-cosmosdb -DISTVERSION= 8.0.0 +DISTVERSION= 9.0.0 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Microsoft Azure Cosmos DB Management Client Library for Python WWW= https://pypi.org/project/azure-mgmt-cosmosdb/ LICENSE= MIT 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-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} USES= azurepy python:3.6+ 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-cosmosdb/distinfo b/devel/py-azure-mgmt-cosmosdb/distinfo index 764f64fe1b73..822418ff5023 100644 --- a/devel/py-azure-mgmt-cosmosdb/distinfo +++ b/devel/py-azure-mgmt-cosmosdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667057697 -SHA256 (azure-mgmt-cosmosdb-8.0.0.zip) = ffac9255f0a3af562289921924496b77511f8ab57e4c9bc4fc5bcab3b521a0aa -SIZE (azure-mgmt-cosmosdb-8.0.0.zip) = 416732 +TIMESTAMP = 1679792985 +SHA256 (azure-mgmt-cosmosdb-9.0.0.zip) = edb3fc925348a76b2484d294f2ce75cdac50386ea960c08af7093a71ee69c920 +SIZE (azure-mgmt-cosmosdb-9.0.0.zip) = 449206