Date: Sun, 26 Mar 2023 08:52:18 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: 59e32bb77bb1 - main - devel/py-azure-mgmt-sql: Update to 4.0.0b6 Message-ID: <202303260852.32Q8qIoU038532@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=59e32bb77bb1e817686028dd17be486ace8c98be commit 59e32bb77bb1e817686028dd17be486ace8c98be Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2023-01-25 00:19:02 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2023-03-26 08:50:59 +0000 devel/py-azure-mgmt-sql: Update to 4.0.0b6 Changelog: https://pypi.org/project/azure-mgmt-sql/4.0.0b6/ --- devel/py-azure-mgmt-sql/Makefile | 10 ++++++++-- devel/py-azure-mgmt-sql/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/devel/py-azure-mgmt-sql/Makefile b/devel/py-azure-mgmt-sql/Makefile index 2e6f99f2f94d..1eeb10152a17 100644 --- a/devel/py-azure-mgmt-sql/Makefile +++ b/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} @@ -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-sql/distinfo b/devel/py-azure-mgmt-sql/distinfo index adefed7e9d15..e80a63a0b7ab 100644 --- a/devel/py-azure-mgmt-sql/distinfo +++ b/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303260852.32Q8qIoU038532>