[openstack-dev] [release][oslo] oslo.cache release 1.2.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Thu Jan 14 03:52:42 UTC 2016


We are stoked to announce the release of:

oslo.cache 1.2.0: Cache storage for Openstack projects.

This release is part of the mitaka 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

Please report issues through launchpad:

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

For more details, please see below.


Changes in oslo.cache 1.1.0..1.2.0
----------------------------------

749ea50 Use assertTrue/False instead of assertEqual(T/F)
6dd2e28 Updated from global requirements
baf8dbd Replace deprecated LOG.warn with LOG.warning
9bd5e79 Updated from global requirements
d7a4a4c Trival: Remove 'MANIFEST.in'

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

MANIFEST.in                                  | 6 ------
oslo_cache/backends/mongo.py                 | 4 ++--
requirements.txt                             | 4 ++--
4 files changed, 8 insertions(+), 14 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d5ea79b..2925cb5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ six>=1.9.0
-oslo.config>=2.7.0 # Apache-2.0
+oslo.config>=3.2.0 # Apache-2.0
@@ -10 +10 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.log>=1.12.0 # Apache-2.0
+oslo.log>=1.14.0 # Apache-2.0





More information about the OpenStack-dev mailing list