[release-announce] [oslo] oslo.policy 1.18.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Jan 18 14:20:33 UTC 2017


We are delighted to announce the release of:

oslo.policy 1.18.0: Oslo Policy library

This release is part of the ocata release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/oslo.policy

Download the package from:

    https://pypi.python.org/pypi/oslo.policy

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.policy

For more details, please see below.

Changes in oslo.policy 1.17.0..1.18.0
-------------------------------------

b0621b4 Remove references to Python 3.4
98bc135 Remove dead code and use default value of argparse.
6db6274 Add Constraints support
d2b52ea Updated from global requirements


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

oslo_policy/shell.py | 16 ++++------------
requirements.txt     |  2 +-
setup.cfg            |  1 -
tools/tox_install.sh | 30 ++++++++++++++++++++++++++++++
tox.ini              |  9 +++++++--
5 files changed, 42 insertions(+), 16 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 12fc358..d623f99 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-requests>=2.10.0 # Apache-2.0
+requests!=2.12.2,>=2.10.0 # Apache-2.0





More information about the Release-announce mailing list