Merge "[PATCH 04/16] stx-upstream: upgrade aodhclient for Train"

This commit is contained in:
Zuul 2020-04-28 15:44:30 +00:00 committed by Gerrit Code Review
commit d66d6835ce
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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}