Date: Sun, 26 Mar 2023 08:52:33 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: 6d8118009c42 - main - devel/py-azure-mgmt-redhatopenshift: Update to 1.2.0 Message-ID: <202303260852.32Q8qXl2038804@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=6d8118009c420ec3abab7f595cc1fe973e02b70d commit 6d8118009c420ec3abab7f595cc1fe973e02b70d Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2023-03-26 00:49:53 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2023-03-26 08:51:02 +0000 devel/py-azure-mgmt-redhatopenshift: Update to 1.2.0 Changelog: https://pypi.org/project/azure-mgmt-redhatopenshift/1.2.0/ --- devel/py-azure-mgmt-redhatopenshift/Makefile | 16 +++++++++++----- devel/py-azure-mgmt-redhatopenshift/distinfo | 6 +++--- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/devel/py-azure-mgmt-redhatopenshift/Makefile b/devel/py-azure-mgmt-redhatopenshift/Makefile index b8049ba0a262..4e5845ca7a53 100644 --- a/devel/py-azure-mgmt-redhatopenshift/Makefile +++ b/devel/py-azure-mgmt-redhatopenshift/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-redhatopenshift -DISTVERSION= 1.1.0 +DISTVERSION= 1.2.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,13 +10,19 @@ WWW= https://pypi.org/project/azure-mgmt-redhatopenshift/ 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-redhatopenshift/distinfo b/devel/py-azure-mgmt-redhatopenshift/distinfo index 1b659b44a7a5..4777b41c739b 100644 --- a/devel/py-azure-mgmt-redhatopenshift/distinfo +++ b/devel/py-azure-mgmt-redhatopenshift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655516347 -SHA256 (azure-mgmt-redhatopenshift-1.1.0.zip) = 4eaf21ddfbda8f1206d908ed0b21c240313675e0438a8c4b2da4107a4fcedb85 -SIZE (azure-mgmt-redhatopenshift-1.1.0.zip) = 123399 +TIMESTAMP = 1679791636 +SHA256 (azure-mgmt-redhatopenshift-1.2.0.zip) = 654e26293ce7cbdb6c283ac5494fa5965e6fea80e2bd82655c3ae25892c061e7 +SIZE (azure-mgmt-redhatopenshift-1.2.0.zip) = 227432
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303260852.32Q8qXl2038804>