Upgrade to 7.3.0
This commit is contained in:
parent
f21484e5ca
commit
79f58ae275
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
|
||||
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user