[release-announce] [oslo] oslo.policy 1.27.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 20 08:56:38 UTC 2017


We eagerly announce the release of:

oslo.policy 1.27.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.26.0..1.27.0
-------------------------------------

e9d5557 Updated from global requirements
f874f26 Add JSON output option to sample generator


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

oslo_policy/generator.py            |  58 +++++++++++++++----
requirements.txt                    |   6 +-
3 files changed, 154 insertions(+), 17 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 38d7ce8..69d1b6d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,3 +6,3 @@ requests>=2.14.2 # Apache-2.0
-oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
-oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
+oslo.config>=4.6.0 # Apache-2.0
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0






More information about the Release-announce mailing list