Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jun 2021 13:24: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: 46714214d589 - main - devel/py-azure-mgmt-eventgrid: Update to 9.0.0
Message-ID:  <202106191324.15JDOcwU019418@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=46714214d5893563cf6210302280ee05705a75b2

commit 46714214d5893563cf6210302280ee05705a75b2
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-06-19 11:38:53 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-06-19 13:23:40 +0000

    devel/py-azure-mgmt-eventgrid: Update to 9.0.0
    
    Changelog:      https://pypi.org/project/azure-mgmt-eventgrid/9.0.0/
---
 devel/py-azure-mgmt-eventgrid/Makefile | 8 ++++----
 devel/py-azure-mgmt-eventgrid/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-azure-mgmt-eventgrid/Makefile b/devel/py-azure-mgmt-eventgrid/Makefile
index 40e376463d11..e92d41ae138c 100644
--- a/devel/py-azure-mgmt-eventgrid/Makefile
+++ b/devel/py-azure-mgmt-eventgrid/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	azure-mgmt-eventgrid
-DISTVERSION=	3.0.0rc9
+DISTVERSION=	9.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,9 +9,9 @@ COMMENT=	Microsoft Azure EventGrid 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-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-eventgrid/distinfo b/devel/py-azure-mgmt-eventgrid/distinfo
index 471a2caa1198..21e5925a1523 100644
--- a/devel/py-azure-mgmt-eventgrid/distinfo
+++ b/devel/py-azure-mgmt-eventgrid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618674887
-SHA256 (azure-mgmt-eventgrid-3.0.0rc9.zip) = b71598b6183d408e4e496eb2139958f86a5bfbf13ac778dbfe86df490b9a01c8
-SIZE (azure-mgmt-eventgrid-3.0.0rc9.zip) = 124290
+TIMESTAMP = 1624102676
+SHA256 (azure-mgmt-eventgrid-9.0.0.zip) = aecbb69ecb010126c03668ca7c9a2be8e965568f5b560f0e7b5bc152b157b510
+SIZE (azure-mgmt-eventgrid-9.0.0.zip) = 207206



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106191324.15JDOcwU019418>