From 890eb3fd17b57e992498ce3abed9eed4eb0e96faf9e1f76c1090a81fae275938 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Wed, 9 Oct 2019 13:00:00 +0000 Subject: [PATCH] - 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/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=53 --- _service | 4 ++-- python-heatclient-1.17.0.tar.gz | 3 --- python-heatclient-1.18.0.tar.gz | 3 +++ python-heatclient.changes | 15 +++++++++++++++ python-heatclient.spec | 10 +++++----- 5 files changed, 25 insertions(+), 10 deletions(-) delete mode 100644 python-heatclient-1.17.0.tar.gz create mode 100644 python-heatclient-1.18.0.tar.gz diff --git a/_service b/_service index e5634ea..637192b 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-heatclient/python-heatclient.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/python-heatclient/python-heatclient.spec.j2 python-heatclient.spec - https://raw.githubusercontent.com/openstack/python-heatclient/stable/stein/requirements.txt + https://raw.githubusercontent.com/openstack/python-heatclient/stable/train/requirements.txt cloud-devel@suse.de gh,openstack,python-heatclient diff --git a/python-heatclient-1.17.0.tar.gz b/python-heatclient-1.17.0.tar.gz deleted file mode 100644 index 0769b64..0000000 --- a/python-heatclient-1.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5655079430a8e77104525cb8aea06b0ab8f22b1787ad3aae33ca4fb2662e17a -size 172475 diff --git a/python-heatclient-1.18.0.tar.gz b/python-heatclient-1.18.0.tar.gz new file mode 100644 index 0000000..08c0c50 --- /dev/null +++ b/python-heatclient-1.18.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5bbb4cfa8547d2574e4f1151490a9f62a23adff76444b3b5f8adc2b642a6fb +size 171856 diff --git a/python-heatclient.changes b/python-heatclient.changes index b14f993..384dd84 100644 --- a/python-heatclient.changes +++ b/python-heatclient.changes @@ -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 diff --git a/python-heatclient.spec b/python-heatclient.spec index 7288f2a..1fcb863 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -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}