Date: Fri, 7 May 2021 02:52:33 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: b1712088a262 - main - devel/py-azure-mgmt-web: Update to 2.0.0 Message-ID: <202105070252.1472qXXu024328@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=b1712088a2628f3fe878b498b481f189973c955f commit b1712088a2628f3fe878b498b481f189973c955f Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2021-05-07 00:52:02 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2021-05-07 02:51:07 +0000 devel/py-azure-mgmt-web: Update to 2.0.0 Changelog: https://pypi.org/project/azure-mgmt-web/2.0.0/ --- devel/py-azure-mgmt-web/Makefile | 6 +++--- devel/py-azure-mgmt-web/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-azure-mgmt-web/Makefile b/devel/py-azure-mgmt-web/Makefile index b22eefc31dfc..27e1a94ea7d9 100644 --- a/devel/py-azure-mgmt-web/Makefile +++ b/devel/py-azure-mgmt-web/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-web -PORTVERSION= 0.48.0 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,8 @@ COMMENT= Microsoft Azure Web Apps 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} + ${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-web/distinfo b/devel/py-azure-mgmt-web/distinfo index 6f693f268923..a18c890799dd 100644 --- a/devel/py-azure-mgmt-web/distinfo +++ b/devel/py-azure-mgmt-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604185319 -SHA256 (azure-mgmt-web-0.48.0.zip) = da0f9e3b57528c72a7bc92e3515413a4a4fdbc9626c26ac04b7551a7739a81ec -SIZE (azure-mgmt-web-0.48.0.zip) = 1072907 +TIMESTAMP = 1620348564 +SHA256 (azure-mgmt-web-2.0.0.zip) = 0040e1c9c795f7bebe43647ff30b62cb0db7175175df5cbfa1e554a6a277b81e +SIZE (azure-mgmt-web-2.0.0.zip) = 2361452
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105070252.1472qXXu024328>