From e5f86bbd973d2c3e0b6a874ab060d701906656e63e376421d51fe43dfc088d1e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 14 Apr 2014 09:15:35 +0000 Subject: [PATCH] osc copypac from project:Cloud:OpenStack:Icehouse:Staging package:python-heatclient revision:11, using keep-link, using expand OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=22 --- python-heatclient-0.2.8.tar.gz | 3 --- python-heatclient-0.2.9.tar.gz | 3 +++ python-heatclient.changes | 34 ++++++++++++++++++++++++++++++++++ python-heatclient.spec | 2 +- 4 files changed, 38 insertions(+), 4 deletions(-) delete mode 100644 python-heatclient-0.2.8.tar.gz create mode 100644 python-heatclient-0.2.9.tar.gz diff --git a/python-heatclient-0.2.8.tar.gz b/python-heatclient-0.2.8.tar.gz deleted file mode 100644 index 299392d..0000000 --- a/python-heatclient-0.2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:772069e5fdd393996750ba5f40b50212a2ae6f209b820d75826bb7197b289324 -size 73534 diff --git a/python-heatclient-0.2.9.tar.gz b/python-heatclient-0.2.9.tar.gz new file mode 100644 index 0000000..113015f --- /dev/null +++ b/python-heatclient-0.2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc6d99f86529633b8b5d99417358fd7c023223572f190ae3e1da09ff435420f +size 81470 diff --git a/python-heatclient.changes b/python-heatclient.changes index 04e1c0e..902ce23 100644 --- a/python-heatclient.changes +++ b/python-heatclient.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Mon Apr 14 09:07:45 UTC 2014 - dmueller@suse.com + +- update to 0.2.9: + * Updated from global requirements + * Process provider templates for included files + * Support Python 3 + * Python 3: fix test_template_utils.py + * Skip timeout_mins when not specify + * get_file: encode non utf-8 encoding files via base64 + * get_file: do not read same url once again + * Resolve files in resource types + * Do not use the '+' operation with dict_items() + * Python3: fix a bytes/str issue + * Updated from global requirements + * Using common methods from oslo cliutils + * Python 3: decode bytes before feeding them to jsonutils.loads() + * Output warnings for deprecated commands + * Add stack-preview support + * Workaround failing pypy gate job + * Remove dependent module py3kcompat + * Python 3: Fix YamlEnvironmentTest tests + * Oslo: sync strutils + * Add new tests to cover most of the requests port + * Modify stack ID lookup to only use stacks:lookup + * Add timeout option to stack-update + * Deprecate create/adopt --create-timeout in favor of --timeout + * Remove unused versions define in template_format.py + * Rename --timeout global option and make it work + * Python3: fix test_stack_list_with_args() + * Pass bytes to NamedTemporaryFile.write() + * Enable --help for each command + + ------------------------------------------------------------------- Thu Mar 27 10:04:09 UTC 2014 - dmueller@suse.com diff --git a/python-heatclient.spec b/python-heatclient.spec index b80587c..82ce433 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -19,7 +19,7 @@ %define component heatclient Name: python-%{component} -Version: 0.2.8 +Version: 0.2.9 Release: 0 Summary: OpenStack Orchestration (Heat) API Client License: Apache-2.0