Accepting request 197426 from Cloud:OpenStack:Factory

- Update to version 0.2.4.10:
  + Add X-Region-Name parameter in HTTP request

- Update to version 0.2.4.8:
  + Rename event logical_resource_id to resource_name

- Update to version 0.2.4.7:
  + Do not obscure Unauthorized error messages

- Update to version 0.2.4.5:
  + Apply OS_REGION_NAME for endpoint selection

OBS-URL: https://build.opensuse.org/request/show/197426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-heatclient?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2013-09-16 10:45:25 +00:00 committed by Git OBS Bridge
parent 701a5de545
commit fd9d9ef494
3 changed files with 28 additions and 4 deletions

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Aug 28 23:57:59 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.4.10:
+ Add X-Region-Name parameter in HTTP request
-------------------------------------------------------------------
Tue Aug 27 00:01:23 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.4.8:
+ Rename event logical_resource_id to resource_name
-------------------------------------------------------------------
Mon Aug 26 00:02:10 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.4.7:
+ Do not obscure Unauthorized error messages
-------------------------------------------------------------------
Sat Aug 24 00:08:28 UTC 2013 - opensuse-cloud@opensuse.org
- Update to version 0.2.4.5:
+ Apply OS_REGION_NAME for endpoint selection
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 14 00:07:28 UTC 2013 - opensuse-cloud@opensuse.org Wed Aug 14 00:07:28 UTC 2013 - opensuse-cloud@opensuse.org

View File

@ -19,7 +19,7 @@
%define component heatclient %define component heatclient
Name: python-%{component} Name: python-%{component}
Version: 0.2.4.4 Version: 0.2.4.10
Release: 0 Release: 0
Summary: Openstack Orchestration (Heat) API Client Summary: Openstack Orchestration (Heat) API Client
License: Apache-2.0 License: Apache-2.0
@ -85,7 +85,7 @@ Requires: python-testtools >= 0.9.29
This package contains testsuite files for %{name}. This package contains testsuite files for %{name}.
%prep %prep
%setup -q -n python-heatclient-0.2.4.4.gc0457ff %setup -q -n python-heatclient-0.2.4.10.ga5d7108
%openstack_cleanup_prep %openstack_cleanup_prep
echo %{version} > heatclient/versioninfo echo %{version} > heatclient/versioninfo