We are gleeful to announce the release of: oslo.cache 0.4.0: Cache storage for Openstack projects. This release is part of the liberty 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/0.4.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.cache Changes in oslo.cache 0.3.0..0.4.0 ---------------------------------- 5881ad7 Added NO_VALUE to core file 212af3d Updated from global requirements 9e20d07 Updated from global requirements 789daa9 Updated from global requirements a267390 Fix some reminders of 'keystone' in oslo.cache 3d4e2d6 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_cache/_opts.py | 4 ++-- oslo_cache/backends/dictionary.py | 14 ++++++------ oslo_cache/backends/mongo.py | 19 +++++++++++++--- oslo_cache/backends/noop.py | 7 +++--- oslo_cache/core.py | 10 +++++++++ requirements.txt | 4 ++-- setup.py | 2 +- test-requirements.txt | 5 ++--- 11 files changed, 64 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 29bd4fa..d2bd1d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,2 +10,2 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.log>=1.2.0 # Apache-2.0 -oslo.utils>=1.6.0 # Apache-2.0 +oslo.log>=1.6.0 # Apache-2.0 +oslo.utils>=1.9.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5be8937..773ccda 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,3 +5,2 @@ hacking<0.11,>=0.10.0 -mock>=1.1;python_version!='2.6' -mock==1.0.1;python_version=='2.6' -oslotest>=1.5.1 # Apache-2.0 +mock>=1.2 +oslotest>=1.7.0 # Apache-2.0