git: c0cb7185ea65 - main - net/py-python-keystoneclient: Update to 5.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 03:24:42 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0cb7185ea657dbd4d3ecc6a063a2701e1cec82a commit c0cb7185ea657dbd4d3ecc6a063a2701e1cec82a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-22 03:18:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-22 03:18:44 +0000 net/py-python-keystoneclient: Update to 5.2.0 - Update WWW and clean up pkg-descr Changes: https://docs.openstack.org/releasenotes/python-keystoneclient/ --- net/py-python-keystoneclient/Makefile | 5 +++-- net/py-python-keystoneclient/distinfo | 6 +++--- net/py-python-keystoneclient/pkg-descr | 2 -- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/net/py-python-keystoneclient/Makefile b/net/py-python-keystoneclient/Makefile index cae1d0016eec..c47c5231563c 100644 --- a/net/py-python-keystoneclient/Makefile +++ b/net/py-python-keystoneclient/Makefile @@ -1,12 +1,13 @@ PORTNAME= python-keystoneclient -PORTVERSION= 5.1.0 +PORTVERSION= 5.2.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Client Library for OpenStack Identity -WWW= https://docs.openstack.org/python-keystoneclient/latest/ +WWW= https://docs.openstack.org/python-keystoneclient/latest/ \ + https://github.com/openstack/python-keystoneclient LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net/py-python-keystoneclient/distinfo b/net/py-python-keystoneclient/distinfo index c0a3ca50e80b..1b031b31a097 100644 --- a/net/py-python-keystoneclient/distinfo +++ b/net/py-python-keystoneclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771337 -SHA256 (python-keystoneclient-5.1.0.tar.gz) = ba09bdfeafa2a2196450a327cd3f46f2a8a9dd9d21b838f8cb9b17a99740c6a1 -SIZE (python-keystoneclient-5.1.0.tar.gz) = 325232 +TIMESTAMP = 1695143347 +SHA256 (python-keystoneclient-5.2.0.tar.gz) = 72a42c3869e2128bb0c626ac856c3dbf3e38ef16d7e85dd35567b82cd24539a9 +SIZE (python-keystoneclient-5.2.0.tar.gz) = 324652 diff --git a/net/py-python-keystoneclient/pkg-descr b/net/py-python-keystoneclient/pkg-descr index deb51074ab6d..d6ec9c1f4e47 100644 --- a/net/py-python-keystoneclient/pkg-descr +++ b/net/py-python-keystoneclient/pkg-descr @@ -1,5 +1,3 @@ This is a client for the OpenStack Identity API, implemented by the Keystone team; it contains a Python API (the keystoneclient module) for OpenStack's Identity Service. For command line interface support, use OpenStackClient. - -See also: https://github.com/openstack/python-keystoneclient