Accepting request 182642 from Cloud:OpenStack:Factory
- update requires - Update to version 0.2.2.31.g9cba3da: + Add support for suspend/resume actions + Unit tests for pretty table special formatters. + Format resource required_by in resource-show. OBS-URL: https://build.opensuse.org/request/show/182642 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-heatclient?expand=0&rev=6
This commit is contained in:
parent
6de1569868
commit
a3b676170a
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f838f94949d75272ee0c621df0e725f96cf106e1af8890598e430946d9215fa
|
||||
size 37270
|
||||
oid sha256:f1eb2ebc44bfefd8f17ea9b196972b0004ea777bd7039ee7ddb9c5d06fe4bb16
|
||||
size 38239
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 5 13:10:22 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 23:50:16 UTC 2013 - opensuse-cloud@opensuse.org
|
||||
|
||||
- Update to version 0.2.2.31.g9cba3da:
|
||||
+ Add support for suspend/resume actions
|
||||
+ Unit tests for pretty table special formatters.
|
||||
+ Format resource required_by in resource-show.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 23:49:20 UTC 2013 - opensuse-cloud@opensuse.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define component heatclient
|
||||
|
||||
Name: python-%{component}
|
||||
Version: 0.2.2.26.g7774ac3
|
||||
Version: 0.2.2.31.g9cba3da
|
||||
Release: 0
|
||||
Summary: Openstack Orchestration (Heat) API Client
|
||||
License: Apache-2.0
|
||||
@ -44,7 +44,6 @@ Requires: python-httplib2
|
||||
Requires: python-iso8601 >= 0.1.4
|
||||
Requires: python-keystoneclient >= 0.2
|
||||
Requires: python-pbr >= 0.5.10
|
||||
Requires: python-warlock < 2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
@ -79,13 +78,14 @@ Requires: python-mox
|
||||
Requires: python-pep8 >= 1.4.5
|
||||
Requires: python-pyflakes >= 0.7.2
|
||||
Requires: python-testrepository >= 0.0.13
|
||||
Requires: python-testscenarios
|
||||
Requires: python-testtools >= 0.9.29
|
||||
|
||||
%description test
|
||||
This package contains testsuite files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n python-heatclient-0.2.2.26.g7774ac3
|
||||
%setup -q -n python-heatclient-0.2.2.31.g9cba3da
|
||||
%openstack_cleanup_prep
|
||||
echo %{version} > heatclient/versioninfo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user