We are excited to announce the release of: oslo.cache 1.0.0: Cache storage for Openstack projects. This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.cache With package available at: https://pypi.python.org/pypi/oslo.cache For more details, please see the git log history below and: http://launchpad.net/oslo.cache/+milestone/1.0.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.cache Changes in oslo.cache 0.9.0..1.0.0 ---------------------------------- 5e34e01 Updated from global requirements f2da770 Remove Python 2.6 classifier c8fb2e9 Remove python 2.6 and cleanup tox.ini 8d999aa Updated from global requirements 1ff7ee9 Updated from global requirements 81801f7 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 6 +++--- setup.cfg | 1 - test-requirements.txt | 2 +- tox.ini | 11 +---------- 4 files changed, 5 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 56cf508..3019140 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ six>=1.9.0 -oslo.config>=2.3.0 # Apache-2.0 +oslo.config>=2.7.0 # Apache-2.0 @@ -10,2 +10,2 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.log>=1.8.0 # Apache-2.0 -oslo.utils>=2.4.0 # Apache-2.0 +oslo.log>=1.12.0 # Apache-2.0 +oslo.utils>=2.8.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8463ff9..462fcb7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ oslotest>=1.10.0 # Apache-2.0 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0