diff --git a/python-heatclient-3.1.0.tar.gz b/python-heatclient-3.1.0.tar.gz deleted file mode 100644 index b125585..0000000 --- a/python-heatclient-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd25bc8518f9f3c37efb80aecfb7a56d4d2a3befb82619b5bdad3af499cd999a -size 178095 diff --git a/python-heatclient-3.2.0.tar.gz b/python-heatclient-3.2.0.tar.gz new file mode 100644 index 0000000..7e545a7 --- /dev/null +++ b/python-heatclient-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d88d18c3799a7b2d07901572e88321b2e0b1206b04d0103fb9a91bbbf7db563 +size 178857 diff --git a/python-heatclient.changes b/python-heatclient.changes index 54e2c04..81d1db4 100644 --- a/python-heatclient.changes +++ b/python-heatclient.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 7 06:58:14 UTC 2023 - cloud-devel@suse.de + +- update to version 3.2.0 + - Adapt to tox 4 + - Update master for stable/zed + - Imported Translations from Zanata + ------------------------------------------------------------------- Thu Dec 1 10:56:29 UTC 2022 - cloud-devel@suse.de diff --git a/python-heatclient.spec b/python-heatclient.spec index cd8db38..3d3dd59 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -17,13 +17,13 @@ Name: python-heatclient -Version: 3.1.0 +Version: 3.2.0 Release: 0 Summary: Python API and CLI for OpenStack Heat License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/python-heatclient -Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-3.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-3.2.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PyYAML >= 3.13 BuildRequires: python3-cliff >= 2.8.0 @@ -92,14 +92,14 @@ the OpenStack Heat API. This package contains auto-generated documentation. %prep -%autosetup -p1 -n python-heatclient-3.1.0 +%autosetup -p1 -n python-heatclient-3.2.0 %py_req_cleanup %build %{py3_build} -PBR_VERSION=3.1.0 %sphinx_build -b html doc/source doc/build/html -PBR_VERSION=3.1.0 %sphinx_build -b man doc/source doc/build/man +PBR_VERSION=3.2.0 %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=3.2.0 %sphinx_build -b man doc/source doc/build/man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} @@ -111,7 +111,7 @@ install -p -D -m 644 doc/build/man/heat.1 %{buildroot}%{_mandir}/man1/heat.1 install -p -D -m 644 tools/heat.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/heat.bash_completion %check -python3 -m stestr.cli run +%{openstack_stestr_run} %files -n python3-heatclient %license LICENSE