[release-announce] [oslo] oslo.i18n 3.11.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 1 16:44:08 UTC 2016


We are gleeful to announce the release of:

oslo.i18n 3.11.0: Oslo i18n library

This release is part of the ocata release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/oslo.i18n

Download the package from:

    https://pypi.python.org/pypi/oslo.i18n

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.i18n

For more details, please see below.

3.11.0
^^^^^^

Other Notes

* Introduce reno for deployer release notes.

Changes in oslo.i18n 3.10.0..3.11.0
-----------------------------------

b22d962 Updated from global requirements
0820ffa Updated from global requirements
779659d Updated from global requirements
048adf1 Add reno for release notes management
a46375b Add missing dependency testscenarios
fec1b27 Typo fix in oslo.i18n
ccc357e Add docs on how to display translated strings in your app


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

.gitignore                                        |   1 +
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                             |   7 +-
tox.ini                                           |   3 +
12 files changed, 345 insertions(+), 5 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8340453..42ac222 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 5adf32e..3617c35 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12,2 @@ oslotest>=1.10.0 # Apache-2.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
+testscenarios>=0.4 # Apache-2.0/BSD
@@ -15 +16,3 @@ coverage>=3.6 # 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