!10 Upgrade to 7.3.0
From: @huangtianhua Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
85926d9a8d
Binary file not shown.
BIN
python-neutronclient-7.3.0.tar.gz
Normal file
BIN
python-neutronclient-7.3.0.tar.gz
Normal file
Binary file not shown.
@ -2,13 +2,13 @@
|
|||||||
%global with_doc 1
|
%global with_doc 1
|
||||||
|
|
||||||
Name: python-neutronclient
|
Name: python-neutronclient
|
||||||
Version: 7.2.1
|
Version: 7.3.0
|
||||||
Release: 2%{?dist}
|
Release: 1
|
||||||
Summary: Python API and CLI for OpenStack Neutron
|
Summary: Python API and CLI for OpenStack Neutron
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: http://launchpad.net/python-neutronclient/
|
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
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
Client library and command line utility for interacting with OpenStack Neutron's API
|
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
|
%package -n python3-neutronclient
|
||||||
Summary: Python API and CLI for OpenStack Neutron
|
Summary: Python API and CLI for OpenStack Neutron
|
||||||
%{?python_provide:%python_provide python3-neutronclient}
|
%{?python_provide:%python_provide python3-neutronclient}
|
||||||
Obsoletes: python2-neutronclient < 7.2.1-2
|
|
||||||
Obsoletes: python-neutronclient-tests <= 4.1.1-3
|
|
||||||
|
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: openstack-macros
|
BuildRequires: openstack-macros
|
||||||
@ -86,7 +84,7 @@ Client library and command line utility for interacting with OpenStack Neutron's
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n python-neutronclient-7.2.1 -S git
|
%autosetup -n python-neutronclient-%{version}
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -94,7 +92,7 @@ Client library and command line utility for interacting with OpenStack Neutron's
|
|||||||
|
|
||||||
%if 0%{?with_doc}
|
%if 0%{?with_doc}
|
||||||
export PYTHONPATH=.
|
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
|
rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -125,5 +123,8 @@ ln -s neutron %{buildroot}%{_bindir}/neutron-3
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Thu Jan 12 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user