- 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
This commit is contained in:
Dirk Mueller 2023-03-07 06:59:48 +00:00 committed by Git OBS Bridge
parent 34b43c193a
commit d42af70286
4 changed files with 17 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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