diff --git a/devel/py-azure-mgmt-servicebus/Makefile b/devel/py-azure-mgmt-servicebus/Makefile index 67da6848929d..a29293a115a8 100644 --- a/devel/py-azure-mgmt-servicebus/Makefile +++ b/devel/py-azure-mgmt-servicebus/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-servicebus -PORTVERSION= 8.1.0 +PORTVERSION= 8.2.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Microsoft Azure Service Bus Management Client Library for Python WWW= https://pypi.org/project/azure-mgmt-servicebus/ 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-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} 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-servicebus/distinfo b/devel/py-azure-mgmt-servicebus/distinfo index 9785881fb064..3edd15925004 100644 --- a/devel/py-azure-mgmt-servicebus/distinfo +++ b/devel/py-azure-mgmt-servicebus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662816279 -SHA256 (azure-mgmt-servicebus-8.1.0.zip) = 47c35aae7ede0bb8f9f6d0e3b206e4f651743dc3a03b04a7ce8329dd0bb4ae68 -SIZE (azure-mgmt-servicebus-8.1.0.zip) = 777492 +TIMESTAMP = 1679792839 +SHA256 (azure-mgmt-servicebus-8.2.0.zip) = 8be9208f141d9a789f68db8d219754ff78069fd8f9390e9f7644bb95a3be9ec2 +SIZE (azure-mgmt-servicebus-8.2.0.zip) = 1003735