[openstack-dev] [release][oslo] oslo.policy-announce-release 1.4.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 9 23:21:30 UTC 2016


We are thrilled to announce the release of:

oslo.policy-announce-release 1.4.0: Oslo Policy library

This release is part of the mitaka release series.

With source available at:

    http://git.openstack.org/cgit/openstack/oslo.policy

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.policy 1.3.0..1.4.0
-----------------------------------

b97a12c Update translation setup
d587463 Updated from global requirements
a7113ec Updated from global requirements
a5b4796 Updated from global requirements
d5b2dee Updated from global requirements
3a54bee Revert "Pass environment variables of proxy to tox"
23d3138 Run docs testenv by default with tox
f4c533b Add oslopolicy-checker command-line tool

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/_i18n.py                            |   2 +-
oslo_policy/shell.py                            | 100 ++++++++++++++++++
requirements.txt                                |  10 +-
sample_data/auth_v3_token_admin.json            | 135 ++++++++++++++++++++++++
sample_data/auth_v3_token_member.json           | 135 ++++++++++++++++++++++++
setup.cfg                                       |  17 +--
test-requirements.txt                           |   4 +-
tox.ini                                         |   3 +-
15 files changed, 437 insertions(+), 153 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 639c081..577f164 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,3 @@
-requests!=2.9.0,>=2.8.1
-oslo.config>=3.2.0 # Apache-2.0
-oslo.i18n>=1.5.0 # Apache-2.0
+requests!=2.9.0,>=2.8.1 # Apache-2.0
+oslo.config>=3.4.0 # Apache-2.0
+oslo.i18n>=2.1.0 # Apache-2.0
@@ -9,2 +9,2 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.2.0 # Apache-2.0
-six>=1.9.0
+oslo.utils>=3.4.0 # Apache-2.0
+six>=1.9.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 0d6dd18..dec1fa7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ requests-mock>=0.7.0 # Apache-2.0
-coverage>=3.6
+coverage>=3.6 # Apache-2.0
@@ -14 +14 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD





More information about the OpenStack-dev mailing list