We are happy to announce the release of: oslo.policy 1.31.0: Oslo Policy library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.policy Download the package from: https://pypi.python.org/pypi/oslo.policy Please report issues through launchpad: https://bugs.launchpad.net/oslo.policy For more details, please see below. Changes in oslo.policy 1.30.0..1.31.0 ------------------------------------- 670f32e Remove -U from pip install 9bb9f26 Avoid tox_install.sh for constraints support d0cdcd4 Updated from global requirements 18d2878 Remove setting of version/release from releasenotes 5956388 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 12 ++++-------- requirements.txt | 4 ++-- tools/tox_install.sh | 30 ------------------------------ tox.ini | 11 +++++------ 4 files changed, 11 insertions(+), 46 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 69d1b6d..e87c14f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ requests>=2.14.2 # Apache-2.0 -oslo.config>=4.6.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 @@ -10 +10 @@ PyYAML>=3.10 # MIT -six>=1.9.0 # MIT +six>=1.10.0 # MIT