Accepting request 1198504 from Cloud:OpenStack:Factory

- update to version 4.0.0
  - Remove Python 3.8 support
  - reno: Update master for unmaintained/xena
  - reno: Update master for unmaintained/victoria
  - Fix storyboard links
  - reno: Update master for unmaintained/zed
  - Remove old excludes
  - Update master for stable/2024.1
  - reno: Update master for unmaintained/wallaby

OBS-URL: https://build.opensuse.org/request/show/1198504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-heatclient?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2024-09-04 11:23:38 +00:00 committed by Git OBS Bridge
commit 83405712b3
4 changed files with 21 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Sep 3 13:12:41 UTC 2024 - cloud-devel@suse.de
- update to version 4.0.0
- Remove Python 3.8 support
- reno: Update master for unmaintained/xena
- reno: Update master for unmaintained/victoria
- Fix storyboard links
- reno: Update master for unmaintained/zed
- Remove old excludes
- Update master for stable/2024.1
- reno: Update master for unmaintained/wallaby
-------------------------------------------------------------------
Sun Mar 24 20:06:06 UTC 2024 - cloud-devel@suse.de

View File

@ -17,13 +17,13 @@
Name: python-heatclient
Version: 3.5.0
Version: 4.0.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.5.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-4.0.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.5.0
%autosetup -p1 -n python-heatclient-4.0.0
%py_req_cleanup
%build
%{py3_build}
PBR_VERSION=3.5.0 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=3.5.0 %sphinx_build -b man doc/source doc/build/man
PBR_VERSION=4.0.0 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=4.0.0 %sphinx_build -b man doc/source doc/build/man
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}