We are chuffed to announce the release of: python-heatclient 1.9.0: OpenStack Orchestration API Client Library This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/python-heatclient Download the package from: https://pypi.python.org/pypi/python-heatclient Please report issues through launchpad: https://bugs.launchpad.net/python-heatclient For more details, please see below. Changes in python-heatclient 1.8.0..1.9.0 ----------------------------------------- b80166d Updated from global requirements 954e475 Build event stack_name from links 34d3a00 Fix error message when deployment not found fb5e390 Remove log translations a4f67a1 Updated from global requirements 60fe267 Updated from global requirements 23537d1 Update test requirement b1c819f Use endpoint_type with session client dedc3ac Support openstack stack export 0b6aeaf Updated from global requirements cffc3d0 Updated from global requirements 28d8082 Handle log message interpolation by the logger c1e793f Don't always resolve outputs when showing a stack 3ee70cf Show 'project' info if heat server returns f6ec0af Trivial:remove unused code 16d8659 Replace mox3 with mock 52b8935 Replace mox3 with mock Diffstat (except docs and test files) ------------------------------------- heatclient/_i18n.py | 10 - heatclient/common/event_utils.py | 12 +- heatclient/common/hook_utils.py | 5 +- heatclient/common/http.py | 9 +- heatclient/common/utils.py | 3 +- heatclient/osc/v1/snapshot.py | 10 +- heatclient/osc/v1/software_deployment.py | 4 +- heatclient/osc/v1/stack.py | 90 +++- heatclient/shell.py | 1 - heatclient/v1/shell.py | 33 +- heatclient/v1/stacks.py | 7 + requirements.txt | 8 +- setup.cfg | 1 + setup.py | 2 +- test-requirements.txt | 6 +- 20 files changed, 588 insertions(+), 535 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d95661e..8ae8358 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5,2 @@ -Babel>=2.3.4 # BSD -pbr>=1.8 # Apache-2.0 +Babel!=2.4.0,>=2.3.4 # BSD +pbr>=2.0.0 # Apache-2.0 @@ -13 +13 @@ oslo.serialization>=1.10.0 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 @@ -17 +17 @@ PyYAML>=3.10.0 # MIT -requests!=2.12.2,>=2.10.0 # Apache-2.0 +requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index ed21859..f83f167 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -15,2 +15,2 @@ python-openstackclient>=3.3.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD -tempest>=12.1.0 # Apache-2.0 +sphinx>=1.5.1 # BSD +tempest>=14.0.0 # Apache-2.0