[tripleo] tripleo-common 6.0.0 (ocata)
We are psyched to announce the release of: tripleo-common 6.0.0: A common library for TripleO workflows. This release is part of the ocata stable release series. The source is available from: http://git.openstack.org/cgit/openstack/tripleo-common Download the package from: https://tarballs.openstack.org/tripleo-common/ Please report issues through launchpad: http://bugs.launchpad.net/tripleo-common For more details, please see below. Changes in tripleo-common 5.8.0..6.0.0 -------------------------------------- 88a547f Update to a newer hacking library 944c162 Fix wrong args to update manager c01a143 Just set the breakpoints on args passed to heat update 86f4e99 Updated from global requirements 8ff75ce Update the Nova client creation 346461d Open log in utf-8 to prevent UnicodeEncodeError 0bbb86e Update .gitreview for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + requirements.txt | 2 +- test-requirements.txt | 6 ++-- tripleo_common/actions/base.py | 23 +++++++++++---- tripleo_common/actions/package_update.py | 34 +++++++++++++--------- tripleo_common/image/image_builder.py | 7 ++++- 8 files changed, 73 insertions(+), 28 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4d7bcf9..e78a74c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18 +18 @@ Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause) -python-novaclient>=7.1.0 # Apache-2.0 +python-novaclient!=7.0.0,>=6.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7817e1c..f489f90 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.11,>=0.10.0 +hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 @@ -8 +8 @@ coverage>=4.0 # Apache-2.0 -docutils>=0.11 # OSI-Approved Open Source, Public Domain +docutils!=0.13.1,>=0.11 # OSI-Approved Open Source, Public Domain @@ -10 +10 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
participants (1)
-
no-reply@openstack.org