[openstack-dev] [release][oslo] oslo.i18n-announce-release 3.3.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 9 23:20:58 UTC 2016


We are pleased to announce the release of:

oslo.i18n-announce-release 3.3.0: Oslo i18n library

This release is part of the mitaka release series.

With source available at:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.i18n 3.2.0..3.3.0
---------------------------------

cbb1204 Update translation setup
5af6d87 Updated from global requirements
f5b2200 Imported Translations from Zanata
9262525 Updated from global requirements

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

oslo.i18n/locale/de/LC_MESSAGES/oslo.i18n.po    | 32 -------------------------
oslo.i18n/locale/en_GB/LC_MESSAGES/oslo.i18n.po | 31 ------------------------
oslo.i18n/locale/es/LC_MESSAGES/oslo.i18n.po    | 31 ------------------------
oslo.i18n/locale/fr/LC_MESSAGES/oslo.i18n.po    | 32 -------------------------
oslo.i18n/locale/it/LC_MESSAGES/oslo.i18n.po    | 31 ------------------------
oslo.i18n/locale/ko_KR/LC_MESSAGES/oslo.i18n.po | 31 ------------------------
oslo.i18n/locale/oslo.i18n.pot                  | 29 ----------------------
oslo.i18n/locale/pl_PL/LC_MESSAGES/oslo.i18n.po | 32 -------------------------
oslo.i18n/locale/pt/LC_MESSAGES/oslo.i18n.po    | 31 ------------------------
oslo.i18n/locale/zh_CN/LC_MESSAGES/oslo.i18n.po | 31 ------------------------
oslo_i18n/_i18n.py                              |  2 +-
oslo_i18n/locale/de/LC_MESSAGES/oslo_i18n.po    | 26 ++++++++++++++++++++
oslo_i18n/locale/en_GB/LC_MESSAGES/oslo_i18n.po | 25 +++++++++++++++++++
oslo_i18n/locale/es/LC_MESSAGES/oslo_i18n.po    | 25 +++++++++++++++++++
oslo_i18n/locale/fr/LC_MESSAGES/oslo_i18n.po    | 26 ++++++++++++++++++++
oslo_i18n/locale/it/LC_MESSAGES/oslo_i18n.po    | 25 +++++++++++++++++++
oslo_i18n/locale/ko_KR/LC_MESSAGES/oslo_i18n.po | 25 +++++++++++++++++++
oslo_i18n/locale/oslo_i18n.pot                  | 23 ++++++++++++++++++
oslo_i18n/locale/pl_PL/LC_MESSAGES/oslo_i18n.po | 26 ++++++++++++++++++++
oslo_i18n/locale/pt/LC_MESSAGES/oslo_i18n.po    | 25 +++++++++++++++++++
oslo_i18n/locale/zh_CN/LC_MESSAGES/oslo_i18n.po | 25 +++++++++++++++++++
requirements.txt                                |  6 ++---
setup.cfg                                       | 12 +++++-----
test-requirements.txt                           |  8 +++----
25 files changed, 272 insertions(+), 332 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 6acbc28..d91c357 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,3 @@
-pbr>=1.6
-Babel>=1.3
-six>=1.9.0
+pbr>=1.6 # Apache-2.0
+Babel>=1.3 # BSD
+six>=1.9.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 581c256..7da5b32 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ hacking<0.11,>=0.10.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
@@ -10 +10 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-mock>=1.2
+mock>=1.2 # BSD
@@ -12 +12 @@ oslotest>=1.10.0 # Apache-2.0
-coverage>=3.6
+coverage>=3.6 # Apache-2.0
@@ -15 +15 @@ coverage>=3.6
-oslo.config>=3.2.0 # Apache-2.0
+oslo.config>=3.4.0 # Apache-2.0





More information about the OpenStack-dev mailing list