diff --git a/python-heatclient-2.5.1.tar.gz b/python-heatclient-2.5.1.tar.gz deleted file mode 100644 index 8ae8c0aba2cf26950efefa36398db7e60b5a3693..0000000000000000000000000000000000000000 Binary files a/python-heatclient-2.5.1.tar.gz and /dev/null differ diff --git a/python-heatclient-3.2.0.tar.gz b/python-heatclient-3.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..21a64533f7f9ffc2d38fad4cf58478d827dd80e4 Binary files /dev/null and b/python-heatclient-3.2.0.tar.gz differ diff --git a/python-heatclient.spec b/python-heatclient.spec index efa3213e08af3e4e9f9aa87ef691422669ff878a..ccf4eac0d3ec38cfee26721aa6c069c9baf2efb4 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-heatclient -Version: 2.5.1 +Version: 3.2.0 Release: 1 Summary: OpenStack Orchestration API Client Library License: Apache-2.0 URL: https://docs.openstack.org/python-heatclient/latest -Source0: https://files.pythonhosted.org/packages/5c/d0/cea722a2e3c7f6f2ef7d3af6e1b043a8ce39f8f1ced21583af0e84a07a59/python-heatclient-2.5.1.tar.gz +Source0: https://files.pythonhosted.org/packages/21/a3/03ba1273b5576fe0006233e5f4bed246a74bffbb7dae10ed4ca7e139d92f/python-heatclient-3.2.0.tar.gz BuildArch: noarch %description This is a client library for Heat built on the Heat orchestration API. It provides a Python API (the heatclient @@ -61,7 +61,7 @@ This is a client library for Heat built on the Heat orchestration API. It provid module) and a command-line tool (heat). %prep -%autosetup -n python-heatclient-2.5.1 -p1 +%autosetup -n python-heatclient-%{version} -p1 %build %py3_build @@ -106,6 +106,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Apr 10 2024 wangjing - 3.2.0-1 +- update package of version 3.2.0 + * Thu Jun 16 2022 OpenStack_SIG - 2.5.1-1 - Upgrade version for openstack yoga