Skip to content

Commit

Permalink
devel/py-azure-mgmt-sql: Update to 4.0.0b6
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaio committed Mar 26, 2023
1 parent 5dddabd commit 59e32bb
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-sql/Makefile
@@ -1,5 +1,5 @@
PORTNAME= azure-mgmt-sql
DISTVERSION= 4.0.0b5
DISTVERSION= 4.0.0b6
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-sql/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1672431738
SHA256 (azure-mgmt-sql-4.0.0b5.zip) = 2f7d6206c1109d5b87a7f328ab50edf2923ae6ac0513e0d594aded4f1ab497ca
SIZE (azure-mgmt-sql-4.0.0b5.zip) = 1268517
TIMESTAMP = 1674605713
SHA256 (azure-mgmt-sql-4.0.0b6.zip) = d7fd1518c5bdc99b22949d32363845cd53bb59b265078c899832ff471a502ca7
SIZE (azure-mgmt-sql-4.0.0b6.zip) = 1268410

0 comments on commit 59e32bb

Please sign in to comment.