devel/py-azure-mgmt-sqlvirtualmachine: Update to 1.0.0b5
Changelog: https://pypi.org/project/azure-mgmt-sqlvirtualmachine/1.0.0b5/
This commit is contained in:
parent
022ccb073e
commit
89ae8f4fbc
2 changed files with 11 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= azure-mgmt-sqlvirtualmachine
|
||||
DISTVERSION= 1.0.0b4
|
||||
DISTVERSION= 1.0.0b5
|
||||
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>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1672431341
|
||||
SHA256 (azure-mgmt-sqlvirtualmachine-1.0.0b4.zip) = 201fe2855166f16ac9d9965f00ba75ebb4aae2ed1cbc8ab586594dae22716b3d
|
||||
SIZE (azure-mgmt-sqlvirtualmachine-1.0.0b4.zip) = 96374
|
||||
TIMESTAMP = 1679792782
|
||||
SHA256 (azure-mgmt-sqlvirtualmachine-1.0.0b5.zip) = 6458097e58329d14b1a3e07e56ca38797d4985e5a50d08df27d426ba95f2a4c7
|
||||
SIZE (azure-mgmt-sqlvirtualmachine-1.0.0b5.zip) = 107987
|
||||
|
|
Loading…
Reference in a new issue