diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-19 01:56:48 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-19 02:00:46 +0800 |
commit | b17507d2056bbeea8694cdf47392a2524587c05b (patch) | |
tree | c24dbb2a000fb7e9d1910d7f9a9aacbdf20b2a59 /net | |
parent | d377c4f0c6fcfdbe775c6adde1d9069d1e5f4800 (diff) | |
download | freebsd-ports-b17507d2056bbeea8694cdf47392a2524587c05b.zip |
net/py-python-heatclient: Update to 3.0.0
Changes: https://docs.openstack.org/releasenotes/python-heatclient/
Diffstat (limited to 'net')
-rw-r--r-- | net/py-python-heatclient/Makefile | 5 | ||||
-rw-r--r-- | net/py-python-heatclient/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/py-python-heatclient/Makefile b/net/py-python-heatclient/Makefile index bd5d1d2e3c87..02a9608964d1 100644 --- a/net/py-python-heatclient/Makefile +++ b/net/py-python-heatclient/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> PORTNAME= python-heatclient -PORTVERSION= 2.5.1 +PORTVERSION= 3.0.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,8 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.2:devel/py-prettytable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-swiftclient>=3.2.0:databases/py-python-swiftclient@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} USES= python:3.8+ shebangfix USE_PYTHON= autoplist concurrent distutils diff --git a/net/py-python-heatclient/distinfo b/net/py-python-heatclient/distinfo index 2e6333ea3e02..3d317f153a6c 100644 --- a/net/py-python-heatclient/distinfo +++ b/net/py-python-heatclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647264638 -SHA256 (python-heatclient-2.5.1.tar.gz) = de5ed7cb12a6d7c0403350e136c0a6470719476db8fbc9bf8d0d581ebc0b1c2b -SIZE (python-heatclient-2.5.1.tar.gz) = 178919 +TIMESTAMP = 1658151389 +SHA256 (python-heatclient-3.0.0.tar.gz) = e4e2f2b0a6ccd866e3313f25b215832ccb6a3ab1ead838615af6f0d68341359b +SIZE (python-heatclient-3.0.0.tar.gz) = 178097 |