diff --git a/_service b/_service index 598ce84..c8bf08d 100644 --- a/_service +++ b/_service @@ -1,10 +1,10 @@ - - http://tarballs.openstack.org/python-heatclient/python-heatclient-0.2.5.tar.gz - opensuse-cloud@opensuse.org - True + + enable + + + keystone - enable diff --git a/python-heatclient-0.2.5.tar.gz b/python-heatclient-0.2.5.tar.gz deleted file mode 100644 index 34ae10c..0000000 --- a/python-heatclient-0.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1d8d07947aa619498640aef84927e5f7a82efc566cc5f6260e146ddbcbc6ba8 -size 48071 diff --git a/python-heatclient-0.2.6.tar.gz b/python-heatclient-0.2.6.tar.gz new file mode 100644 index 0000000..3190ccd --- /dev/null +++ b/python-heatclient-0.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544d2436f016675a02e179e0f7a99207b4134750e8ddfcc19326fb1e3d9067d5 +size 68473 diff --git a/python-heatclient.changes b/python-heatclient.changes index be30c1d..5b41bf0 100644 --- a/python-heatclient.changes +++ b/python-heatclient.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 13 14:21:07 UTC 2014 - dmueller@suse.com + +- update to 0.2.6: + * make tokens work with --os-no-client-auth + * Add --include-pass option for grizzly backwards compat + ------------------------------------------------------------------- Wed Jan 29 09:12:36 UTC 2014 - speilicke@suse.com diff --git a/python-heatclient.spec b/python-heatclient.spec index 32da633..3e73cd1 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -19,13 +19,13 @@ %define component heatclient Name: python-%{component} -Version: 0.2.5 +Version: 0.2.6 Release: 0 Summary: Openstack Orchestration (Heat) API Client License: Apache-2.0 Group: Development/Languages/Python Url: http://launchpad.net/python-heatclient -Source: python-heatclient-0.2.5.tar.gz +Source: http://tarballs.openstack.org/python-heatclient/python-heatclient-0.2.6.tar.gz BuildRequires: openstack-suse-macros BuildRequires: python-base BuildRequires: python-distribute @@ -39,6 +39,7 @@ BuildRequires: python-pbr Requires: python >= 2.6.8 Requires: python-PrettyTable >= 0.6 Requires: python-PyYAML >= 3.1.0 +Requires: python-argparse Requires: python-httplib2 Requires: python-iso8601 >= 0.1.4 Requires: python-keystoneclient >= 0.3.0 @@ -72,7 +73,6 @@ Requires: python-discover %endif Requires: python-fixtures >= 0.3.12 Requires: python-flake8 >= 2.0 -Requires: python-hacking >= 0.5.6 Requires: python-mock >= 0.8.0 Requires: python-mox >= 0.5.3 Requires: python-pep8 >= 1.4.5 @@ -85,7 +85,7 @@ Requires: python-testtools >= 0.9.32 This package contains testsuite files for %{name}. %prep -%setup -q -n python-heatclient-0.2.5 +%setup -q -n python-heatclient-0.2.6 %openstack_cleanup_prep echo %{version} > heatclient/versioninfo