!9 Upgrade to 17.4.0 to support OpenStack-W

From: @huangtianhua
Reviewed-by: @zh-f,@zhangy1317
Signed-off-by: @zhangy1317
This commit is contained in:
openeuler-ci-bot 2021-08-13 06:51:29 +00:00 committed by Gitee
commit 7477c78433
3 changed files with 15 additions and 13 deletions

Binary file not shown.

Binary file not shown.

View File

@ -3,12 +3,12 @@
Name: python-novaclient Name: python-novaclient
Epoch: 1 Epoch: 1
Version: 17.2.1 Version: 17.4.0
Release: 2 Release: 1
Summary: Python API and CLI for OpenStack Nova Summary: Python API and CLI for OpenStack Nova
License: Apache-2.0 License: Apache-2.0
URL: https://launchpad.net/python-novaclient URL: https://launchpad.net/python-novaclient
Source0: https://pypi.io/packages/source/p/python-novaclient/python-novaclient-17.2.1.tar.gz Source0: https://pypi.io/packages/source/p/python-novaclient/python-novaclient-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -20,21 +20,20 @@ the OpenStack Nova API.
%package -n python3-novaclient %package -n python3-novaclient
Summary: Python API and CLI for OpenStack Nova Summary: Python API and CLI for OpenStack Nova
%{?python_provide:%python_provide python3-novaclient} %{?python_provide:%python_provide python3-novaclient}
Obsoletes: python2-novaclient < 17.2.1-1
BuildRequires: openstack-macros BuildRequires: openstack-macros
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-pbr BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Requires: python3-iso8601 >= 0.1.11 Requires: python3-iso8601
Requires: python3-keystoneauth1 >= 3.5.0 Requires: python3-keystoneauth1
Requires: python3-oslo-i18n >= 3.15.3 Requires: python3-oslo-i18n
Requires: python3-oslo-serialization >= 2.18.0 Requires: python3-oslo-serialization
Requires: python3-oslo-utils >= 3.33.0 Requires: python3-oslo-utils
Requires: python3-pbr >= 2.0.0 Requires: python3-pbr
Requires: python3-prettytable >= 0.7.2 Requires: python3-prettytable
Requires: python3-stevedore >= 2.0.1 Requires: python3-stevedore
%description -n python3-novaclient %description -n python3-novaclient
This is a client for the OpenStack Nova API. There's a Python API (the \ This is a client for the OpenStack Nova API. There's a Python API (the \
@ -59,7 +58,7 @@ This package contains auto-generated documentation.
%endif %endif
%prep %prep
%autosetup -n python-novaclient-17.2.1 -p1 %autosetup -n python-novaclient-%{version} -p1
%py_req_cleanup %py_req_cleanup
%build %build
@ -99,6 +98,9 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo doc/build/html/.htacce
%endif %endif
%changelog %changelog
* Thu Aug 5 2021 huangtianhua <huangtianhua@huawei.com> - 17.4.0-1
- Upgrade to 17.4.0
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 17.2.1-2 * Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 17.2.1-2
- DESC: delete -S git from %autosetup, and delete BuildRequires git - DESC: delete -S git from %autosetup, and delete BuildRequires git