From 8ca1930f727bdb0e0c13c5e86f1d7dbf4ed7d2ec Mon Sep 17 00:00:00 2001 From: tonybrad Date: Wed, 22 Aug 2018 11:39:06 +0800 Subject: [PATCH] update python-zunclient to v2.1.0 Change-Id: I1ad442b00c4eef2f4fbb05fdedfc3f5b1b227af8 --- openstack/python-zunclient/python-zunclient.spec.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/python-zunclient/python-zunclient.spec.j2 b/openstack/python-zunclient/python-zunclient.spec.j2 index 4755402e9..7f2236b4a 100644 --- a/openstack/python-zunclient/python-zunclient.spec.j2 +++ b/openstack/python-zunclient/python-zunclient.spec.j2 @@ -1,5 +1,5 @@ {% set pypi_name = 'python-zunclient' %} -{% set upstream_version = upstream_version('1.3.0') %} +{% set upstream_version = upstream_version('2.1.0') %} {% set rpm_release = '1' %} {% set source = url_pypi() %}