Date: Fri, 7 May 2021 02:52:38 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: c3fcd6a22b94 - main - devel/py-azure-mgmt-dns: Update to 8.0.0 Message-ID: <202105070252.1472qciT024417@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=c3fcd6a22b94e2013282ca9a3d146e7fc30044c0 commit c3fcd6a22b94e2013282ca9a3d146e7fc30044c0 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2021-05-07 00:58:22 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2021-05-07 02:51:08 +0000 devel/py-azure-mgmt-dns: Update to 8.0.0 Changelog: https://pypi.org/project/azure-mgmt-dns/8.0.0/ --- devel/py-azure-mgmt-dns/Makefile | 8 ++++---- devel/py-azure-mgmt-dns/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-azure-mgmt-dns/Makefile b/devel/py-azure-mgmt-dns/Makefile index 49bd6cf35270..59eaf2d10dda 100644 --- a/devel/py-azure-mgmt-dns/Makefile +++ b/devel/py-azure-mgmt-dns/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-dns -PORTVERSION= 3.0.0 +PORTVERSION= 8.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,9 +9,9 @@ COMMENT= Microsoft Azure DNS 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: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-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} USES= azurepy python:3.6+ zip USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-azure-mgmt-dns/distinfo b/devel/py-azure-mgmt-dns/distinfo index 99da25185255..8b7280148379 100644 --- a/devel/py-azure-mgmt-dns/distinfo +++ b/devel/py-azure-mgmt-dns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1561037746 -SHA256 (azure-mgmt-dns-3.0.0.zip) = 6ecdf4e67d8eb5db593ec331e6d9f350616e77c31225c91d266605e03e63b37f -SIZE (azure-mgmt-dns-3.0.0.zip) = 89022 +TIMESTAMP = 1620348995 +SHA256 (azure-mgmt-dns-8.0.0.zip) = 407c2dacb33513ffbe9ca4be5addb5e9d4bae0cb7efa613c3f7d531ef7bf8de8 +SIZE (azure-mgmt-dns-8.0.0.zip) = 137548
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105070252.1472qciT024417>