Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 2023 17:31: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: 39cafd2b1ad9 - main - devel/py-azure-mgmt-imagebuilder: Update to 1.2.0
Message-ID:  <202307011731.361HVXsQ080843@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=39cafd2b1ad9984656a704956bac79439d22f54b

commit 39cafd2b1ad9984656a704956bac79439d22f54b
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-07-01 15:02:59 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-07-01 17:30:42 +0000

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

diff --git a/devel/py-azure-mgmt-imagebuilder/Makefile b/devel/py-azure-mgmt-imagebuilder/Makefile
index 5cf084ea85a0..bdcea2290067 100644
--- a/devel/py-azure-mgmt-imagebuilder/Makefile
+++ b/devel/py-azure-mgmt-imagebuilder/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	azure-mgmt-imagebuilder
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,13 +10,19 @@ WWW=		https://pypi.org/project/azure-mgmt-imagebuilder/
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${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-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR}
 
 USES=		azurepy python 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-imagebuilder/distinfo b/devel/py-azure-mgmt-imagebuilder/distinfo
index 82cb743b5dfb..f9c7c9ad83fb 100644
--- a/devel/py-azure-mgmt-imagebuilder/distinfo
+++ b/devel/py-azure-mgmt-imagebuilder/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659804495
-SHA256 (azure-mgmt-imagebuilder-1.1.0.zip) = d8459f4ec979cb74b0e0ff1de57ed32b16263b83da8144cdbff48529d8d8d92b
-SIZE (azure-mgmt-imagebuilder-1.1.0.zip) = 57341
+TIMESTAMP = 1688223695
+SHA256 (azure-mgmt-imagebuilder-1.2.0.zip) = 5e6188cf0fb219881d68d199242945465e77d411ac4141fe1c44945c654ae932
+SIZE (azure-mgmt-imagebuilder-1.2.0.zip) = 92424



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