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

davanum at gmail.com davanum at gmail.com
Mon Aug 24 21:43:15 UTC 2015


We are glad to announce the release of:

oslo.cache 0.6.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.6.0

Please report issues through launchpad:

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

Changes in oslo.cache 0.5.0..0.6.0
----------------------------------

950a444 Move optional backend dependencies into setup.cfg [extras]
d6b6a7f Ignore the .eggs/ directory
0733ac1 Remove remnants of noop backend registration
61703e3 Updated from global requirements
fe31369 Updated from global requirements
703dba1 Setup translations
f692dec flake8 - remove unused rules and fix imports
ee78000 Updated from global requirements

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

.gitignore                                    |  2 +-
oslo.cache/locale/oslo.cache-log-critical.pot | 19 ++++++++
oslo.cache/locale/oslo.cache-log-error.pot    | 26 +++++++++++
oslo.cache/locale/oslo.cache-log-info.pot     | 19 ++++++++
oslo.cache/locale/oslo.cache-log-warning.pot  | 27 ++++++++++++
oslo.cache/locale/oslo.cache.pot              | 63 +++++++++++++++++++++++++++
oslo_cache/_memcache_pool.py                  |  3 +-
oslo_cache/backends/mongo.py                  |  3 +-
oslo_cache/core.py                            |  7 ++-
requirements.txt                              |  7 ++-
setup.cfg                                     |  6 +++
test-requirements.txt                         |  5 +--
tox.ini                                       |  7 ++-
13 files changed, 175 insertions(+), 19 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 5bd5530..965e06e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ six>=1.9.0
-oslo.config>=1.11.0 # Apache-2.0
+oslo.config>=2.1.0 # Apache-2.0
@@ -10,3 +10,2 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.log>=1.6.0 # Apache-2.0
-oslo.utils>=1.9.0 # Apache-2.0
-python-memcached>=1.56
+oslo.log>=1.8.0 # Apache-2.0
+oslo.utils>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 78c8759..8463ff9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ mock>=1.2
-oslotest>=1.9.0 # Apache-2.0
+oslotest>=1.10.0 # Apache-2.0
@@ -9,3 +8,0 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-
-# Optional dogpile backend: MongoDB
-pymongo>=3.0.2





More information about the OpenStack-announce mailing list