[release][oslo] oslo.policy release 0.10.0 (liberty)
We are jazzed to announce the release of: oslo.policy 0.10.0: Oslo Policy library This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.policy With package available at: https://pypi.python.org/pypi/oslo.policy For more details, please see the git log history below and: http://launchpad.net/oslo.policy/+milestone/0.10.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.policy Changes in oslo.policy 0.9.0..0.10.0 ------------------------------------ 7a1ef42 Pass reference then actual to assertEqual 46fb0af Overwrite option should not cause policy file reloading 138089e Updated from global requirements bd7d6f1 Setup translations 7ee4f40 Have the enforcer have its own file cache d7d6301 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo.policy/locale/oslo.policy-log-critical.pot | 20 +++++++++++ oslo.policy/locale/oslo.policy-log-error.pot | 30 ++++++++++++++++ oslo.policy/locale/oslo.policy-log-info.pot | 20 +++++++++++ oslo.policy/locale/oslo.policy-log-warning.pot | 20 +++++++++++ oslo.policy/locale/oslo.policy.pot | 47 +++++++++++++++++++++++++ oslo_policy/_cache_handler.py | 17 +++++---- oslo_policy/policy.py | 13 ++++--- requirements.txt | 4 +-- test-requirements.txt | 2 +- 10 files changed, 165 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6016da0..b1bf80f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -oslo.config>=1.11.0 # Apache-2.0 +oslo.config>=2.1.0 # Apache-2.0 @@ -8 +8 @@ oslo.serialization>=1.4.0 # Apache-2.0 -oslo.utils>=1.9.0 # Apache-2.0 +oslo.utils>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index caa687e..e7442c0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking<0.11,>=0.10.0 -oslotest>=1.9.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0
participants (1)
-
davanum@gmail.com