[release-announce] [oslo] oslo.policy 1.23.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Tue May 30 13:25:49 UTC 2017


We high-spiritedly announce the release of:

oslo.policy 1.23.0: Oslo Policy library

This release is part of the pike 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.22.1..1.23.0
-------------------------------------

2a8d18a Updated from global requirements
4cc1417 Simplify message of exception PolicyNotAuthorized
1a34590 Updated from global requirements
2320ee6 Add Sphinx extension to pretty-print modules
08a38fa Check reStructuredText documents for common style issues.


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

HACKING.rst                         |   4 +-
oslo_policy/generator.py            |  22 ++---
oslo_policy/policy.py               |   4 +-
oslo_policy/sphinxext.py            | 157 ++++++++++++++++++++++++++++++++++++
requirements.txt                    |   2 +-
test-requirements.txt               |   2 +-
8 files changed, 259 insertions(+), 20 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e56e6ca..a56807d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ oslo.config>=3.22.0 # Apache-2.0
-oslo.i18n>=2.1.0 # Apache-2.0
+oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 3f6d4a2..ab024c8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ oslosphinx>=4.7.0 # Apache-2.0
-sphinx>=1.5.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD





More information about the Release-announce mailing list