Skip to content

Commit

Permalink
devel/py-azure-mgmt-recoveryservicesbackup: Update to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaio committed Mar 26, 2023
1 parent afc7b9d commit 84399be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions devel/py-azure-mgmt-recoveryservicesbackup/Makefile
@@ -1,5 +1,5 @@
PORTNAME= azure-mgmt-recoveryservicesbackup
DISTVERSION= 5.1.0b1
DISTVERSION= 5.1.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,9 +14,15 @@ 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.2<2.0.0:devel/py-azure-mgmt-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>
6 changes: 3 additions & 3 deletions devel/py-azure-mgmt-recoveryservicesbackup/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1667055273
SHA256 (azure-mgmt-recoveryservicesbackup-5.1.0b1.zip) = e1d8cf7c3ce3f6a9795859f97da7cb65644a6e87ef6f563b8f4e52efb972ef9b
SIZE (azure-mgmt-recoveryservicesbackup-5.1.0b1.zip) = 524248
TIMESTAMP = 1679791435
SHA256 (azure-mgmt-recoveryservicesbackup-5.1.0.zip) = c65f8a6cd19c789585bc9287f00c34d87a3ec0c031bf13d9e13d3d4229a7ece5
SIZE (azure-mgmt-recoveryservicesbackup-5.1.0.zip) = 598320

0 comments on commit 84399be

Please sign in to comment.