This release is causing problems with some of Heat’s WSGI code that accesses private classes in oslo.i18n. We’re working on a fix: https://review.openstack.org/#/c/145257
> On Jan 6, 2015, at 10:15 AM, Doug Hellmann <d...@doughellmann.com> wrote: > > The Oslo team is pleased to announce the release of > oslo.i18n 1.2.0: oslo.i18n library > > The primary reason for this release is to move the code > out of the oslo namespace package as part of > https://blueprints.launchpad.net/oslo-incubator/+spec/drop-namespace-packages > > For more details, please see the git log history below and > http://launchpad.net/oslo.i18n/+milestone/1.2.0 > > Please report issues through launchpad: > http://bugs.launchpad.net/oslo.i18n > > ---------------------------------------- > > Changes in openstack/oslo.i18n 1.1.0..1.2.0 > > 582c718 Correct the translation domain for loading messages > ba05e9a Move out of the oslo namespace package > c86629e Workflow documentation is now in infra-manual > 53635ea Force code sample to be treated as python > > diffstat (except docs and test files): > > CONTRIBUTING.rst | 7 +- > oslo/i18n/__init__.py | 23 +- > oslo/i18n/_factory.py | 110 ------ > oslo/i18n/_gettextutils.py | 90 ----- > oslo/i18n/_i18n.py | 25 -- > oslo/i18n/_lazy.py | 38 -- > oslo/i18n/_locale.py | 25 -- > oslo/i18n/_message.py | 167 --------- > oslo/i18n/_translate.py | 73 ---- > oslo/i18n/fixture.py | 54 +-- > oslo/i18n/log.py | 86 +---- > oslo_i18n/__init__.py | 16 + > oslo_i18n/_factory.py | 110 ++++++ > oslo_i18n/_gettextutils.py | 90 +++++ > oslo_i18n/_i18n.py | 25 ++ > oslo_i18n/_lazy.py | 38 ++ > oslo_i18n/_locale.py | 25 ++ > oslo_i18n/_message.py | 167 +++++++++ > oslo_i18n/_translate.py | 73 ++++ > oslo_i18n/fixture.py | 65 ++++ > oslo_i18n/log.py | 97 ++++++ > setup.cfg | 2 +- > tests/fakes.py | 59 ---- > tests/test_factory.py | 91 ----- > tests/test_fixture.py | 2 +- > tests/test_gettextutils.py | 128 ------- > tests/test_handler.py | 4 +- > tests/test_lazy.py | 40 --- > tests/test_locale_dir_variable.py | 32 -- > tests/test_logging.py | 42 --- > tests/test_message.py | 518 ---------------------------- > tests/test_public_api.py | 2 +- > tests/test_translate.py | 44 --- > tests/test_warning.py | 61 ++++ > tests/utils.py | 42 --- > tox.ini | 2 +- > 52 files changed, 2004 insertions(+), 1699 deletions(-) > _______________________________________________ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev _______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev