- 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
This commit is contained in:
Dirk Mueller 2024-01-14 17:53:46 +00:00 committed by Git OBS Bridge
parent d42af70286
commit d2e41b9475
5 changed files with 20 additions and 12 deletions

View File

@ -1,12 +1,12 @@
<services>
<service mode="disabled" name="renderspec">
<service mode="manual" name="renderspec">
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-heatclient/python-heatclient.spec.j2</param>
<param name="output-name">python-heatclient.spec</param>
<param name="requirements">https://opendev.org/openstack/python-heatclient/raw/branch/stable/xena/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,python-heatclient</param>
</service>
<service mode="disabled" name="download_files">
<service mode="manual" name="download_files">
</service>
<service name="format_spec_file" mode="disabled"/>
<service name="format_spec_file" mode="manual"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d88d18c3799a7b2d07901572e88321b2e0b1206b04d0103fb9a91bbbf7db563
size 178857

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2905bf597fad2480cb41362b3673edb65464bba6c1440cf62f973ed6c8a207b
size 179102

View File

@ -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

View File

@ -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}