[openstack-dev] [release] oslo.policy release 0.4.0 (liberty)

Doug Hellmann doug at doughellmann.com
Tue Apr 21 19:23:21 UTC 2015


We are tickled pink to announce the release of:

oslo.policy 0.4.0: Oslo Policy library

For more details, please see the git log history below and:

    http://launchpad.net/oslo.policy/+milestone/0.4.0

Please report issues through launchpad:

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

Changes in oslo.policy 0.3.1..0.4.0
-----------------------------------

cf8b445 2015-04-16 18:07:06 +0000 Uncap library requirements for liberty
9cbfab6 2015-04-14 13:40:48 +0200 Fix invalid indentation in _load_policy_file method
3beba6b 2015-04-04 02:33:28 -0400 Cleanup README.rst and setup.cfg
b5f07df 2015-03-31 22:25:00 -0400 Avoid reloading policy files in policy.d for every call
a08bc79 2015-03-31 13:35:13 -0400 Lists for Generic Checks
b3fe254 2015-03-21 00:17:05 +0000 Updated from global requirements

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

README.rst                         |   3 +-
oslo_policy/_checks.py             |  49 ++++++++---
oslo_policy/policy.py              |  43 +++++++---
requirements.txt                   |   6 +-
setup.cfg                          |   2 +-
test-requirements.txt              |   4 +-
9 files changed, 349 insertions(+), 28 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d21ad4b..1d780b2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,3 @@
-oslo.config>=1.9.0  # Apache-2.0
-oslo.i18n>=1.3.0  # Apache-2.0
-oslo.serialization>=1.2.0  # Apache-2.0
+oslo.config>=1.9.3  # Apache-2.0
+oslo.i18n>=1.5.0  # Apache-2.0
+oslo.serialization>=1.4.0               # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d921e2b..55b42c2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking>=0.10.0,<0.11
-oslotest>=1.2.0  # Apache-2.0
+oslotest>=1.5.1  # Apache-2.0
@@ -9 +9 @@ oslotest>=1.2.0  # Apache-2.0
-oslosphinx>=2.2.0  # Apache-2.0
+oslosphinx>=2.5.0  # Apache-2.0





More information about the OpenStack-dev mailing list