Accepting request 183605 from Cloud:OpenStack:Factory
-------------------------------------------------------------------- - Update to version 0.2.3.2.ga49cf4c: + Make the parameter checking consistent. + Only set X-Auth-User, X-Auth-Key on stack create/update. + Display yaml format for stack deployed via hot template + Cleanup in preperation for release. - Update to version 0.2.2.37.gff2033a: + Raise requirements to be in sync with OpenStack/Requirements + Rename README.md to README.rst - move heat client to main package - Update to version 0.2.2.34.ga4208dc: + Fix "heat validate" (add needed environment option) - Update to version 0.2.2.32.gcb5b027: + Update upper bound of keystoneclient version. OBS-URL: https://build.opensuse.org/request/show/183605 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-heatclient?expand=0&rev=7
This commit is contained in:
parent
a3b676170a
commit
6604c7c1b4
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1eb2ebc44bfefd8f17ea9b196972b0004ea777bd7039ee7ddb9c5d06fe4bb16
|
||||
size 38239
|
||||
oid sha256:91aad347649700339f3b111e0a5ba192f1226036be324d8577a9485901c1e063
|
||||
size 40159
|
||||
|
@ -1,3 +1,36 @@
|
||||
--------------------------------------------------------------------
|
||||
Wed Jul 17 10:19:32 UTC 2013 - opensuse-cloud@opensuse.org
|
||||
|
||||
- Update to version 0.2.3.2.ga49cf4c:
|
||||
+ Make the parameter checking consistent.
|
||||
+ Only set X-Auth-User, X-Auth-Key on stack create/update.
|
||||
+ Display yaml format for stack deployed via hot template
|
||||
+ Cleanup in preperation for release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 07:23:08 UTC 2013 - opensuse-cloud@opensuse.org
|
||||
|
||||
- Update to version 0.2.2.37.gff2033a:
|
||||
+ Raise requirements to be in sync with OpenStack/Requirements
|
||||
+ Rename README.md to README.rst
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 14 16:09:38 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- move heat client to main package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 23:48:23 UTC 2013 - opensuse-cloud@opensuse.org
|
||||
|
||||
- Update to version 0.2.2.34.ga4208dc:
|
||||
+ Fix "heat validate" (add needed environment option)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 08:23:29 UTC 2013 - opensuse-cloud@opensuse.org
|
||||
|
||||
- Update to version 0.2.2.32.gcb5b027:
|
||||
+ Update upper bound of keystoneclient version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 5 13:10:22 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define component heatclient
|
||||
|
||||
Name: python-%{component}
|
||||
Version: 0.2.2.31.g9cba3da
|
||||
Version: 0.2.3.2.ga49cf4c
|
||||
Release: 0
|
||||
Summary: Openstack Orchestration (Heat) API Client
|
||||
License: Apache-2.0
|
||||
@ -85,7 +85,7 @@ Requires: python-testtools >= 0.9.29
|
||||
This package contains testsuite files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n python-heatclient-0.2.2.31.g9cba3da
|
||||
%setup -q -n python-heatclient-0.2.3.2.ga49cf4c
|
||||
%openstack_cleanup_prep
|
||||
echo %{version} > heatclient/versioninfo
|
||||
|
||||
@ -102,7 +102,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-data=%
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README.md
|
||||
%doc LICENSE README.rst
|
||||
%{_bindir}/heat
|
||||
%{python_sitelib}/%{component}/
|
||||
%{python_sitelib}/python_%{component}-*.egg-info
|
||||
|
||||
@ -112,7 +113,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-data=%
|
||||
|
||||
%files test
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/heat
|
||||
%{_localstatedir}/lib/%{name}-test/
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user