We jubilantly announce the release of: oslo.policy 2.1.2: Oslo Policy library This release is part of the stein stable 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 2.1.1..2.1.2 ----------------------------------- 3a22403 Cap Bandit below 1.6.0 and update Sphinx requirement 1e9b2f0 Only alias when policy names change 0a4adba Fix reference cycle caused by deprecated sample override b1eb97d OpenDev Migration Patch e13aa78 Update UPPER_CONSTRAINTS_FILE for stable/stein c952ae4 Update .gitreview for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 ++- oslo_policy/generator.py | 19 ++++++++++------ oslo_policy/policy.py | 8 ++++++- test-requirements.txt | 5 +++-- tox.ini | 2 +- 7 files changed, 102 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e701ce8..a169b53 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15 +15,2 @@ openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD @@ -20 +21 @@ reno>=2.5.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<1.6.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org