[release][oslo] oslo.i18n release 2.2.0 (liberty)
We are happy to announce the release of: oslo.i18n 2.2.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.2.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.i18n Changes in oslo.i18n 2.1.0..2.2.0 --------------------------------- 011da7d Imported Translations from Transifex 4da12d3 Updated from global requirements aa48eb7 Updated from global requirements 8bbcfb9 Updated from global requirements 77e504d Updated from global requirements 1b0b713 Fix mock use for 1.1.0 75b76ee Add requirements for pre-release test scripts def5cfc Imported Translations from Transifex ecb9120 Only define CONTEXT_SEPARATOR once Diffstat (except docs and test files) ------------------------------------- oslo.i18n/locale/de/LC_MESSAGES/oslo.i18n.po | 4 ++-- oslo.i18n/locale/en_GB/LC_MESSAGES/oslo.i18n.po | 4 ++-- oslo.i18n/locale/es/LC_MESSAGES/oslo.i18n.po | 2 +- oslo.i18n/locale/fr/LC_MESSAGES/oslo.i18n.po | 4 ++-- oslo.i18n/locale/it/LC_MESSAGES/oslo.i18n.po | 4 ++-- 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/zh_CN/LC_MESSAGES/oslo.i18n.po | 2 +- oslo_i18n/_factory.py | 2 +- requirements.txt | 2 +- setup.py | 2 +- test-requirements.txt | 6 +++++- 14 files changed, 24 insertions(+), 20 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7a4021d..c76df5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=0.11 +pbr<2.0,>=1.3 diff --git a/test-requirements.txt b/test-requirements.txt index 6a5e8d9..cb4b355 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10,2 @@ oslosphinx>=2.5.0 # Apache-2.0 -oslotest>=1.5.1 # Apache-2.0 +mock>=1.2 +oslotest>=1.7.0 # Apache-2.0 @@ -11,0 +13,3 @@ coverage>=3.6 + +# for pre-release tests +oslo.config>=1.11.0 # Apache-2.0
participants (1)
-
davanum@gmail.com