[openstack-dev] oslo.i18n 1.1.0 released

Davanum Srinivas davanum at gmail.com
Tue Dec 2 15:35:26 UTC 2014


The Oslo team is pleased to announce the release of oslo.i18n 1.1.0.
For more details, please see the git log history below and
https://launchpad.net/oslo.i18n/+milestone/1.1.0

Please report issues through launchpad: https://launchpad.net/oslo.i18n

$ git log --no-color --oneline --no-merges 1.0.0..1.1.0
5a163eb Imported Translations from Transifex
1fc63ac Add note for integration modules in libraries
2fe3f73 Activate pep8 check that _ is imported
d67767b Add pbr to installation requirements
3583c89 Updated from global requirements
497f8d3 Updated from global requirements
624c52c Remove extraneous vim editor configuration comments
9b6a9c2 Make clear in docs to use _LE() when using LOG.exception()
999a112 Support building wheels (PEP-427)
47c5d73 Imported Translations from Transifex
3041689 Fix coverage testing
04752ee Imported Translations from Transifex
26edee1 Use same indentation in doc/source/usage
12f14da Imported Translations from Transifex
c9f2b63 Imported Translations from Transifex
af4fc2c Updated from global requirements
efbe658 Remove unused/mutable default args
f721da7 Fixes a small syntax error in the doc examples
0624f8d Work toward Python 3.4 support and testing

$ git diff --stat --no-color 1.0.0..1.1.0 | egrep -v '(/tests/|^ doc)'
 .../en_GB/LC_MESSAGES/oslo.i18n-log-critical.po    | 21 -------
 .../en_GB/LC_MESSAGES/oslo.i18n-log-error.po       | 21 -------
 .../locale/en_GB/LC_MESSAGES/oslo.i18n-log-info.po | 21 -------
 .../en_GB/LC_MESSAGES/oslo.i18n-log-warning.po     | 21 -------
 oslo.i18n/locale/fr/LC_MESSAGES/oslo.i18n.po       | 35 +++++++++++
 .../it/LC_MESSAGES/oslo.i18n-log-critical.po       | 21 -------
 .../locale/it/LC_MESSAGES/oslo.i18n-log-error.po   | 21 -------
 .../locale/it/LC_MESSAGES/oslo.i18n-log-info.po    | 21 -------
 .../locale/it/LC_MESSAGES/oslo.i18n-log-warning.po | 21 -------
 oslo.i18n/locale/ko_KR/LC_MESSAGES/oslo.i18n.po    | 33 +++++++++++
 oslo.i18n/locale/zh_CN/LC_MESSAGES/oslo.i18n.po    | 31 ++++++++++
 oslo/__init__.py                                   |  2 -
 requirements.txt                                   |  5 ++
 setup.cfg                                          |  3 +
 test-requirements.txt                              | 10 +++-
 tests/test_gettextutils.py                         |  3 +-
 tox.ini                                            |  3 +-
 19 files changed, 184 insertions(+), 206 deletions(-)

 $ git diff -U0 --no-color 1.0.0..1.1.0 *requirements*.txt | sed -e 's/^/ /g'
  diff --git a/requirements.txt b/requirements.txt
  index b25096e..5bef251 100644
  --- a/requirements.txt
  +++ b/requirements.txt
  @@ -0,0 +1,5 @@
  +# The order of packages is significant, because pip processes them
in the order
  +# of appearance. Changing the order has an impact on the overall integration
  +# process, which may cause wedges in the gate later.
  +
  +pbr>=0.6,!=0.7,<1.0
  diff --git a/test-requirements.txt b/test-requirements.txt
  index a4acbb6..1fe2384 100644
  --- a/test-requirements.txt
  +++ b/test-requirements.txt
  @@ -0,0 +1,3 @@
  +# The order of packages is significant, because pip processes them
in the order
  +# of appearance. Changing the order has an impact on the overall integration
  +# process, which may cause wedges in the gate later.
  @@ -3,2 +6,2 @@ hacking>=0.9.2,<0.10
  -sphinx>=1.1.2,!=1.2.0,<1.3
  -oslosphinx>=2.2.0.0a2
  +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
  +oslosphinx>=2.2.0  # Apache-2.0
  @@ -6 +9,2 @@ oslosphinx>=2.2.0.0a2
  -oslotest>=1.1.0.0a1
  +oslotest>=1.2.0  # Apache-2.0
  +coverage>=3.6

-- 
Davanum Srinivas :: https://twitter.com/dims



More information about the OpenStack-dev mailing list