[openstack-announce] [release][oslo] oslo.policy release 1.2.0 (mitaka)
davanum at gmail.com
davanum at gmail.com
Mon Dec 21 20:09:28 UTC 2015
We are stoked to announce the release of:
oslo.policy 1.2.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
With package available at:
https://pypi.python.org/pypi/oslo.policy
For more details, please see below and:
http://launchpad.net/oslo.policy/+milestone/1.2.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.policy
Changes in oslo.policy 1.1.0..1.2.0
-----------------------------------
4a19048 Updated from global requirements
c699d7b Pass environment variables of proxy to tox
c9c5aab Fixes combined "and" and "or" rule handling
01e4c36 Make sure item of policy_dirs is directory
c9c96f5 Updated from global requirements
6369de8 Use dict comprehension
c76b9af Don't generate doc from test
Diffstat (except docs and test files)
-------------------------------------
oslo_policy/_checks.py | 10 +++
oslo_policy/_parser.py | 13 ++++
oslo_policy/policy.py | 24 +++++++-
requirements.txt | 4 +-
tox.ini | 1 +
9 files changed, 194 insertions(+), 5 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index b506e9e..0462bd9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-requests>=2.8.1
+requests!=2.9.0,>=2.8.1
@@ -9 +9 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=2.8.0 # Apache-2.0
+oslo.utils>=3.2.0 # Apache-2.0
More information about the OpenStack-announce
mailing list