[release-announce] oslo.policy 3.6.1 (wallaby)
no-reply at openstack.org
no-reply at openstack.org
Tue Feb 2 17:39:02 UTC 2021
We enthusiastically announce the release of:
oslo.policy 3.6.1: 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.
3.6.1
^^^^^
Bug Fixes
* [bug 1913718 (https://launchpad.net/bugs/1913718)] The
*Enforcer()* object now only processes deprecated rules once at load
or enforcement time, improving performance for users that make
extensive use of policy enforcement.
Changes in oslo.policy 3.6.0..3.6.1
-----------------------------------
bd9d47a Handle deprecated rule only once
424ff50 Switch to collections.abc.MutableMapping
e103baa pre-commit: Resolve dependency conflicts
61e930f Use TOX_CONSTRAINTS_FILE
Diffstat (except docs and test files)
-------------------------------------
.pre-commit-config.yaml | 6 ++--
lower-constraints.txt | 3 +-
oslo_policy/policy.py | 14 +++++++--
oslo_policy/shell.py | 4 +--
.../notes/bug-1913718-f1b46bbff3231d98.yaml | 7 +++++
test-requirements.txt | 9 ++----
tox.ini | 6 ++--
8 files changed, 63 insertions(+), 19 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index fb0d03a..3717b43 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=3.0.1,<3.1.0 # Apache-2.0
+
@@ -8 +8 @@ stestr>=2.0.0 # Apache-2.0
-oslo.context>=2.22.0 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
@@ -12,5 +11,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-
-# Bandit security code scanner
-bandit>=1.6.0,<1.7.0 # Apache-2.0
-
-pre-commit>=2.6.0 # MIT
More information about the Release-announce
mailing list