From 34b43c193a915b5a5dff2a0c55216a1d7ac100b3e2452e279280fd52cac70acd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Jan 2023 09:05:04 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=68 --- python-heatclient.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient.spec b/python-heatclient.spec index ccd81aa..cd8db38 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -1,7 +1,7 @@ # # spec file for package python-heatclient # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From d42af7028694cb25d241baed61f9c4172bfb183401f4aefc2f416459a5960f5e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 Mar 2023 06:59:48 +0000 Subject: [PATCH 2/2] - update to version 3.2.0 - Adapt to tox 4 - Update master for stable/zed - Imported Translations from Zanata OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=69 --- python-heatclient-3.1.0.tar.gz | 3 --- python-heatclient-3.2.0.tar.gz | 3 +++ python-heatclient.changes | 8 ++++++++ python-heatclient.spec | 12 ++++++------ 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 python-heatclient-3.1.0.tar.gz create mode 100644 python-heatclient-3.2.0.tar.gz 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