Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2020 18:58:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549139 - head/net/py-python-cinderclient
Message-ID:  <202009201858.08KIw1Y5001638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 20 18:58:01 2020
New Revision: 549139
URL: https://svnweb.freebsd.org/changeset/ports/549139

Log:
  Update to 7.2.0
  
  Changes:	https://docs.openstack.org/releasenotes/python-cinderclient/

Modified:
  head/net/py-python-cinderclient/Makefile
  head/net/py-python-cinderclient/distinfo

Modified: head/net/py-python-cinderclient/Makefile
==============================================================================
--- head/net/py-python-cinderclient/Makefile	Sun Sep 20 18:57:56 2020	(r549138)
+++ head/net/py-python-cinderclient/Makefile	Sun Sep 20 18:58:01 2020	(r549139)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	python-cinderclient
-PORTVERSION=	7.1.0
+PORTVERSION=	7.2.0
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4
 		${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.1<0.8:devel/py-prettytable@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=3.5.1:devel/py-simplejson@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR}
 
 USES=		python:3.6+ shebangfix
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/net/py-python-cinderclient/distinfo
==============================================================================
--- head/net/py-python-cinderclient/distinfo	Sun Sep 20 18:57:56 2020	(r549138)
+++ head/net/py-python-cinderclient/distinfo	Sun Sep 20 18:58:01 2020	(r549139)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592835243
-SHA256 (python-cinderclient-7.1.0.tar.gz) = 625d34dd6a3626f9a02e83af554441d96ff91ab20aa081412c7530c1e87ec642
-SIZE (python-cinderclient-7.1.0.tar.gz) = 243949
+TIMESTAMP = 1600531309
+SHA256 (python-cinderclient-7.2.0.tar.gz) = b8f756598c629ebee1924d9357b5a560f40708bc30de19dd088abeac2f71dc56
+SIZE (python-cinderclient-7.2.0.tar.gz) = 248517



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