Date: Sun, 26 Mar 2023 08:52:21 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: c64607f10475 - main - devel/py-azure-mgmt-redis: Update to 14.1.0 Message-ID: <202303260852.32Q8qLRj038595@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=c64607f10475f5da13aaa98d3e9a27f419afda24 commit c64607f10475f5da13aaa98d3e9a27f419afda24 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2023-01-25 00:23:01 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2023-03-26 08:51:00 +0000 devel/py-azure-mgmt-redis: Update to 14.1.0 Changelog: https://pypi.org/project/azure-mgmt-redis/14.1.0/ --- devel/py-azure-mgmt-redis/Makefile | 16 +++++++++++----- devel/py-azure-mgmt-redis/distinfo | 6 +++--- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/devel/py-azure-mgmt-redis/Makefile b/devel/py-azure-mgmt-redis/Makefile index 4bdcb856e4be..8f2cc883a8f6 100644 --- a/devel/py-azure-mgmt-redis/Makefile +++ b/devel/py-azure-mgmt-redis/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-redis -DISTVERSION= 13.1.0 +DISTVERSION= 14.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,13 +10,19 @@ WWW= https://pypi.org/project/azure-mgmt-redis/ LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ +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.0<2.0.0:devel/py-azure-mgmt-core@${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> diff --git a/devel/py-azure-mgmt-redis/distinfo b/devel/py-azure-mgmt-redis/distinfo index 1bc111bd13cb..f382bde72241 100644 --- a/devel/py-azure-mgmt-redis/distinfo +++ b/devel/py-azure-mgmt-redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643115907 -SHA256 (azure-mgmt-redis-13.1.0.zip) = ece913e5fc7f157e945809e557443f79ff7691cabca4bbc5ecb266352f843179 -SIZE (azure-mgmt-redis-13.1.0.zip) = 104033 +TIMESTAMP = 1674606121 +SHA256 (azure-mgmt-redis-14.1.0.zip) = 2cef7659cdbe56fb042a23a35521d7c36a370faf4d4252f9f26f98a9697afa28 +SIZE (azure-mgmt-redis-14.1.0.zip) = 133286
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303260852.32Q8qLRj038595>