Accepting request 1073023 from Cloud:OpenStack:Factory
- 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/request/show/1073023 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-heatclient?expand=0&rev=37
This commit is contained in:
commit
2cf863ebaa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd25bc8518f9f3c37efb80aecfb7a56d4d2a3befb82619b5bdad3af499cd999a
|
||||
size 178095
|
3
python-heatclient-3.2.0.tar.gz
Normal file
3
python-heatclient-3.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d88d18c3799a7b2d07901572e88321b2e0b1206b04d0103fb9a91bbbf7db563
|
||||
size 178857
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user