[release-announce] [oslo] oslo.cache 1.24.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Mon Jul 10 20:17:59 UTC 2017
We are happy to announce the release of:
oslo.cache 1.24.0: Cache storage for OpenStack projects.
This release is part of the pike 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.23.0..1.24.0
------------------------------------
66a72a1 turn on warning-is-error in doc build
a190e51 switch from oslosphinx to openstackdocstheme
a2335db rearrange content to fit the new standard layout
d6d8c36 Improve backend configuration help text
6041068 Add kwarg function key generator
6a4e6df Fix error in cache.configure_cache_region usage doc
f288eae Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 2 +-
oslo_cache/_opts.py | 23 +++++++++++-------
oslo_cache/core.py | 44 ++++++++++++++++++++--------------
releasenotes/source/conf.py | 12 ++++++++--
requirements.txt | 2 +-
setup.cfg | 3 ++-
test-requirements.txt | 4 ++--
22 files changed, 202 insertions(+), 118 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index b796fa9..294f0d8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ six>=1.9.0 # MIT
-oslo.config>=4.0.0 # Apache-2.0
+oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 477cfd1..af491a4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ oslotest>=1.10.0 # Apache-2.0
-oslosphinx>=4.7.0 # Apache-2.0
+openstackdocstheme>=1.11.0 # Apache-2.0
@@ -9 +9 @@ pifpaf>=0.10.0 # Apache-2.0
-sphinx!=1.6.1,>=1.5.1 # BSD
+sphinx>=1.6.2 # BSD
More information about the Release-announce
mailing list