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
This commit is contained in:
Tomáš Chvátal 2013-08-18 20:40:04 +00:00 committed by Git OBS Bridge
parent 6604c7c1b4
commit 701a5de545
4 changed files with 59 additions and 5 deletions

View File

@ -2,6 +2,7 @@
<service name="git_tarballs" mode="disabled">
<param name="url">http://tarballs.openstack.org/python-heatclient/python-heatclient-master.tar.gz</param>
<param name="email">opensuse-cloud@opensuse.org</param>
<param name="version-regexp">.*-([^-]+)\.g[a-zA-Z0-9]{7}</param>
<param name="plain-version">True</param>
</service>
</services>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91aad347649700339f3b111e0a5ba192f1226036be324d8577a9485901c1e063
size 40159
oid sha256:103be098c643cdeac4e6a730099c1ac5ebff5d8d1e80e2d23f80bfae81889edd
size 45244

View File

@ -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

View File

@ -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}