diff --git a/python-heatclient-2.3.0.tar.gz b/python-heatclient-2.3.0.tar.gz deleted file mode 100644 index bedf8c998d6aabc6e565ae28105e76ee5f2de04d..0000000000000000000000000000000000000000 Binary files a/python-heatclient-2.3.0.tar.gz and /dev/null differ diff --git a/python-heatclient-2.5.1.tar.gz b/python-heatclient-2.5.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8ae8c0aba2cf26950efefa36398db7e60b5a3693 Binary files /dev/null and b/python-heatclient-2.5.1.tar.gz differ diff --git a/python-heatclient.spec b/python-heatclient.spec index 1787eff574593887875690c551635a55c4ea7aab..efa3213e08af3e4e9f9aa87ef691422669ff878a 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-heatclient -Version: 2.3.0 -Release: 2 +Version: 2.5.1 +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/21/3e/9b8291832fa40bb39d46e13a8327705460ab3fb25c46c950f0fafec9ceaf/python-heatclient-2.3.0.tar.gz +Source0: https://files.pythonhosted.org/packages/5c/d0/cea722a2e3c7f6f2ef7d3af6e1b043a8ce39f8f1ced21583af0e84a07a59/python-heatclient-2.5.1.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.3.0 -p1 +%autosetup -n python-heatclient-2.5.1 -p1 %build %py3_build @@ -106,6 +106,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 16 2022 OpenStack_SIG - 2.5.1-1 +- Upgrade version for openstack yoga + * Fri Jul 30 2021 chenyanpanHW - 2.3.0-2 - DESC: delete -S git from %autosetup