diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-03-22 02:46:48 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-03-22 03:21:12 +0800 |
commit | 33c125b9e267bc95670470006ae343df1bfb4d5f (patch) | |
tree | 051154a712a851334b2c4ece53c216e4bdd26536 /net/py-python-cinderclient/Makefile | |
parent | net/py-python-barbicanclient: Update to 5.5.0 (diff) |
net/py-python-cinderclient: Update to 9.3.0
Changes: https://docs.openstack.org/releasenotes/python-cinderclient/
Diffstat (limited to 'net/py-python-cinderclient/Makefile')
-rw-r--r-- | net/py-python-cinderclient/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-python-cinderclient/Makefile b/net/py-python-cinderclient/Makefile index a50a258da23d..cf8dce524c15 100644 --- a/net/py-python-cinderclient/Makefile +++ b/net/py-python-cinderclient/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-cinderclient -PORTVERSION= 9.2.0 +PORTVERSION= 9.3.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +12,12 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=4.3.1:devel/py-keystoneauth1@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=5.0.0:devel/py-keystoneauth1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=5.0.1:devel/py-oslo.i18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=4.8.0:devel/py-oslo.utils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=5.5.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2:devel/py-prettytable0@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.25.1:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}simplejson>=3.5.1:devel/py-simplejson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=3.3.0:devel/py-stevedore@${PY_FLAVOR} USES= python:3.8+ shebangfix |