[release-announce] [tripleo] instack 6.0.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Feb 16 13:03:58 UTC 2017


We contentedly announce the release of:

instack 6.0.0: instack

This release is part of the ocata release series.

Download the package from:

    https://tarballs.openstack.org/instack/

For more details, please see below.

Changes in instack 5.0.0..6.0.0
-------------------------------

9e1f709 Updated from global requirements
2857d67 Replaced e.message with str(e)
b562d77 Fix test-requirements
dd3977e modify some assert info.
3925605 Add changes for dib feature/v2 branch
bb95abd Changed author and author-email
f82cb3e Show team and repo badges on README
e06733b Fix "wrap functions with 2 blank lines" pep8 check
f1f75dd Don't include openstack/common in flake8 exclude list
7dc0315 Replace 'assertTrue(a in b)' with 'assertIn(a, b)'
3201fc4 Remove discover from test-requirements


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

README.md                    |  7 +++++++
instack/main.py              | 20 +++++++++++++-------
requirements.txt             |  9 ++++++---
setup.cfg                    |  4 ++--
setup.py                     | 11 +++++++++--
test-requirements.txt        | 24 +++++++++++++-----------
tox.ini                      |  2 +-
9 files changed, 69 insertions(+), 44 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8dd8644..e884ed3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,6 @@
-pbr>=1.3,<2.0
-Babel>=0.9.6
-diskimage-builder
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+pbr>=1.8 # Apache-2.0
+Babel>=2.3.4 # BSD
+diskimage-builder!=1.6.0,!=1.7.0,!=1.7.1,>=1.1.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 901a678..d7fa2e8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1 +1,4 @@
-hacking>=0.9.2,<0.10
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+hacking<0.10,>=0.9.2
@@ -3,10 +6,9 @@ hacking>=0.9.2,<0.10
-coverage>=3.6
-discover
-fixtures>=0.3.14
-python-subunit
-sphinx>=1.1.2
-oslo.sphinx
-testrepository>=0.0.17
-testscenarios>=0.4,<0.5
-testtools>=0.9.32
-mock>=1.0
+coverage>=4.0 # Apache-2.0
+fixtures>=3.0.0 # Apache-2.0/BSD
+python-subunit>=0.0.18 # Apache-2.0/BSD
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
+mock>=2.0 # BSD





More information about the Release-announce mailing list