[openstack-announce] [release][oslo] oslo.i18n release 2.0.0 (liberty)

davanum at gmail.com davanum at gmail.com
Tue Jun 23 19:47:45 UTC 2015


We are satisfied to announce the release of:

oslo.i18n 2.0.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

For more details, please see the git log history below and:

    http://launchpad.net/oslo.i18n/+milestone/2.0.0

Please report issues through launchpad:

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

Changes in oslo.i18n 1.7.0..2.0.0
---------------------------------

d421770 Updated from global requirements
9b4f84d Updated from global requirements
d49cfaa Remove oslo namespace package

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

oslo/__init__.py                |  13 -----
oslo/i18n/__init__.py           |  31 ------------
oslo/i18n/fixture.py            |  13 -----
oslo/i18n/log.py                |  13 -----
oslo_i18n/fixture.py            |   2 +-
requirements.txt                |   2 +-
setup.cfg                       |   4 --
setup.py                        |   1 -
test-requirements.txt           |   6 +--
15 files changed, 10 insertions(+), 339 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1b1544a..7a4021d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=0.11,<2.0
+pbr<2.0,>=0.11
diff --git a/test-requirements.txt b/test-requirements.txt
index 629c542..6a5e8d9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,2 +7,2 @@ hacking<0.11,>=0.10.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0  # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+oslosphinx>=2.5.0 # Apache-2.0
@@ -10 +10 @@ oslosphinx>=2.5.0  # Apache-2.0
-oslotest>=1.5.1  # Apache-2.0
+oslotest>=1.5.1 # Apache-2.0





More information about the OpenStack-announce mailing list