diff --git a/python-neutronclient-7.2.1.tar.gz b/python-neutronclient-7.2.1.tar.gz deleted file mode 100644 index 5c3344c..0000000 Binary files a/python-neutronclient-7.2.1.tar.gz and /dev/null differ diff --git a/python-neutronclient-7.3.0.tar.gz b/python-neutronclient-7.3.0.tar.gz new file mode 100644 index 0000000..318e612 Binary files /dev/null and b/python-neutronclient-7.3.0.tar.gz differ diff --git a/python-neutronclient.spec b/python-neutronclient.spec index 21b6997..9b2ed21 100644 --- a/python-neutronclient.spec +++ b/python-neutronclient.spec @@ -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 - 7.3.0-1 +- Upgrade to 7.3.0 to support OpenStack-W + * Thu Jan 12 2021 Python_Bot - Package Spec generated