Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2023 08:52:28 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: 6737cc0f0f6c - main - devel/py-azure-mgmt-compute: Update to 29.1.0
Message-ID:  <202303260852.32Q8qSR4038726@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=6737cc0f0f6c433956e36f39fffc0ea029a2d7b5

commit 6737cc0f0f6c433956e36f39fffc0ea029a2d7b5
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-03-26 00:37:33 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-03-26 08:51:01 +0000

    devel/py-azure-mgmt-compute: Update to 29.1.0
    
    Changelog:      https://pypi.org/project/azure-mgmt-compute/29.1.0/
---
 devel/py-azure-mgmt-compute/Makefile | 10 ++++++++--
 devel/py-azure-mgmt-compute/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/devel/py-azure-mgmt-compute/Makefile b/devel/py-azure-mgmt-compute/Makefile
index a62520da9686..468f717fad2a 100644
--- a/devel/py-azure-mgmt-compute/Makefile
+++ b/devel/py-azure-mgmt-compute/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	azure-mgmt-compute
-PORTVERSION=	29.0.0
+PORTVERSION=	29.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,4 +19,10 @@ 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-compute/distinfo b/devel/py-azure-mgmt-compute/distinfo
index 3b568aaea044..59932f388e97 100644
--- a/devel/py-azure-mgmt-compute/distinfo
+++ b/devel/py-azure-mgmt-compute/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667700950
-SHA256 (azure-mgmt-compute-29.0.0.zip) = c244661ffdcc33179366beca40c6506e33c7b36192c408c9159952a7be6950f2
-SIZE (azure-mgmt-compute-29.0.0.zip) = 6894788
+TIMESTAMP = 1679790914
+SHA256 (azure-mgmt-compute-29.1.0.zip) = 2d5a1bae7f5d307ca1e850d7e83fed9c839d4f635b10a4b8d3f8bc6098ac2888
+SIZE (azure-mgmt-compute-29.1.0.zip) = 7421647



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