[openstack-announce] [release][oslo] oslo.policy release 0.12.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Mon Oct 12 15:58:37 UTC 2015


We are chuffed to announce the release of:

oslo.policy 0.12.0: Oslo Policy library

This release is part of the mitaka release series.

With source available at:

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

With package available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/oslo.policy/+milestone/0.12.0

Please report issues through launchpad:

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

Changes in oslo.policy 0.11.0..0.12.0
-------------------------------------

dee7171 Updated from global requirements
bcfe188 Custom fixture to avoid external call in HttpCheck
e3e8f15 Fix coverage configuration and execution
2f5038b add auto-generated docs for config options
288fefb Add shields.io version/downloads links/badges into README.rst
5c8071b Updated from global requirements
7067599 Use requests in http check instead of urllib
b1d1b58 Change ignore-errors to ignore_errors
4e2004e Updated from global requirements
60b3111 remove deprecation text for policy_dirs option

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

.coveragerc                        |  7 +++--
.gitignore                         |  2 +-
README.rst                         |  8 +++++
oslo_policy/_checks.py             | 11 ++++---
oslo_policy/fixture.py             | 34 +++++++++++++++++++++
oslo_policy/opts.py                |  4 +--
requirements.txt                   |  1 +
setup.py                           |  2 +-
test-requirements.txt              |  1 +
tox.ini                            |  4 +--
15 files changed, 141 insertions(+), 44 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c640c36..f3eedac 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,0 +5 @@
+requests!=2.8.0,>=2.5.2
diff --git a/test-requirements.txt b/test-requirements.txt
index e7442c0..65d9c32 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,0 +7 @@ oslotest>=1.10.0 # Apache-2.0
+httpretty<0.8.7,>=0.8.4





More information about the OpenStack-announce mailing list