Date: Sat, 29 May 2021 14:03:21 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 865b4b2daa0e - main - devel/py-azure-mgmt-resource: Update to 18.0.0 Message-ID: <202105291403.14TE3Lbx090327@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=865b4b2daa0e70a38f5e6436b7fc823d162c68d0 commit 865b4b2daa0e70a38f5e6436b7fc823d162c68d0 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2021-05-29 11:49:31 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2021-05-29 14:02:09 +0000 devel/py-azure-mgmt-resource: Update to 18.0.0 Changelog: https://pypi.org/project/azure-mgmt-resource/18.0.0/ --- devel/py-azure-mgmt-resource/Makefile | 8 ++++---- devel/py-azure-mgmt-resource/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-azure-mgmt-resource/Makefile b/devel/py-azure-mgmt-resource/Makefile index 043942e19bc6..80a2e53bada0 100644 --- a/devel/py-azure-mgmt-resource/Makefile +++ b/devel/py-azure-mgmt-resource/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-resource -PORTVERSION= 12.1.0 +PORTVERSION= 18.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,9 +9,9 @@ COMMENT= Microsoft Azure Resource Management Client Library for Python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32<2.0.0:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} +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-core>=1.2.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} USES= azurepy python:3.6+ zip USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-azure-mgmt-resource/distinfo b/devel/py-azure-mgmt-resource/distinfo index 602d5940ee2b..5678507bf847 100644 --- a/devel/py-azure-mgmt-resource/distinfo +++ b/devel/py-azure-mgmt-resource/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618674619 -SHA256 (azure-mgmt-resource-12.1.0.zip) = 5cf9cee8e8b08d36dfc73f50dc992e08f9df4ed99d53672a3f5e30f595487011 -SIZE (azure-mgmt-resource-12.1.0.zip) = 1662878 +TIMESTAMP = 1622288890 +SHA256 (azure-mgmt-resource-18.0.0.zip) = 551036e592f409ef477d30937ea7cc4dda5126576965d9c816fdb8401bbd774c +SIZE (azure-mgmt-resource-18.0.0.zip) = 2498889
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105291403.14TE3Lbx090327>