From acfb7834083912f51de2f7e88f35a577e0a02e6efaefaf122bafa59126f1612e Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 7 Aug 2017 09:11:35 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=20version=201.11.0=20=20=20-=20?= =?UTF-8?q?Handle=20log=20message=20interpolation=20by=20the=20logger=20?= =?UTF-8?q?=20=20-=20Explicitly=20set=20'builders'=20option=20=20=20-=20Do?= =?UTF-8?q?n't=20encode=20path=20separators=20=20=20-=20Show=20'project'?= =?UTF-8?q?=20info=20if=20heat=20server=20returns=20=20=20-=20Trivial:remo?= =?UTF-8?q?ve=20unused=20code=20=20=20-=20Support=20openstack=20stack=20ex?= =?UTF-8?q?port=20=20=20-=20Use=20endpoint=5Ftype=20with=20session=20clien?= =?UTF-8?q?t=20=20=20-=20Replace=20six.iteritems()=20with=20.items()=20=20?= =?UTF-8?q?=20-=20Don't=20always=20resolve=20outputs=20when=20showing=20a?= =?UTF-8?q?=20stack=20=20=20-=20Fixing=20read=20before=20prompt=20bug=20?= =?UTF-8?q?=20=20-=20Use=20upper-constraints=20for=20all=20jobs=20=20=20-?= =?UTF-8?q?=20Fix=20error=20message=20when=20deployment=20not=20found=20?= =?UTF-8?q?=20=20-=20Switch=20from=20oslosphinx=20to=20openstackdocstheme?= =?UTF-8?q?=20=20=20-=20Add=20functinoal=20tests=20for=20'openstack=20stac?= =?UTF-8?q?k=20snapshot=20delete'=20=20=20-=20Add=20optional=20arguments?= =?UTF-8?q?=20'-y'=20in=20CLI=EF=BC=9Asnapshot-delete=20=20=20-=20Replace?= =?UTF-8?q?=20mox3=20with=20mock=20=20=20-=20Build=20event=20stack=5Fname?= =?UTF-8?q?=20from=20links=20=20=20-=20Remove=20log=20translations=20=20?= =?UTF-8?q?=20-=20Add=20'--yes'=20for=20openstack=20stack=20snapshot=20del?= =?UTF-8?q?ete=20=20=20-=20Update=20test=20requirement=20=20=20-=20Remove?= =?UTF-8?q?=20support=20for=20py34=20=20=20-=20Pass=20event=20filters=20to?= =?UTF-8?q?=20the=20server=20side=20=20=20-=20Updated=20from=20global=20re?= =?UTF-8?q?quirements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=41 --- _service | 4 ++-- python-heatclient-1.11.0.tar.gz | 3 +++ python-heatclient-1.8.1.tar.gz | 3 --- python-heatclient.changes | 28 ++++++++++++++++++++++++++++ python-heatclient.spec | 23 ++++++++++++----------- 5 files changed, 45 insertions(+), 16 deletions(-) create mode 100644 python-heatclient-1.11.0.tar.gz delete mode 100644 python-heatclient-1.8.1.tar.gz diff --git a/_service b/_service index d122140..9ca1a2e 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-heatclient/python-heatclient.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-heatclient/python-heatclient.spec.j2 python-heatclient.spec - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt cloud-devel@suse.de gh,openstack,python-heatclient diff --git a/python-heatclient-1.11.0.tar.gz b/python-heatclient-1.11.0.tar.gz new file mode 100644 index 0000000..06172d2 --- /dev/null +++ b/python-heatclient-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4592df82c3abbffe22f2c223470074526245c9e960f8f5f055f840b60d94a155 +size 165700 diff --git a/python-heatclient-1.8.1.tar.gz b/python-heatclient-1.8.1.tar.gz deleted file mode 100644 index db092de..0000000 --- a/python-heatclient-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95558abcb78d747e5516b51f9aabe3bd54013a3c8b4ec06de5415ff2a042009b -size 163976 diff --git a/python-heatclient.changes b/python-heatclient.changes index 08e149f..145101d 100644 --- a/python-heatclient.changes +++ b/python-heatclient.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Aug 7 09:10:40 UTC 2017 - cloud-devel@suse.de + +- update to version 1.11.0 + - Handle log message interpolation by the logger + - Explicitly set 'builders' option + - Don't encode path separators + - Show 'project' info if heat server returns + - Trivial:remove unused code + - Support openstack stack export + - Use endpoint_type with session client + - Replace six.iteritems() with .items() + - Don't always resolve outputs when showing a stack + - Fixing read before prompt bug + - Use upper-constraints for all jobs + - Fix error message when deployment not found + - Switch from oslosphinx to openstackdocstheme + - Add functinoal tests for 'openstack stack snapshot delete' + - Add optional arguments '-y' in CLI:snapshot-delete + - Replace mox3 with mock + - Build event stack_name from links + - Remove log translations + - Add '--yes' for openstack stack snapshot delete + - Update test requirement + - Remove support for py34 + - Pass event filters to the server side + - Updated from global requirements + ------------------------------------------------------------------- Wed Jun 7 09:47:25 UTC 2017 - cloud-devel@suse.de diff --git a/python-heatclient.spec b/python-heatclient.spec index ca5d9e0..cb2247d 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -18,7 +18,7 @@ %global sname python-heatclient Name: python-heatclient -Version: 1.8.1 +Version: 1.11.0 Release: 0 Summary: Python API and CLI for OpenStack Heat License: Apache-2.0 @@ -27,15 +27,15 @@ Url: https://launchpad.net/%{sname} Source0: https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz BuildRequires: openstack-macros BuildRequires: python-PyYAML >= 3.10.0 -BuildRequires: python-cliff >= 2.3.0 +BuildRequires: python-cliff >= 2.6.0 BuildRequires: python-devel BuildRequires: python-fixtures >= 3.0.0 BuildRequires: python-mock >= 2.0 BuildRequires: python-mox3 >= 0.7.0 -BuildRequires: python-osc-lib >= 1.2.0 +BuildRequires: python-osc-lib >= 1.5.1 BuildRequires: python-oslo.serialization >= 1.10.0 BuildRequires: python-oslotest >= 1.10.0 -BuildRequires: python-pbr >= 1.8 +BuildRequires: python-pbr >= 2.0.0 BuildRequires: python-requests-mock >= 1.1 BuildRequires: python-swiftclient >= 3.2.0 BuildRequires: python-testrepository >= 0.0.18 @@ -44,14 +44,14 @@ BuildRequires: python-testtools >= 1.4.0 Requires: python-Babel >= 2.3.4 Requires: python-PrettyTable >= 0.7.1 Requires: python-PyYAML >= 3.10.0 -Requires: python-cliff >= 2.3.0 +Requires: python-cliff >= 2.6.0 Requires: python-iso8601 >= 0.1.11 -Requires: python-keystoneauth1 >= 2.18.0 -Requires: python-osc-lib >= 1.2.0 +Requires: python-keystoneauth1 >= 2.21.0 +Requires: python-osc-lib >= 1.5.1 Requires: python-oslo.i18n >= 2.1.0 Requires: python-oslo.serialization >= 1.10.0 -Requires: python-oslo.utils >= 3.18.0 -Requires: python-requests >= 2.10.0 +Requires: python-oslo.utils >= 3.20.0 +Requires: python-requests >= 2.14.2 Requires: python-six >= 1.9.0 Requires: python-swiftclient >= 3.2.0 BuildArch: noarch @@ -65,7 +65,7 @@ the OpenStack Heat API. Summary: Documentation for OpenStack Heat API Client Group: Documentation BuildRequires: python-Sphinx -BuildRequires: python-oslosphinx >= 4.7.0 +BuildRequires: python-openstackdocstheme >= 1.11.0 %description doc This is a client for the OpenStack Heat API. There's a Python API (the @@ -76,11 +76,12 @@ This package contains auto-generated documentation. %prep %autosetup -n %{sname}-%{version} %py_req_cleanup +sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{py2_build} -%{__python2} setup.py build_sphinx +%{__python2} setup.py build_sphinx --builder=html,man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}