From 701a5de545a717b82e07dff72e51d943f4b1a130d0182be1332287845d4b7f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 18 Aug 2013 20:40:04 +0000 Subject: [PATCH] Accepting request 188171 from Cloud:OpenStack:Factory - Update to version 0.2.4.4: + Generate a template from a resource - Update to version 0.2.4.2: + Fix heat event list sorted order incorrect - Update to version 0.2.4.1: + Updated from global requirements - Update to version 0.2.3.15.g2c05c73: + Add mock as a test requirement + Fix Stack instance delete method + Custom Stack get method to avoid lookup redirects + Do not paginate stack list unless page_size is set + Remove unused Stack data method - Update to version 0.2.3.10.g9104cb0: + Sync with global requirements -------------------------------------------------------------------- - Update to version 0.2.3.9.g529d429: + Implement Stack status and action properties -------------------------------------------------------------------- - Update to version 0.2.3.8.gcae2c0f: + Parse error object (in json format) returned by heat-api -------------------------------------------------------------------- - Update to version 0.2.3.6.ge5d68a4: + Validate heat url is supplied for --os-no-client-auth. + Set credentials headers if there is no auth token. OBS-URL: https://build.opensuse.org/request/show/188171 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-heatclient?expand=0&rev=8 --- _service | 1 + python-heatclient-master.tar.gz | 4 +-- python-heatclient.changes | 53 +++++++++++++++++++++++++++++++++ python-heatclient.spec | 6 ++-- 4 files changed, 59 insertions(+), 5 deletions(-) diff --git a/_service b/_service index 8cbf2cf..c9c70d7 100644 --- a/_service +++ b/_service @@ -2,6 +2,7 @@ http://tarballs.openstack.org/python-heatclient/python-heatclient-master.tar.gz opensuse-cloud@opensuse.org + .*-([^-]+)\.g[a-zA-Z0-9]{7} True diff --git a/python-heatclient-master.tar.gz b/python-heatclient-master.tar.gz index 2e756c1..c3bb615 100644 --- a/python-heatclient-master.tar.gz +++ b/python-heatclient-master.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91aad347649700339f3b111e0a5ba192f1226036be324d8577a9485901c1e063 -size 40159 +oid sha256:103be098c643cdeac4e6a730099c1ac5ebff5d8d1e80e2d23f80bfae81889edd +size 45244 diff --git a/python-heatclient.changes b/python-heatclient.changes index b6d8983..96feec7 100644 --- a/python-heatclient.changes +++ b/python-heatclient.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Wed Aug 14 00:07:28 UTC 2013 - opensuse-cloud@opensuse.org + +- Update to version 0.2.4.4: + + Generate a template from a resource + +------------------------------------------------------------------- +Sat Aug 10 11:08:17 UTC 2013 - opensuse-cloud@opensuse.org + +- Update to version 0.2.4.2: + + Fix heat event list sorted order incorrect + +------------------------------------------------------------------- +Thu Aug 8 14:40:37 UTC 2013 - opensuse-cloud@opensuse.org + +- Update to version 0.2.4.1: + + Updated from global requirements + +------------------------------------------------------------------- +Wed Aug 7 23:49:59 UTC 2013 - opensuse-cloud@opensuse.org + +- Update to version 0.2.3.15.g2c05c73: + + Add mock as a test requirement + + Fix Stack instance delete method + + Custom Stack get method to avoid lookup redirects + + Do not paginate stack list unless page_size is set + + Remove unused Stack data method + +------------------------------------------------------------------- +Tue Aug 6 23:52:13 UTC 2013 - opensuse-cloud@opensuse.org + +- Update to version 0.2.3.10.g9104cb0: + + Sync with global requirements + +-------------------------------------------------------------------- +Mon Aug 5 21:15:56 UTC 2013 - opensuse-cloud@opensuse.org + +- Update to version 0.2.3.9.g529d429: + + Implement Stack status and action properties + +-------------------------------------------------------------------- +Tue Jul 30 14:52:28 UTC 2013 - opensuse-cloud@opensuse.org + +- Update to version 0.2.3.8.gcae2c0f: + + Parse error object (in json format) returned by heat-api + +-------------------------------------------------------------------- +Mon Jul 22 23:46:33 UTC 2013 - opensuse-cloud@opensuse.org + +- Update to version 0.2.3.6.ge5d68a4: + + Validate heat url is supplied for --os-no-client-auth. + + Set credentials headers if there is no auth token. + -------------------------------------------------------------------- Wed Jul 17 10:19:32 UTC 2013 - opensuse-cloud@opensuse.org diff --git a/python-heatclient.spec b/python-heatclient.spec index 6fd99cb..b984234 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -19,7 +19,7 @@ %define component heatclient Name: python-%{component} -Version: 0.2.3.2.ga49cf4c +Version: 0.2.4.4 Release: 0 Summary: Openstack Orchestration (Heat) API Client License: Apache-2.0 @@ -85,14 +85,14 @@ Requires: python-testtools >= 0.9.29 This package contains testsuite files for %{name}. %prep -%setup -q -n python-heatclient-0.2.3.2.ga49cf4c +%setup -q -n python-heatclient-0.2.4.4.gc0457ff %openstack_cleanup_prep echo %{version} > heatclient/versioninfo %build python setup.py build python setup.py build_sphinx -rm -rf doc/build/html/{.buildinfo,.doctrees} +rm doc/build/html/.buildinfo %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-data=%{python_sitelib}