[PATCH 04/16] stx-upstream: upgrade aodhclient for Train
Current version: 1.3.0 Story: 2007502 Task: 39253 Depends-on: https://review.opendev.org/#/c/716818 Change-Id: I0dfc4b779b90db2e0ad20f0745c87f00cedcd904 Signed-off-by: Chen, Yan <yan.chen@intel.com>
This commit is contained in:
parent
3d3a2c80de
commit
675c8fcff5
@ -1,4 +1,4 @@
|
||||
TAR_NAME=aodhclient
|
||||
SRC_DIR=$CGCS_BASE/git/python-aodhclient
|
||||
TIS_BASE_SRCREV="1.2.0"
|
||||
TIS_BASE_SRCREV="1.3.0"
|
||||
TIS_PATCH_VER=GITREVCOUNT
|
||||
|
@ -11,7 +11,7 @@ This is a client library for Aodh built on the Aodh API. It \
|
||||
provides a Python API (the aodhclient module) and a command-line tool.
|
||||
|
||||
Name: python-aodhclient
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0
|
||||
Release: 1%{?_tis_dist}.%{tis_patch_ver}
|
||||
Summary: Python API and CLI for OpenStack Aodh
|
||||
|
||||
@ -43,6 +43,7 @@ Requires: python-oslo-utils >= 2.0.0
|
||||
Requires: python-keystoneauth1 >= 1.0.0
|
||||
Requires: python-six >= 1.9.0
|
||||
Requires: python-osc-lib >= 1.0.1
|
||||
Requires: python-osprofiler >= 1.4.0
|
||||
Requires: pyparsing
|
||||
|
||||
%description -n python2-%{pypi_name}
|
||||
@ -94,6 +95,7 @@ Requires: python3-oslo-utils >= 2.0.0
|
||||
Requires: python3-keystoneauth1 >= 1.0.0
|
||||
Requires: python3-six >= 1.9.0
|
||||
Requires: python3-osc-lib >= 1.0.1
|
||||
Requires: python3-osprofiler >= 1.4.0
|
||||
Requires: python3-pyparsing
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
|
Loading…
Reference in New Issue
Block a user