1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

net/py-python-keystoneclient: Update to 5.2.0

- Update WWW and clean up pkg-descr

Changes:	https://docs.openstack.org/releasenotes/python-keystoneclient/
This commit is contained in:
Po-Chuan Hsieh 2023-09-22 11:18:44 +08:00
parent ef949b702a
commit c0cb7185ea
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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