We are pleased to announce the release of: oslo.policy 2.3.0: Oslo Policy library This release is part of the train 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.2.0..2.3.0 ----------------------------------- 4d40252 Add attribute to suppress deprecation warnings b7da7a9 Add Python 3 Train unit tests 2fe6520 Updated from global requirements f2e642a Replace git.openstack.org URLs with opendev.org URLs 1d7ca8a Cap Bandit below 1.6.0 and update Sphinx requirement bf400dd Dropping the py35 testing Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +-- README.rst | 2 +- lower-constraints.txt | 2 +- oslo_policy/policy.py | 12 +++++-- setup.cfg | 3 +- test-requirements.txt | 7 ++-- tox.ini | 4 +-- 9 files changed, 91 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e701ce8..04c09a3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ oslotest>=3.2.0 # Apache-2.0 -requests-mock>=1.1.0 # Apache-2.0 +requests-mock>=1.2.0 # Apache-2.0 @@ -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