[release-announce] [oslo] oslo.cache 1.18.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 6 17:20:01 UTC 2017


We are satisfied to announce the release of:

oslo.cache 1.18.0: Cache storage for OpenStack projects.

This release is part of the pike release series.

The source is available from:

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

Download the package from:

    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.17.0..1.18.0
------------------------------------

bae9b68 Updated from global requirements
96ac4c7 [Fix gate]Update test requirement
b4e6983 Updated from global requirements
a27d1ed pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
4eaa087 Update reno for stable/ocata


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

oslo_cache/version.py         | 2 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/ocata.rst | 6 ++++++
requirements.txt              | 2 +-
setup.py                      | 2 +-
test-requirements.txt         | 4 ++--
6 files changed, 12 insertions(+), 5 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2d953d5..4a541c7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ oslo.log>=3.11.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a57be38..a5f24ea 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking<0.11,>=0.10.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -8 +8 @@ oslosphinx>=4.7.0 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.5.1 # BSD





More information about the Release-announce mailing list