diff --git a/python-heatclient-1.18.1.tar.gz b/python-heatclient-1.18.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..cb811e3944e74f4f80c78bc2aa52de69a6cda373 Binary files /dev/null and b/python-heatclient-1.18.1.tar.gz differ 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.spec b/python-heatclient.spec index 1787eff574593887875690c551635a55c4ea7aab..d765170cbb69a0e18807ffb8cc26925f6ce640a5 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: 1.18.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/e3/ed/7286932e19f5ac0e46f5e6ca3fca965189e45114c5a016a78e40ec021a8b/python-heatclient-1.18.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,14 +61,14 @@ 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-%{version} %build %py3_build - %install %py3_install + install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -95,21 +95,13 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%check -#%{__python3} setup.py test %files -n python3-heatclient -f filelist.lst %dir %{python3_sitelib}/* - %files help -f doclist.lst %{_docdir}/* %changelog -* Fri Jul 30 2021 chenyanpanHW - 2.3.0-2 -- DESC: delete -S git from %autosetup - -* Tue Jul 13 2021 OpenStack_SIG - 2.3.0-1 -- Update to 2.3.0 -* Tue Feb 23 2021 Python_Bot -- Package Spec generated +* Mon Nov 08 2021 OpenStack_SIG - 1.18.1-1 +- Init package python3-heatclient with version 1.18.1