[release-announce] oslo.policy 3.6.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Wed Nov 25 16:10:55 UTC 2020


We are overjoyed to announce the release of:

oslo.policy 3.6.0: Oslo Policy library

This release is part of the wallaby release series.

The source is available from:

    https://opendev.org/openstack/oslo.policy

Download the package from:

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

Please report issues through:

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

For more details, please see below.

Changes in oslo.policy 3.5.0..3.6.0
-----------------------------------

0a228de Fix oslopolicy-j2y-convertor tool for RuleDefault
5180e96 Add policy file selection logic when default changing to yaml
96cfafb Fix grammar issues
ddb2cbe Remove format option examples in policy generator
82a792f Fix hacking min version to 3.0.1
298c86f Remove all usage of six library
266ee36 Adding pre-commit
b184c7f Add Python3 wallaby unit tests
09f5fda Update master for stable/victoria


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

.pre-commit-config.yaml                        | 35 ++++++++++
.zuul.yaml                                     |  2 +-
CONTRIBUTING.rst                               |  4 +-
lower-constraints.txt                          |  3 +-
oslo_policy/_checks.py                         |  8 +--
oslo_policy/_parser.py                         |  9 +--
oslo_policy/generator.py                       | 13 ++--
oslo_policy/policy.py                          | 36 ++++++++--
releasenotes/source/index.rst                  |  1 +
releasenotes/source/victoria.rst               |  6 ++
requirements.txt                               |  3 +-
test-requirements.txt                          |  4 +-
tox.ini                                        |  2 +-
24 files changed, 205 insertions(+), 83 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2204536..f2f2f85 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ requests>=2.14.2 # Apache-2.0
-oslo.config>=5.2.0 # Apache-2.0
+oslo.config>=6.0.0 # Apache-2.0
@@ -11 +10,0 @@ PyYAML>=5.1 # MIT
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 3c503c3..fb0d03a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -14,0 +15,2 @@ bandit>=1.6.0,<1.7.0 # Apache-2.0
+
+pre-commit>=2.6.0 # MIT






More information about the Release-announce mailing list