[release-announce] [heat] python-heatclient 1.10.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Thu Jun 8 18:25:36 UTC 2017
We are pumped to announce the release of:
python-heatclient 1.10.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.9.0..1.10.0
------------------------------------------
d98021b Updated from global requirements
6072003 Updated from global requirements
a625d3b Don't encode path separators
241265c Remove support for py34
e2d92f7 Add '--yes' for openstack stack snapshot delete
02b6f45 Updated from global requirements
88fae59 Use upper-constraints for all jobs
e805091 Pass event filters to the server side
eaf87e9 Replace mox3 with mock
Diffstat (except docs and test files)
-------------------------------------
heatclient/osc/v1/event.py | 20 +-
heatclient/osc/v1/snapshot.py | 24 ++
heatclient/v1/events.py | 8 +-
heatclient/v1/resource_types.py | 4 +-
heatclient/v1/resources.py | 18 +-
heatclient/v1/software_deployments.py | 2 +-
heatclient/v1/template_versions.py | 2 +-
requirements.txt | 10 +-
setup.cfg | 1 -
test-requirements.txt | 6 +-
tools/tox_install.sh | 28 ++
tox.ini | 11 +-
18 files changed, 392 insertions(+), 352 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 8ae8358..f986d3c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +6,2 @@ Babel!=2.4.0,>=2.3.4 # BSD
-pbr>=2.0.0 # Apache-2.0
-cliff>=2.3.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+cliff>=2.6.0 # Apache-2.0
@@ -9 +9 @@ iso8601>=0.1.11 # MIT
-osc-lib>=1.2.0 # Apache-2.0
+osc-lib>=1.5.1 # Apache-2.0
@@ -11 +11 @@ PrettyTable<0.8,>=0.7.1 # BSD
-oslo.i18n>=2.1.0 # Apache-2.0
+oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
@@ -14 +14 @@ oslo.utils>=3.20.0 # Apache-2.0
-keystoneauth1>=2.18.0 # Apache-2.0
+keystoneauth1>=2.20.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f83f167..7e65c0d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -14,2 +14,2 @@ oslotest>=1.10.0 # Apache-2.0
-python-openstackclient>=3.3.0 # Apache-2.0
-sphinx>=1.5.1 # BSD
+python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
+sphinx!=1.6.1,>=1.5.1 # BSD
More information about the Release-announce
mailing list