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

davanum at gmail.com davanum at gmail.com
Tue Jun 30 19:29:20 UTC 2015


We are excited to announce the release of:

oslo.cache 0.1.2: 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.1.2

Please report issues through launchpad:

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

Changes in oslo.cache 0.1.1..0.1.2
----------------------------------

ce99f7f Make symbols private
448c691 Module docs
773e7be Cleanup exceptions
80c40f8 handle utf8 encoding properly
308f49a Expose list_opts entry points for oslo-config-generator
78c78a9 Remove unnecessary file
98537c8 Add tests for _memcache_pool

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

dev-requirements.txt                         |   8 --
oslo_cache/_memcache_pool.py                 |   2 +-
oslo_cache/backends/mongo.py                 |  20 ++--
oslo_cache/core.py                           | 173 +++++++++++++++------------
oslo_cache/exception.py                      |  79 +-----------
requirements.txt                             |   1 +
setup.cfg                                    |   4 +
test-requirements.txt                        |   1 +
12 files changed, 299 insertions(+), 194 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f1bf34c..29bd4fa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,0 +12 @@ oslo.utils>=1.6.0 # Apache-2.0
+python-memcached>=1.48
diff --git a/test-requirements.txt b/test-requirements.txt
index d8ef9cc..e3b4bd9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,0 +5 @@ hacking<0.11,>=0.10.0
+mock>=1.0





More information about the OpenStack-announce mailing list