diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2023-07-21 21:00:29 -0300 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2023-07-22 21:28:48 -0300 |
commit | eeaf317c923c1361bfb443337e29b9aec31b95b0 (patch) | |
tree | a61c7d5f849e4508c41419a156e1fa23f27de7ce | |
parent | devel/py-azure-mgmt-containerservice: Update to 24.0.0 (diff) |
devel/py-azure-mgmt-apimanagement: Update to 4.0.0
Changelog: https://pypi.org/project/azure-mgmt-apimanagement/4.0.0/
-rw-r--r-- | devel/py-azure-mgmt-apimanagement/Makefile | 8 | ||||
-rw-r--r-- | devel/py-azure-mgmt-apimanagement/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-azure-mgmt-apimanagement/Makefile b/devel/py-azure-mgmt-apimanagement/Makefile index 514877d7bf73..c8209736dda5 100644 --- a/devel/py-azure-mgmt-apimanagement/Makefile +++ b/devel/py-azure-mgmt-apimanagement/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-apimanagement -PORTVERSION= 3.0.0 +PORTVERSION= 4.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +10,9 @@ WWW= https://pypi.org/project/azure-mgmt-apimanagement/ LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21: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.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-azure-mgmt-apimanagement/distinfo b/devel/py-azure-mgmt-apimanagement/distinfo index d0b5889a536d..b68923df2024 100644 --- a/devel/py-azure-mgmt-apimanagement/distinfo +++ b/devel/py-azure-mgmt-apimanagement/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649515221 -SHA256 (azure-mgmt-apimanagement-3.0.0.zip) = 9262f54ed387eb083d8dae66d32a8df35647319b902bd498cdc376f50a12d154 -SIZE (azure-mgmt-apimanagement-3.0.0.zip) = 608703 +TIMESTAMP = 1689983945 +SHA256 (azure-mgmt-apimanagement-4.0.0.zip) = 0224e32c9dbc83cd319eb4452df3d47af26079ac4ba6e1a6be4777f85b24362c +SIZE (azure-mgmt-apimanagement-4.0.0.zip) = 824894 |