Skip to content

Commit

Permalink
devel/py-azure-mgmt-compute: Update to 29.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaio committed Mar 26, 2023
1 parent fa5d57f commit 6737cc0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions 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}
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 6737cc0

Please sign in to comment.