[release-announce] [oslo] oslo.cache 1.27.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Nov 20 16:32:56 UTC 2017


We are overjoyed to announce the release of:

oslo.cache 1.27.0: Cache storage for OpenStack projects.

This release is part of the queens release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/oslo.cache

Download the package from:

    https://pypi.python.org/pypi/oslo.cache

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.cache 1.26.0..1.27.0
------------------------------------

1f4be33 Remove setting of version/release from releasenotes
f659687 Updated from global requirements
225c544 Add more cache backend options
bcabe94 Updated from global requirements
724d1c6 Imported Translations from Zanata
8ca3fa4 Imported Translations from Zanata
d45e015 Updated from global requirements
2dfa3b4 Updated from global requirements


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

oslo_cache/_opts.py                                |  6 +++
releasenotes/source/conf.py                        | 12 ++---
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  9 ++--
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       | 52 ++++++++++++++++++++++
requirements.txt                                   | 10 ++---
setup.cfg                                          |  2 +-
test-requirements.txt                              |  2 +-
7 files changed, 75 insertions(+), 18 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 294f0d8..dec018d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,5 +6,5 @@ dogpile.cache>=0.6.2 # BSD
-six>=1.9.0 # MIT
-oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
-oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.log>=3.22.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
+six>=1.10.0 # MIT
+oslo.config>=4.6.0 # Apache-2.0
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.log>=3.30.0 # Apache-2.0
+oslo.utils>=3.31.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 17cd0d2..14a5bb4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ oslotest>=1.10.0 # Apache-2.0
-openstackdocstheme>=1.16.0 # Apache-2.0
+openstackdocstheme>=1.17.0 # Apache-2.0






More information about the Release-announce mailing list