Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2023 21:32:17 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a91f6435c9f3 - main - net/py-python-cinderclient: Update to 9.4.0
Message-ID:  <202309042132.384LWHYO096634@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a91f6435c9f3dc0c3368b0d7c85bb52bc9c908ff

commit a91f6435c9f3dc0c3368b0d7c85bb52bc9c908ff
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-04 21:26:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-04 21:30:17 +0000

    net/py-python-cinderclient: Update to 9.4.0
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://docs.openstack.org/releasenotes/python-cinderclient/
---
 net/py-python-cinderclient/Makefile  | 5 +++--
 net/py-python-cinderclient/distinfo  | 6 +++---
 net/py-python-cinderclient/pkg-descr | 2 --
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/net/py-python-cinderclient/Makefile b/net/py-python-cinderclient/Makefile
index c92b720a751d..c9255ca2bc46 100644
--- a/net/py-python-cinderclient/Makefile
+++ b/net/py-python-cinderclient/Makefile
@@ -1,12 +1,13 @@
 PORTNAME=	python-cinderclient
-PORTVERSION=	9.3.0
+PORTVERSION=	9.4.0
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	OpenStack Block Storage API Client Library
-WWW=		https://docs.openstack.org/python-cinderclient/latest/
+WWW=		https://docs.openstack.org/python-cinderclient/latest/ \
+		https://github.com/openstack/python-cinderclient
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/net/py-python-cinderclient/distinfo b/net/py-python-cinderclient/distinfo
index 281494549bca..a313ed4a8e06 100644
--- a/net/py-python-cinderclient/distinfo
+++ b/net/py-python-cinderclient/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677771329
-SHA256 (python-cinderclient-9.3.0.tar.gz) = 9a6aa30feff48c0c0fd188e6d5150dbdd91e3fd5b10d2db9d78b9812ab14af88
-SIZE (python-cinderclient-9.3.0.tar.gz) = 236158
+TIMESTAMP = 1693823927
+SHA256 (python-cinderclient-9.4.0.tar.gz) = a53e6470a516627b59d22505222a0c85794be1a7f2774e87796105bd47ee9695
+SIZE (python-cinderclient-9.4.0.tar.gz) = 236451
diff --git a/net/py-python-cinderclient/pkg-descr b/net/py-python-cinderclient/pkg-descr
index bb72bc7b837e..a2caa0021e55 100644
--- a/net/py-python-cinderclient/pkg-descr
+++ b/net/py-python-cinderclient/pkg-descr
@@ -4,5 +4,3 @@ of the OpenStack Cinder API.
 
 See the OpenStack CLI Reference for information on how to use the cinder
 command-line tool. You may also want to look at the OpenStack API documentation.
-
-See also: https://github.com/openstack/python-cinderclient



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309042132.384LWHYO096634>