Dirk Mueller 2020-10-09 19:13:53 +00:00 committed by Git OBS Bridge
parent a2f43bf7e9
commit c2ec0b64bc
5 changed files with 22 additions and 11 deletions

View File

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

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Oct 9 19:13:48 UTC 2020 - cloud-devel@suse.de
- update to version 2.2.1
- Add py38 package metadata
- Fix hacking min version to 3.0.1
- Native Zuul v3 version of the functional legacy job
- Update master for stable/ussuri
- Use unittest.mock instead of third party mock
- Add Python3 victoria unit tests
- Switch to newer openstackdocstheme and reno versions
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 12 10:01:12 UTC 2020 - cloud-devel@suse.de Tue May 12 10:01:12 UTC 2020 - cloud-devel@suse.de

View File

@ -17,20 +17,19 @@
Name: python-heatclient Name: python-heatclient
Version: 2.1.0 Version: 2.2.1
Release: 0 Release: 0
Summary: Python API and CLI for OpenStack Heat Summary: Python API and CLI for OpenStack Heat
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://launchpad.net/python-heatclient URL: https://launchpad.net/python-heatclient
Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-2.1.0.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-2.2.1.tar.gz
BuildRequires: openstack-macros BuildRequires: openstack-macros
BuildRequires: python3-PyYAML >= 3.12 BuildRequires: python3-PyYAML >= 3.12
BuildRequires: python3-cliff >= 2.8.0 BuildRequires: python3-cliff >= 2.8.0
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-fixtures BuildRequires: python3-fixtures
BuildRequires: python3-mock BuildRequires: python3-mock
BuildRequires: python3-mox3
BuildRequires: python3-osc-lib >= 1.8.0 BuildRequires: python3-osc-lib >= 1.8.0
BuildRequires: python3-oslo.serialization >= 2.18.0 BuildRequires: python3-oslo.serialization >= 2.18.0
BuildRequires: python3-pbr >= 2.0.0 BuildRequires: python3-pbr >= 2.0.0
@ -97,14 +96,14 @@ the OpenStack Heat API.
This package contains auto-generated documentation. This package contains auto-generated documentation.
%prep %prep
%autosetup -p1 -n python-heatclient-2.1.0 %autosetup -p1 -n python-heatclient-2.2.1
%py_req_cleanup %py_req_cleanup
%build %build
%{py3_build} %{py3_build}
PBR_VERSION=2.1.0 %sphinx_build -b html doc/source doc/build/html PBR_VERSION=2.2.1 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=2.1.0 %sphinx_build -b man doc/source doc/build/man PBR_VERSION=2.2.1 %sphinx_build -b man doc/source doc/build/man
# remove the sphinx-build leftovers # remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo} rm -rf doc/build/html/.{doctrees,buildinfo}