diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-08 14:51:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-08 14:51:25 +0000 |
commit | 0f9c8e139e2b29a649b81e7492e57cf987354abc (patch) | |
tree | 69e346aa0ae211cd7142933a432b6233cc46e519 /net/py-python-glanceclient/pkg-descr | |
parent | Update to 2.12.0 (diff) |
Update to 2.17.0
- Update version requirement of RUN_DEPENDS
- Sort RUN_DEPENDS
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://docs.openstack.org/releasenotes/python-glanceclient/
Notes
Notes:
svn path=/head/; revision=522410
Diffstat (limited to 'net/py-python-glanceclient/pkg-descr')
-rw-r--r-- | net/py-python-glanceclient/pkg-descr | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/py-python-glanceclient/pkg-descr b/net/py-python-glanceclient/pkg-descr index 5c348a471696..70d24778c99c 100644 --- a/net/py-python-glanceclient/pkg-descr +++ b/net/py-python-glanceclient/pkg-descr @@ -1,5 +1,7 @@ -Client for the OpenStack Glance API. There's a Python API (the glanceclient -module), and a command-line script (glance). Each implements 100% of the -OpenStack Glance API. +This is a client library for Glance built on the OpenStack Images API. It +provides a Python API (the glanceclient module) and a command-line tool +(glance). This library fully supports the v1 Images API, while support for the +v2 API is in progress. -WWW: https://docs.openstack.org/python-glanceclient/ +WWW: https://docs.openstack.org/python-glanceclient/latest/ +WWW: https://github.com/openstack/python-glanceclient |