Date: Sat, 29 Oct 2022 20:01:35 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: 6a40a82016a9 - main - devel/py-azure-mgmt-monitor: Update to 5.0.0 Message-ID: <202210292001.29TK1Zck069922@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=6a40a82016a9738e99df75fd0a8f09ff157976a6 commit 6a40a82016a9738e99df75fd0a8f09ff157976a6 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2022-10-29 15:34:56 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-10-29 20:01:00 +0000 devel/py-azure-mgmt-monitor: Update to 5.0.0 Changelog: https://pypi.org/project/azure-mgmt-monitor/5.0.0/ --- devel/py-azure-mgmt-monitor/Makefile | 6 +++--- devel/py-azure-mgmt-monitor/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-azure-mgmt-monitor/Makefile b/devel/py-azure-mgmt-monitor/Makefile index 6d0f98e94b3d..68d310fbd09a 100644 --- a/devel/py-azure-mgmt-monitor/Makefile +++ b/devel/py-azure-mgmt-monitor/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-monitor -PORTVERSION= 4.0.1 +PORTVERSION= 5.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +10,9 @@ WWW= https://pypi.org/project/azure-mgmt-monitor/ 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-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} USES= azurepy python:3.7+ zip USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-azure-mgmt-monitor/distinfo b/devel/py-azure-mgmt-monitor/distinfo index bb4d03b6ad1b..0d9d21aeb0aa 100644 --- a/devel/py-azure-mgmt-monitor/distinfo +++ b/devel/py-azure-mgmt-monitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662816726 -SHA256 (azure-mgmt-monitor-4.0.1.zip) = af05212a6f5aaef516dc458082fdfe49d258479e07a1bd9198c0c0e888c4a67e -SIZE (azure-mgmt-monitor-4.0.1.zip) = 1061816 +TIMESTAMP = 1667057639 +SHA256 (azure-mgmt-monitor-5.0.0.zip) = 78bf4a268c314c5ee164941040234967b97eaca3c533cc0fe6f12282ddd91461 +SIZE (azure-mgmt-monitor-5.0.0.zip) = 1155506
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210292001.29TK1Zck069922>