[openstack-dev] [new][oslo] oslo.policy 1.15.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Tue Oct 11 17:32:41 UTC 2016


We are glowing to announce the release of:

oslo.policy 1.15.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.

1.15.0
^^^^^^

New Features

* Add "sphinxpolicygen" Sphinx plugin, which can be used to generate
  a sample policy file for use in documentation.

Changes in oslo.policy 1.14.0..1.15.0
-------------------------------------

e4ecd85 Updated from global requirements
47d8960 Update docs on policy sample generator
b6d3131 Updated from global requirements
aa29c1e doc: Add introduction to index page
fb1e987 Add sphinx extension to build sample policy
9c3236a Updated from global requirements
8f5f35e Updated from global requirements
9b4d7d0 Doc: declare YAML/JSON support
e0999c2 Remove oslo.utils from requirements
3cd4d43 Update reno for stable/newton


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

oslo_policy/opts.py                                |  4 +-
oslo_policy/policy.py                              |  2 +-
oslo_policy/sphinxpolicygen.py                     | 73 ++++++++++++++++++++++
.../add-sphinxpolicygen-39e2f8fa24930b0c.yaml      |  5 ++
releasenotes/source/index.rst                      |  5 +-
releasenotes/source/newton.rst                     |  6 ++
requirements.txt                                   |  3 +-
test-requirements.txt                              |  6 +-
12 files changed, 208 insertions(+), 15 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index bdd7366..6a89628 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,2 +9 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.16.0 # Apache-2.0
-PyYAML>=3.1.0 # MIT
+PyYAML>=3.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index eb9c954..5eb10f2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ oslotest>=1.10.0 # Apache-2.0
-requests-mock>=1.0 # Apache-2.0
+requests-mock>=1.1 # Apache-2.0
@@ -13,2 +13,2 @@ coverage>=3.6 # Apache-2.0
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD





More information about the OpenStack-dev mailing list