From d2e41b9475010c386faaf3f42a96e5ce61eb7b1bd8a4ce627600a5036c2abf15 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 Jan 2024 17:53:46 +0000 Subject: [PATCH] - update to version 3.3.0 - Add Python 3.10 to supported runtime. - Switch to 2023.1 Python3 unit tests and generic template name - Update master for stable/2023.1 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=71 --- _service | 6 +++--- python-heatclient-3.2.0.tar.gz | 3 --- python-heatclient-3.3.0.tar.gz | 3 +++ python-heatclient.changes | 8 ++++++++ python-heatclient.spec | 12 ++++++------ 5 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 python-heatclient-3.2.0.tar.gz create mode 100644 python-heatclient-3.3.0.tar.gz diff --git a/_service b/_service index 98b4175..82720bf 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ - + https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-heatclient/python-heatclient.spec.j2 python-heatclient.spec https://opendev.org/openstack/python-heatclient/raw/branch/stable/xena/requirements.txt cloud-devel@suse.de gh,openstack,python-heatclient - + - + diff --git a/python-heatclient-3.2.0.tar.gz b/python-heatclient-3.2.0.tar.gz deleted file mode 100644 index 7e545a7..0000000 --- a/python-heatclient-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d88d18c3799a7b2d07901572e88321b2e0b1206b04d0103fb9a91bbbf7db563 -size 178857 diff --git a/python-heatclient-3.3.0.tar.gz b/python-heatclient-3.3.0.tar.gz new file mode 100644 index 0000000..d1eef6d --- /dev/null +++ b/python-heatclient-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2905bf597fad2480cb41362b3673edb65464bba6c1440cf62f973ed6c8a207b +size 179102 diff --git a/python-heatclient.changes b/python-heatclient.changes index 81d1db4..47e3ea8 100644 --- a/python-heatclient.changes +++ b/python-heatclient.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jan 14 17:52:34 UTC 2024 - cloud-devel@suse.de + +- update to version 3.3.0 + - Add Python 3.10 to supported runtime. + - Switch to 2023.1 Python3 unit tests and generic template name + - Update master for stable/2023.1 + ------------------------------------------------------------------- Tue Mar 7 06:58:14 UTC 2023 - cloud-devel@suse.de diff --git a/python-heatclient.spec b/python-heatclient.spec index 3d3dd59..59c59a3 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -1,7 +1,7 @@ # # spec file for package python-heatclient # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-heatclient -Version: 3.2.0 +Version: 3.3.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.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-3.3.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.2.0 +%autosetup -p1 -n python-heatclient-3.3.0 %py_req_cleanup %build %{py3_build} -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 +PBR_VERSION=3.3.0 %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=3.3.0 %sphinx_build -b man doc/source doc/build/man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}