- update to version 2.4.0

- Update master for stable/wallaby
  - [ussuri][goal] Update contributor documentation
  - Replace oslo_utils.fnmatch with fnmatch
  - Add Python3 xena unit tests
  - fix lower constraint job

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=64
This commit is contained in:
Dirk Mueller 2021-10-26 21:48:42 +00:00 committed by Git OBS Bridge
parent fdccb1aa3a
commit f94b9b1ccf
5 changed files with 22 additions and 12 deletions

View File

@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/python-heatclient/python-heatclient.spec.j2</param>
<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/wallaby/requirements.txt</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>

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 26 21:48:01 UTC 2021 - cloud-devel@suse.de
- update to version 2.4.0
- Update master for stable/wallaby
- [ussuri][goal] Update contributor documentation
- Replace oslo_utils.fnmatch with fnmatch
- Add Python3 xena unit tests
- fix lower constraint job
-------------------------------------------------------------------
Sun May 2 17:23:01 UTC 2021 - cloud-devel@suse.de

View File

@ -17,13 +17,13 @@
Name: python-heatclient
Version: 2.3.0
Version: 2.4.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-2.3.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-2.4.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PyYAML >= 3.13
BuildRequires: python3-cliff >= 2.8.0
@ -43,7 +43,7 @@ Requires: python3-PrettyTable >= 0.7.2
Requires: python3-PyYAML >= 3.13
Requires: python3-cliff >= 2.8.0
Requires: python3-iso8601 >= 0.1.11
Requires: python3-keystoneauth1 >= 3.4.0
Requires: python3-keystoneauth1 >= 3.8.0
Requires: python3-osc-lib >= 1.14.0
Requires: python3-oslo.i18n >= 3.15.3
Requires: python3-oslo.serialization >= 2.18.0
@ -65,7 +65,7 @@ Requires: python3-PrettyTable >= 0.7.2
Requires: python3-PyYAML >= 3.13
Requires: python3-cliff >= 2.8.0
Requires: python3-iso8601 >= 0.1.11
Requires: python3-keystoneauth1 >= 3.4.0
Requires: python3-keystoneauth1 >= 3.8.0
Requires: python3-osc-lib >= 1.14.0
Requires: python3-oslo.i18n >= 3.15.3
Requires: python3-oslo.serialization >= 2.18.0
@ -95,14 +95,14 @@ the OpenStack Heat API.
This package contains auto-generated documentation.
%prep
%autosetup -p1 -n python-heatclient-2.3.0
%autosetup -p1 -n python-heatclient-2.4.0
%py_req_cleanup
%build
%{py3_build}
PBR_VERSION=2.3.0 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=2.3.0 %sphinx_build -b man doc/source doc/build/man
PBR_VERSION=2.4.0 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=2.4.0 %sphinx_build -b man doc/source doc/build/man
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}