update to version 1.5.0

* Replace functions 'Dict.get' and 'del' with 'Dict.pop'
  * Trivial:Standardize the output format of 'help' in shell.py
  * Show resource name path in event log formatter
  * Clean imports in code
  * Add parameter_merge_startegies section
  * Modify use of assertTrue(A in B)
  * Update .gitreview for stable/newton
  * Import mox in __init__.py

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=34
This commit is contained in:
Thomas Bechtold 2016-09-26 12:57:05 +00:00 committed by Git OBS Bridge
parent 2138e1f911
commit 3dfc2056ca
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c653f145501ff4cfe2d0c2e1e0db4bccefca44224aca3bf1bea8d62908969a9b
size 174828

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42c253671c98c92dbd379b471f498000739e711afc2831d32b258a59bc48ee12
size 176692

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Sep 26 12:56:35 UTC 2016 - tbechtold@suse.com
update to version 1.5.0
* Replace functions 'Dict.get' and 'del' with 'Dict.pop'
* Trivial:Standardize the output format of 'help' in shell.py
* Show resource name path in event log formatter
* Clean imports in code
* Add parameter_merge_startegies section
* Modify use of assertTrue(A in B)
* Update .gitreview for stable/newton
* Import mox in __init__.py
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 30 15:39:01 UTC 2016 - tbechtold@suse.com Tue Aug 30 15:39:01 UTC 2016 - tbechtold@suse.com

View File

@ -18,7 +18,7 @@
%global sname python-heatclient %global sname python-heatclient
Name: python-heatclient Name: python-heatclient
Version: 1.4.0 Version: 1.5.0
Release: 0 Release: 0
Summary: Python API and CLI for OpenStack Heat Summary: Python API and CLI for OpenStack Heat
License: Apache-2.0 License: Apache-2.0