[release-announce] oslo.policy 1.35.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu May 3 14:24:34 UTC 2018


We are chuffed to announce the release of:

oslo.policy 1.35.0: Oslo Policy library

This release is part of the rocky release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.policy 1.34.0..1.35.0
-------------------------------------

5187fe5 Remove stale pip-missing-reqs tox test
0e7bb28 make the sphinxpolicygen extension handle multiple input/output files
90d2eea Trivial: Update pypi url to new url
544d220 set default python to python3
509cf08 add lower-constraints job
d759f90 Updated from global requirements
51637f4 Update links in README


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

.zuul.yaml                                |  7 ++++
README.rst                                |  8 ++---
lower-constraints.txt                     | 59 +++++++++++++++++++++++++++++++
oslo_policy/sphinxpolicygen.py            | 16 +++++++--
requirements.txt                          |  4 +--
test-requirements.txt                     |  2 +-
tox.ini                                   | 18 +++++-----
9 files changed, 125 insertions(+), 18 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e87c14f..0de7135 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ requests>=2.14.2 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
@@ -9 +9 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-PyYAML>=3.10 # MIT
+PyYAML>=3.12 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 453d7f5..704e603 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ openstackdocstheme>=1.18.1 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list