We are pumped to announce the release of: python-heatclient 1.12.0: OpenStack Orchestration API Client Library This release is part of the queens 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.11.0..1.12.0 ------------------------------------------- 046fbf8 Use generic user for both zuul v2 and v3 7ed9834 No longer use oslotest.mockpatch 2a8ce0d Don't override sections in deep_update 4b397ae Updated from global requirements 2a39275 Support --show-nested in openstack stack update --dry-run 4661e4d Updated from global requirements 551e6be Remove vestigate HUDSON_PUBLISH_DOCS reference a669d59 Updated from global requirements 42ccce3 Imported Translations from Zanata 23ae4d9 Updated from global requirements 485a679 Decode content before checking Diffstat (except docs and test files) ------------------------------------- heatclient/common/http.py | 4 +- heatclient/common/template_utils.py | 3 ++ .../zh_CN/LC_MESSAGES/heatclient-log-error.po | 25 ------------ .../zh_CN/LC_MESSAGES/heatclient-log-info.po | 24 ------------ .../zh_CN/LC_MESSAGES/heatclient-log-warning.po | 26 ------------- heatclient/osc/v1/stack.py | 7 ++++ requirements.txt | 12 +++--- test-requirements.txt | 11 +++--- 14 files changed, 85 insertions(+), 99 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ee88d71..785f6b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -cliff>=2.8.0 # Apache-2.0 +cliff!=2.9.0,>=2.8.0 # Apache-2.0 @@ -11,4 +11,4 @@ PrettyTable<0.8,>=0.7.1 # BSD -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 -keystoneauth1>=3.0.1 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.utils>=3.28.0 # Apache-2.0 +keystoneauth1>=3.2.0 # Apache-2.0 @@ -16 +16 @@ python-swiftclient>=3.2.0 # Apache-2.0 -PyYAML>=3.10.0 # MIT +PyYAML>=3.10 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 743509f..5c6d8d3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,6 +9,5 @@ fixtures>=3.0.0 # Apache-2.0/BSD -requests-mock>=1.1 # Apache-2.0 -mock>=2.0 # BSD -mox3!=0.19.0,>=0.7.0 # Apache-2.0 -openstackdocstheme>=1.11.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 +requests-mock>=1.1.0 # Apache-2.0 +mock>=2.0.0 # BSD +mox3>=0.20.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 +python-openstackclient>=3.12.0 # Apache-2.0