[openstack-announce] [new][heat] python-heatclient 1.4.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 25 12:03:09 UTC 2016


We are overjoyed to announce the release of:

python-heatclient 1.4.0: OpenStack Orchestration API Client Library

This release is part of the newton release series.

With source available at:

    https://git.openstack.org/cgit/openstack/python-heatclient

With package available at:

    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.3.0..1.4.0
-----------------------------------------

5e60488 Updated from global requirements
573b665 Add a nested_depth argument to poll_for_events
060f113 Update the home-page in setup.cfg
5dbbc10 Standardize import format
2633f03 Remove unused function
c925bae Updated from global requirements
4d7ab61 Change usage of _auth_url private attribute
937b1f1 Updated from global requirements
9eb9e7d Remove discover from test-requirements
3ae1c3e Add support for stack file list
1c85ce9 Updated from global requirements
f4c94e5 Trivial: Remove out-of-date and useless example
25e13e8 Add Python 3.5 classifier and venv
490b721 Updated from global requirements
4386261 Fix doc build if git is absent


Diffstat (except docs and test files)
-------------------------------------

heatclient/common/deployment_utils.py              |  3 ++-
heatclient/common/environment_format.py            |  4 ++--
heatclient/common/event_utils.py                   |  5 ++--
heatclient/common/format_utils.py                  |  3 ++-
heatclient/common/hook_utils.py                    |  1 -
heatclient/openstack/common/apiclient/client.py    | 19 ---------------
heatclient/osc/plugin.py                           |  4 +++-
heatclient/osc/v1/build_info.py                    |  2 +-
heatclient/osc/v1/resource.py                      |  4 ++--
heatclient/osc/v1/resource_type.py                 |  7 +++---
heatclient/osc/v1/snapshot.py                      |  2 +-
heatclient/osc/v1/software_config.py               |  7 +++---
heatclient/osc/v1/software_deployment.py           |  2 +-
heatclient/osc/v1/stack.py                         | 28 ++++++++++++++++++++++
heatclient/osc/v1/template.py                      |  3 +--
heatclient/v1/resource_types.py                    |  6 ++---
heatclient/v1/resources.py                         |  2 +-
heatclient/v1/shell.py                             |  6 ++---
heatclient/v1/stacks.py                            | 15 +++++++++++-
requirements.txt                                   |  6 ++---
setup.cfg                                          |  4 +++-
test-requirements.txt                              |  1 -
tox.ini                                            |  2 +-
48 files changed, 143 insertions(+), 119 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 8441799..d01246f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ iso8601>=0.1.11 # MIT
-osc-lib>=0.1.0 # Apache-2.0
+osc-lib>=1.0.2 # Apache-2.0
@@ -13,2 +13,2 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.15.0 # Apache-2.0
-keystoneauth1>=2.7.0 # Apache-2.0
+oslo.utils>=3.16.0 # Apache-2.0
+keystoneauth1>=2.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d7b0401..a57d9ca 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +7,0 @@ coverage>=3.6 # Apache-2.0
-discover # BSD





More information about the OpenStack-announce mailing list