aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-22 03:18:44 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-22 03:18:44 +0000
commitc0cb7185ea657dbd4d3ecc6a063a2701e1cec82a (patch)
tree9deba310e5a0ec477053fb8814420874d6615f5c
parentef949b702a6bb69f10aab57a0bc744adf997fad6 (diff)
downloadports-c0cb7185ea657dbd4d3ecc6a063a2701e1cec82a.tar.gz
ports-c0cb7185ea657dbd4d3ecc6a063a2701e1cec82a.zip
net/py-python-keystoneclient: Update to 5.2.0
- Update WWW and clean up pkg-descr Changes: https://docs.openstack.org/releasenotes/python-keystoneclient/
-rw-r--r--net/py-python-keystoneclient/Makefile5
-rw-r--r--net/py-python-keystoneclient/distinfo6
-rw-r--r--net/py-python-keystoneclient/pkg-descr2
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