[release][oslo] oslo.i18n release 2.4.0 (liberty)
We are stoked to announce the release of: oslo.i18n 2.4.0: Oslo i18n library This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.i18n With package available at: https://pypi.python.org/pypi/oslo.i18n For more details, please see the git log history below and: http://launchpad.net/oslo.i18n/+milestone/2.4.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.i18n Changes in oslo.i18n 2.3.0..2.4.0 --------------------------------- 002adfb Imported Translations from Transifex f55a8ea Updated from global requirements a86eb88 Imported Translations from Transifex ee001e7 Updated from global requirements 7a0ab97 Clean up _translate_msgid logic a bit Diffstat (except docs and test files) ------------------------------------- oslo.i18n/locale/de/LC_MESSAGES/oslo.i18n.po | 11 ++-- oslo.i18n/locale/en_GB/LC_MESSAGES/oslo.i18n.po | 4 +- oslo.i18n/locale/es/LC_MESSAGES/oslo.i18n.po | 6 +-- oslo.i18n/locale/fr/LC_MESSAGES/oslo.i18n.po | 4 +- oslo.i18n/locale/it/LC_MESSAGES/oslo.i18n.po | 6 +-- oslo.i18n/locale/ko_KR/LC_MESSAGES/oslo.i18n.po | 4 +- oslo.i18n/locale/pl_PL/LC_MESSAGES/oslo.i18n.po | 4 +- oslo.i18n/locale/pt/LC_MESSAGES/oslo.i18n.po | 30 +++++++++++ oslo.i18n/locale/zh_CN/LC_MESSAGES/oslo.i18n.po | 4 +- oslo_i18n/_message.py | 27 ++++------ requirements.txt | 2 +- test-requirements.txt | 4 +- 13 files changed, 135 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c76df5d..5dfd491 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=1.3 +pbr<2.0,>=1.4 diff --git a/test-requirements.txt b/test-requirements.txt index c105229..1e26c03 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ mock>=1.2 -oslotest>=1.9.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0 @@ -15 +15 @@ coverage>=3.6 -oslo.config>=1.11.0 # Apache-2.0 +oslo.config>=2.1.0 # Apache-2.0
participants (1)
-
davanum@gmail.com