We exuberantly announce the release of: oslo.i18n 3.15.2: Oslo i18n library This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.i18n Download the package from: https://pypi.python.org/pypi/oslo.i18n Please report issues through launchpad: http://bugs.launchpad.net/oslo.i18n For more details, please see below. Changes in oslo.i18n 3.15.1..3.15.2 ----------------------------------- 66a3e38 Updated from global requirements 0658992 Remove Babel as a runtime requirement Diffstat (except docs and test files) ------------------------------------- requirements.txt | 1 - test-requirements.txt | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 592e5d4..76ecae7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index c49c9ef..819fcc5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD @@ -17,0 +18 @@ reno>=1.8.0 # Apache-2.0 +Babel!=2.4.0,>=2.3.4 # BSD