We are jazzed to announce the release of: oslo.middleware 2.8.0: Oslo Middleware library This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.middleware With package available at: https://pypi.python.org/pypi/oslo.middleware For more details, please see the git log history below and: http://launchpad.net/oslo.middleware/+milestone/2.8.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.middleware Changes in oslo.middleware 2.7.0..2.8.0 --------------------------------------- ea893e8 Split option discovery function by middleware 6e7167c Updated from global requirements 95b735d Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_middleware/opts.py | 83 +++++++++++++++++++++++++++++++++++++- requirements.txt | 4 +- setup.cfg | 3 ++ 7 files changed, 138 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1d4091e..ecab230 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=1.4 +pbr<2.0,>=1.6 @@ -7 +7 @@ Babel>=1.3 -oslo.config>=2.1.0 # Apache-2.0 +oslo.config>=2.3.0 # Apache-2.0