Date: Sun, 26 Mar 2023 08:52:44 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: 6c070e2722d8 - main - devel/py-azure-mgmt-containerinstance: Update to 10.1.0b1 Message-ID: <202303260852.32Q8qi39039012@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=6c070e2722d87bda1247a89c8883a183cc882d24 commit 6c070e2722d87bda1247a89c8883a183cc882d24 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2023-03-26 01:13:40 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2023-03-26 08:51:05 +0000 devel/py-azure-mgmt-containerinstance: Update to 10.1.0b1 Changelog: https://pypi.org/project/azure-mgmt-containerinstance/10.1.0b1/ --- devel/py-azure-mgmt-containerinstance/Makefile | 16 +++++++++++----- devel/py-azure-mgmt-containerinstance/distinfo | 6 +++--- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/devel/py-azure-mgmt-containerinstance/Makefile b/devel/py-azure-mgmt-containerinstance/Makefile index bcb921541564..2a83af341218 100644 --- a/devel/py-azure-mgmt-containerinstance/Makefile +++ b/devel/py-azure-mgmt-containerinstance/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-containerinstance -PORTVERSION= 9.1.0 +DISTVERSION= 10.1.0b1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,13 +10,19 @@ WWW= https://pypi.org/project/azure-mgmt-containerinstance/ 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.2.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-containerinstance/distinfo b/devel/py-azure-mgmt-containerinstance/distinfo index 4bef37279e5f..c10aa88c1e8d 100644 --- a/devel/py-azure-mgmt-containerinstance/distinfo +++ b/devel/py-azure-mgmt-containerinstance/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641080933 -SHA256 (azure-mgmt-containerinstance-9.1.0.zip) = 22164b0c59138b37bc48ba6d476bf635152bc428dcb420b521a14b8c25c797ad -SIZE (azure-mgmt-containerinstance-9.1.0.zip) = 78483 +TIMESTAMP = 1679793158 +SHA256 (azure-mgmt-containerinstance-10.1.0b1.zip) = 86a64344574045f333d18c9814b80c5f832608b42e90fb789c4a37ec7e34c50d +SIZE (azure-mgmt-containerinstance-10.1.0b1.zip) = 105375
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303260852.32Q8qi39039012>