[oslo] oslo.middleware 3.8.1 (mitaka)
We are jazzed to announce the release of: oslo.middleware 3.8.1: Oslo Middleware library This release is part of the mitaka stable release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.middleware Download the package from: https://pypi.python.org/pypi/oslo.middleware Please report issues through launchpad: http://bugs.launchpad.net/oslo.middleware For more details, please see below. Changes in oslo.middleware 3.8.0..3.8.1 --------------------------------------- ec07366 Filter token data out of catch_errors middleware fcc3142 Add Constraints support 35ae70e Updated from global requirements a4444a5 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_middleware/catch_errors.py | 6 +++++- requirements.txt | 2 +- test-requirements.txt | 2 +- tools/tox_install.sh | 30 ++++++++++++++++++++++++++++++ tox.ini | 7 ++++++- 6 files changed, 68 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3dc518a..548b3fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr>=1.6 # Apache-2.0 -Babel>=1.3 # BSD +Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 692402b..fc60e42 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -fixtures>=1.3.1 # Apache-2.0/BSD +fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org