Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2023 18:32:20 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: 79982e55af0b - main - devel/py-azure-mgmt-resource: Update to 22.0.0
Message-ID:  <202305201832.34KIWKvW008342@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=79982e55af0ba56c227aad9ceda4e3751e00ad2e

commit 79982e55af0ba56c227aad9ceda4e3751e00ad2e
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-05-20 14:54:24 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-05-20 18:30:51 +0000

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

diff --git a/devel/py-azure-mgmt-resource/Makefile b/devel/py-azure-mgmt-resource/Makefile
index 25f944fa20cf..3a224f660ecb 100644
--- a/devel/py-azure-mgmt-resource/Makefile
+++ b/devel/py-azure-mgmt-resource/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	azure-mgmt-resource
-DISTVERSION=	21.1.0b1
+DISTVERSION=	22.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,13 +10,19 @@ WWW=		https://pypi.org/project/azure-mgmt-resource/
 
 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-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR}
 
-USES=		azurepy python:3.6+ zip
+USES=		azurepy python:3.7+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 30800
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/py-azure-mgmt-resource/distinfo b/devel/py-azure-mgmt-resource/distinfo
index d11fa4fcfc4a..0af45101f8de 100644
--- a/devel/py-azure-mgmt-resource/distinfo
+++ b/devel/py-azure-mgmt-resource/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1655516036
-SHA256 (azure-mgmt-resource-21.1.0b1.zip) = a220b993e320f4a267f78d233311b8001f4fa26fadfc3591039291bfc1ced072
-SIZE (azure-mgmt-resource-21.1.0b1.zip) = 1945026
+TIMESTAMP = 1684594382
+SHA256 (azure-mgmt-resource-22.0.0.zip) = feb5d979e18b52f2cfd023b4a0a33e54a6f76cc6a252dc8cd75ece2c63298e94
+SIZE (azure-mgmt-resource-22.0.0.zip) = 2595048



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