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

davanum at gmail.com davanum at gmail.com
Mon Aug 3 17:49:50 UTC 2015


We are glad to announce the release of:

oslo.cache 0.5.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.5.0

Please report issues through launchpad:

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

Changes in oslo.cache 0.4.0..0.5.0
----------------------------------

640b000 Updated from global requirements
1d2506c Updated from global requirements
d1c7d06 Remove NoOp cache from oslo.cache

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

oslo_cache/_opts.py            |  2 +-
oslo_cache/backends/noop.py    | 54 ------------------------------------------
requirements.txt               |  4 ++--
test-requirements.txt          |  2 +-
5 files changed, 4 insertions(+), 87 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d2bd1d5..5bd5530 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ Babel>=1.3
-dogpile.cache>=0.5.3
+dogpile.cache>=0.5.4
@@ -12 +12 @@ oslo.utils>=1.9.0 # Apache-2.0
-python-memcached>=1.48
+python-memcached>=1.56
diff --git a/test-requirements.txt b/test-requirements.txt
index 773ccda..78c8759 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ mock>=1.2
-oslotest>=1.7.0 # Apache-2.0
+oslotest>=1.9.0 # Apache-2.0





More information about the OpenStack-announce mailing list