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
This commit is contained in:
parent
7dcf24e2a5
commit
e5f86bbd97
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:772069e5fdd393996750ba5f40b50212a2ae6f209b820d75826bb7197b289324
|
|
||||||
size 73534
|
|
3
python-heatclient-0.2.9.tar.gz
Normal file
3
python-heatclient-0.2.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8cc6d99f86529633b8b5d99417358fd7c023223572f190ae3e1da09ff435420f
|
||||||
|
size 81470
|
@ -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
|
Thu Mar 27 10:04:09 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define component heatclient
|
%define component heatclient
|
||||||
|
|
||||||
Name: python-%{component}
|
Name: python-%{component}
|
||||||
Version: 0.2.8
|
Version: 0.2.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenStack Orchestration (Heat) API Client
|
Summary: OpenStack Orchestration (Heat) API Client
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user