[openstack-announce] [release][oslo] oslo.cache release 0.3.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Jul 13 18:10:40 UTC 2015


We are excited to announce the release of:

oslo.cache 0.3.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.3.0

Please report issues through launchpad:

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

Changes in oslo.cache 0.2.0..0.3.0
----------------------------------

04d321b Updated from global requirements
6569f72 Fixes up the API docs and module index
ab9b6b3 Region handling
405ac02 Don't register backends on import
de4b284 Changed some comments and docs in DictCacheBackend
4b0cac8 Implemented DictCacheBackend
e4c7731 Fixed typos

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

.gitignore                                   |  1 +
oslo_cache/_memcache_pool.py                 |  2 +-
oslo_cache/backends/dictionary.py            | 84 ++++++++++++++++++++++++
oslo_cache/backends/mongo.py                 | 18 +++---
oslo_cache/core.py                           | 65 ++++++++++++-------
setup.cfg                                    |  1 +
test-requirements.txt                        |  3 +-
14 files changed, 287 insertions(+), 106 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index e3b4bd9..5be8937 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5,2 @@ hacking<0.11,>=0.10.0
-mock>=1.0
+mock>=1.1;python_version!='2.6'
+mock==1.0.1;python_version=='2.6'





More information about the OpenStack-announce mailing list