[openstack-dev] [release][oslo] oslo.policy 1.7.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Mon May 9 15:41:53 UTC 2016


We are glad to announce the release of:

oslo.policy 1.7.0: Oslo Policy library

This release is part of the newton 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

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.policy

For more details, please see below.

Changes in oslo.policy 1.5.0..1.7.0
-----------------------------------

93aee73 Updated from global requirements
9536d53 Imported Translations from Zanata
cc9f17d Imported Translations from Zanata
fa3a368 Updated from global requirements
e0db341 Updated from global requirements
ea1268b Deprecate load_json() in favor of load()
83d209e Support policy file in YAML

Diffstat (except docs and test files)
-------------------------------------

.../locale/ar/LC_MESSAGES/oslo_policy-log-error.po | 24 +++++++++++
.../locale/cs/LC_MESSAGES/oslo_policy-log-error.po | 23 +++++++++++
oslo_policy/locale/cs/LC_MESSAGES/oslo_policy.po   | 38 +++++++++++++++++
.../locale/de/LC_MESSAGES/oslo_policy-log-error.po | 23 +++++++++++
oslo_policy/locale/de/LC_MESSAGES/oslo_policy.po   | 42 +++++++++++++++++++
.../en_AU/LC_MESSAGES/oslo_policy-log-error.po     | 23 +++++++++++
.../en_GB/LC_MESSAGES/oslo_policy-log-error.po     | 23 +++++++++++
.../locale/es/LC_MESSAGES/oslo_policy-log-error.po | 23 +++++++++++
oslo_policy/locale/es/LC_MESSAGES/oslo_policy.po   | 40 ++++++++++++++++++
.../locale/fr/LC_MESSAGES/oslo_policy-log-error.po | 23 +++++++++++
oslo_policy/locale/fr/LC_MESSAGES/oslo_policy.po   | 42 +++++++++++++++++++
.../locale/it/LC_MESSAGES/oslo_policy-log-error.po | 23 +++++++++++
oslo_policy/locale/it/LC_MESSAGES/oslo_policy.po   | 40 ++++++++++++++++++
.../locale/ja/LC_MESSAGES/oslo_policy-log-error.po | 23 +++++++++++
oslo_policy/locale/ja/LC_MESSAGES/oslo_policy.po   | 39 ++++++++++++++++++
.../ko_KR/LC_MESSAGES/oslo_policy-log-error.po     | 23 +++++++++++
.../locale/ko_KR/LC_MESSAGES/oslo_policy.po        | 38 +++++++++++++++++
oslo_policy/locale/oslo_policy-log-error.pot       | 30 ++++++++++++++
oslo_policy/locale/oslo_policy.pot                 | 47 ++++++++++++++++++++++
.../locale/pt/LC_MESSAGES/oslo_policy-log-error.po | 23 +++++++++++
.../pt_BR/LC_MESSAGES/oslo_policy-log-error.po     | 23 +++++++++++
.../locale/pt_BR/LC_MESSAGES/oslo_policy.po        | 39 ++++++++++++++++++
oslo_policy/locale/ru/LC_MESSAGES/oslo_policy.po   | 41 +++++++++++++++++++
.../tr_TR/LC_MESSAGES/oslo_policy-log-error.po     | 23 +++++++++++
.../locale/tr_TR/LC_MESSAGES/oslo_policy.po        | 36 +++++++++++++++++
.../vi_VN/LC_MESSAGES/oslo_policy-log-error.po     | 23 +++++++++++
.../zh_CN/LC_MESSAGES/oslo_policy-log-error.po     | 23 +++++++++++
.../locale/zh_CN/LC_MESSAGES/oslo_policy.po        | 36 +++++++++++++++++
.../zh_TW/LC_MESSAGES/oslo_policy-log-error.po     | 23 +++++++++++
.../locale/zh_TW/LC_MESSAGES/oslo_policy.po        | 36 +++++++++++++++++
oslo_policy/policy.py                              | 39 +++++++++++++++---
oslo_policy/shell.py                               |  2 +-
requirements.txt                                   |  3 +-
35 files changed, 991 insertions(+), 14 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index e8793fa..8e217a1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ requests!=2.9.0,>=2.8.1 # Apache-2.0
-oslo.config>=3.4.0 # Apache-2.0
+oslo.config>=3.9.0 # Apache-2.0
@@ -9,0 +10 @@ oslo.utils>=3.5.0 # Apache-2.0
+PyYAML>=3.1.0 # MIT





More information about the OpenStack-dev mailing list