[release][oslo] oslo.policy release 0.7.0 (liberty)
We are stoked to announce the release of: oslo.policy 0.7.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.7.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.policy Changes in oslo.policy 0.6.0..0.7.0 ----------------------------------- 74ef58d Remove oslo-incubator specific code 2f52808 Move fileutils functions to oslo.policy 31d674b Add six and oslo.utils to requirements 6cd6516 Add tox target to find missing requirements 8ebc9d4 Updated from global requirements e9224c8 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- openstack-common.conf | 7 -- oslo_policy/_cache_handler.py | 56 +++++++++++ oslo_policy/openstack/__init__.py | 0 oslo_policy/openstack/common/__init__.py | 0 oslo_policy/openstack/common/fileutils.py | 149 ------------------------------ oslo_policy/policy.py | 6 +- requirements.txt | 8 +- setup.py | 1 - test-requirements.txt | 8 +- tox.ini | 8 ++ 11 files changed, 79 insertions(+), 170 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 86e5a54..62ebd6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,5 @@ -oslo.config>=1.11.0 # Apache-2.0 -oslo.i18n>=1.5.0 # Apache-2.0 -oslo.serialization>=1.4.0 # Apache-2.0 +oslo.config>=1.11.0 # Apache-2.0 +oslo.i18n>=1.5.0 # Apache-2.0 +oslo.serialization>=1.4.0 # Apache-2.0 +oslo.utils>=1.6.0 # Apache-2.0 +six>=1.9.0 diff --git a/test-requirements.txt b/test-requirements.txt index 55b42c2..eb6240f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,2 +5,2 @@ -hacking>=0.10.0,<0.11 -oslotest>=1.5.1 # Apache-2.0 +hacking<0.11,>=0.10.0 +oslotest>=1.5.1 # Apache-2.0 @@ -9,2 +9,2 @@ oslotest>=1.5.1 # Apache-2.0 -oslosphinx>=2.5.0 # Apache-2.0 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +oslosphinx>=2.5.0 # Apache-2.0 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
participants (1)
-
davanum@gmail.com