Accepting request 736653 from Cloud:OpenStack:Factory

- update to version 1.18.0
  - Update stack_id clearify for heat client functions
  - Dropping the py35 testing
  - Update master for stable/stein
  - Fix missing print format
  - Add Python 3 Train unit tests
  - Replace openstack.org git:// URLs with https://
  - add python 3.7 unit test job
  - OpenDev Migration Patch
  - Set Content-Type header explictly for SessionClient
  - Fix unit tests

OBS-URL: https://build.opensuse.org/request/show/736653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-heatclient?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2019-12-04 12:48:26 +00:00 committed by Git OBS Bridge
commit db6cb8f187
5 changed files with 25 additions and 10 deletions

View File

@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-heatclient/python-heatclient.spec.j2</param>
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/python-heatclient/python-heatclient.spec.j2</param>
<param name="output-name">python-heatclient.spec</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/python-heatclient/stable/stein/requirements.txt</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/python-heatclient/stable/train/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:c5655079430a8e77104525cb8aea06b0ab8f22b1787ad3aae33ca4fb2662e17a
size 172475

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Oct 9 12:59:51 UTC 2019 - cloud-devel@suse.de
- update to version 1.18.0
- Update stack_id clearify for heat client functions
- Dropping the py35 testing
- Update master for stable/stein
- Fix missing print format
- Add Python 3 Train unit tests
- Replace openstack.org git:// URLs with https://
- add python 3.7 unit test job
- OpenDev Migration Patch
- Set Content-Type header explictly for SessionClient
- Fix unit tests
-------------------------------------------------------------------
Mon Apr 8 12:18:46 UTC 2019 - cloud-devel@suse.de

View File

@ -17,13 +17,13 @@
Name: python-heatclient
Version: 1.17.0
Version: 1.18.0
Release: 0
Summary: Python API and CLI for OpenStack Heat
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/python-heatclient
Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.17.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.18.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python2-PyYAML >= 3.12
@ -95,15 +95,15 @@ the OpenStack Heat API.
This package contains auto-generated documentation.
%prep
%autosetup -p1 -n python-heatclient-1.17.0
%autosetup -p1 -n python-heatclient-1.18.0
%py_req_cleanup
%build
%{python_build}
%{__python2} setup.py build_sphinx --builder=html,man
PBR_VERSION=1.17.0 sphinx-build -b html doc/source doc/build/html
PBR_VERSION=1.17.0 sphinx-build -b man doc/source doc/build/man
PBR_VERSION=1.18.0 sphinx-build -b html doc/source doc/build/html
PBR_VERSION=1.18.0 sphinx-build -b man doc/source doc/build/man
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}