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,22 +1,28 @@ PORTNAME= azure-mgmt-redhatopenshift -DISTVERSION= 1.1.0 +DISTVERSION= 1.2.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Microsoft Azure Red Hat Openshift Management Client Library for Python 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 +.include + +.if ${PYTHON_REL} < 30800 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR} +.endif + +.include 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