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.3.1.tar.gz b/python-heatclient-2.3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bd96b530fddbab07a55b8ea0ea78077deec8b40b Binary files /dev/null and b/python-heatclient-2.3.1.tar.gz differ diff --git a/python-heatclient.spec b/python-heatclient.spec index 1787eff574593887875690c551635a55c4ea7aab..430eb51dffc80525b87765e1a41ba4df09b5d62a 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.3.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/58/c0/57157e89f37533c71ac12f62d3e687f75fbbfa6c63a8848fa8912cbf694a/python-heatclient-2.3.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 @@ -20,7 +20,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel -# General requires +# General build requires BuildRequires: python3-babel BuildRequires: python3-prettytable BuildRequires: python3-pyyaml @@ -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} -p1 %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 @@ -101,11 +101,13 @@ mv %{buildroot}/doclist.lst . %files -n python3-heatclient -f filelist.lst %dir %{python3_sitelib}/* - %files help -f doclist.lst %{_docdir}/* %changelog +* Mon Apr 17 2023 lixinyu - 2.3.1-1 +- Upgrade to 2.3.1 + * Fri Jul 30 2021 chenyanpanHW - 2.3.0-2 - DESC: delete -S git from %autosetup