We are stoked to announce the release of: oslo.policy 1.22.1: Oslo Policy library This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.policy Download the package from: https://pypi.python.org/pypi/oslo.policy Please report issues through launchpad: https://bugs.launchpad.net/oslo.policy For more details, please see below. Changes in oslo.policy 1.22.0..1.22.1 ------------------------------------- 6715695 Updated from global requirements a7ab49e Optimize the link address 03e4352 Add release note for DocumentedRuleDefault 5d461fa Remove log translations Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 4 ++-- README.rst | 10 +++++----- oslo_policy/_i18n.py | 10 ---------- oslo_policy/_parser.py | 7 +++---- oslo_policy/policy.py | 9 ++++----- .../oslo-policy-descriptive-support-3ee688c5fa48d751.yaml | 11 +++++++++++ test-requirements.txt | 2 +- 8 files changed, 28 insertions(+), 29 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 799c3ab..3f6d4a2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ requests-mock>=1.1 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0