We are ecstatic to announce the release of: oslo.policy 1.17.0: Oslo Policy library This release is part of the ocata release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.policy Download the package from: https://pypi.python.org/pypi/oslo.policy Please report issues through launchpad: http://bugs.launchpad.net/oslo.policy For more details, please see below. Changes in oslo.policy 1.16.0..1.17.0 ------------------------------------- f56b767 Improved performance of parse_file_contents() method 1f704b3 Show team and repo badges on README a574338 Remove wrong parameter type for class NotCheck from docstring 4ed29c2 Fix a code logic while doing cyclical reference check to the policy e487d48 Updated from global requirements 91fb94b Add missing parameter description in module _cache_handler 21ad086 Fix typo in oslo.policy b32f6c8 Updated from global requirements d615913 Add stevedore to requirements c1de564 Imported Translations from Zanata 217488f Updated from global requirements 8721106 Make exception PolicyNotAuthorized more readable Diffstat (except docs and test files) ------------------------------------- README.rst | 9 +++++ oslo_policy/_cache_handler.py | 3 ++ oslo_policy/locale/cs/LC_MESSAGES/oslo_policy.po | 7 ++-- oslo_policy/locale/de/LC_MESSAGES/oslo_policy.po | 7 ++-- .../locale/en_GB/LC_MESSAGES/oslo_policy.po | 7 ++-- oslo_policy/locale/es/LC_MESSAGES/oslo_policy.po | 12 +++---- oslo_policy/locale/fr/LC_MESSAGES/oslo_policy.po | 7 ++-- oslo_policy/locale/it/LC_MESSAGES/oslo_policy.po | 7 ++-- oslo_policy/locale/ja/LC_MESSAGES/oslo_policy.po | 7 ++-- .../locale/ko_KR/LC_MESSAGES/oslo_policy.po | 7 ++-- .../locale/pt_BR/LC_MESSAGES/oslo_policy.po | 7 ++-- oslo_policy/locale/ru/LC_MESSAGES/oslo_policy.po | 7 ++-- .../locale/tr_TR/LC_MESSAGES/oslo_policy.po | 7 ++-- .../locale/zh_CN/LC_MESSAGES/oslo_policy.po | 7 ++-- .../locale/zh_TW/LC_MESSAGES/oslo_policy.po | 7 ++-- oslo_policy/policy.py | 27 ++++++++++----- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 39 ++++++++++++++++++++++ requirements.txt | 3 +- test-requirements.txt | 4 +-- 21 files changed, 114 insertions(+), 82 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6a89628..12fc358 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ requests>=2.10.0 # Apache-2.0 -oslo.config>=3.14.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 @@ -10,0 +11 @@ six>=1.9.0 # MIT +stevedore>=1.17.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5eb10f2..0daed2a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ requests-mock>=1.1 # Apache-2.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -16 +16 @@ sphinx!=1.3b1,<1.4,>=1.2.1 # BSD -reno>=1.8.0 # Apache2 +reno>=1.8.0 # Apache-2.0