[release-announce] [oslo] oslotest 2.12.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 1 16:50:27 UTC 2016


We are exuberant to announce the release of:

oslotest 2.12.0: Oslo test framework

This release is part of the ocata release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/oslotest

Download the package from:

    https://pypi.python.org/pypi/oslotest

Please report issues through launchpad:

    http://bugs.launchpad.net/oslotest

For more details, please see below.

2.12.0
^^^^^^

Other Notes

* Introduce reno for deployer release notes.

Changes in oslotest 2.11.0..2.12.0
----------------------------------

f1e0100 Updated from global requirements
e2bf332 Add reno for release notes management
825269d Updated from global requirements
d80734f Updated from global requirements


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

.gitignore                                        |   3 +
releasenotes/notes/add-reno-996dd44974d53238.yaml |   3 +
releasenotes/source/_static/.placeholder          |   0
releasenotes/source/_templates/.placeholder       |   0
releasenotes/source/conf.py                       | 276 ++++++++++++++++++++++
releasenotes/source/index.rst                     |   8 +
releasenotes/source/unreleased.rst                |   5 +
requirements.txt                                  |   2 +-
test-requirements.txt                             |   6 +-
tox.ini                                           |   3 +
10 files changed, 303 insertions(+), 3 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f696c17..8147d8c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +12 @@ mox3>=0.7.0 # Apache-2.0
-os-client-config!=1.19.0,!=1.19.1,!=1.20.0,!=1.20.1,!=1.21.0,>=1.13.1 # Apache-2.0
+os-client-config>=1.22.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e1740e8..7b3518f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ hacking<0.11,>=0.10.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -15 +15,3 @@ oslosphinx>=4.7.0 # Apache-2.0
-oslo.config>=3.14.0 # Apache-2.0
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
+
+reno>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list