!10 Upgrade to 7.3.0

From: @huangtianhua
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-08-11 08:10:08 +00:00 committed by Gitee
commit 85926d9a8d
3 changed files with 8 additions and 7 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,13 +2,13 @@
%global with_doc 1
Name: python-neutronclient
Version: 7.2.1
Release: 2%{?dist}
Version: 7.3.0
Release: 1
Summary: Python API and CLI for OpenStack Neutron
License: Apache-2.0
URL: http://launchpad.net/python-neutronclient/
Source0: https://tarballs.openstack.org/python-neutronclient/python-neutronclient-7.2.1.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/python-neutronclient/python-neutronclient-7.3.0.tar.gz
BuildArch: noarch
%description
Client library and command line utility for interacting with OpenStack Neutron's API
@ -16,8 +16,6 @@ Client library and command line utility for interacting with OpenStack Neutron's
%package -n python3-neutronclient
Summary: Python API and CLI for OpenStack Neutron
%{?python_provide:%python_provide python3-neutronclient}
Obsoletes: python2-neutronclient < 7.2.1-2
Obsoletes: python-neutronclient-tests <= 4.1.1-3
BuildRequires: git
BuildRequires: openstack-macros
@ -86,7 +84,7 @@ Client library and command line utility for interacting with OpenStack Neutron's
%endif
%prep
%autosetup -n python-neutronclient-7.2.1 -S git
%autosetup -n python-neutronclient-%{version}
%py_req_cleanup
%build
@ -94,7 +92,7 @@ Client library and command line utility for interacting with OpenStack Neutron's
%if 0%{?with_doc}
export PYTHONPATH=.
sphinx-build -W -b html doc/source doc/build/html
sphinx-build -b html doc/source doc/build/html
rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo
%endif
@ -125,5 +123,8 @@ ln -s neutron %{buildroot}%{_bindir}/neutron-3
%endif
%changelog
* Thu Jul 15 2021 huangtianhua <huangtianhua@huawei.com> - 7.3.0-1
- Upgrade to 7.3.0 to support OpenStack-W
* Thu Jan 12 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated