[oslo] oslo.cache 1.23.0 (pike)
We jubilantly announce the release of: oslo.cache 1.23.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.22.0..1.23.0 ------------------------------------ 5ff0006 Updated from global requirements 5dffcb0 Updated from global requirements f65f2ed etcd3 : get rid of ast_literal Diffstat (except docs and test files) ------------------------------------- oslo_cache/backends/etcd3gw.py | 6 +++--- requirements.txt | 2 +- test-requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9f0d0dc..b796fa9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ six>=1.9.0 # MIT -oslo.config>=3.22.0 # Apache-2.0 +oslo.config>=4.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 03ac741..477cfd1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ sphinx!=1.6.1,>=1.5.1 # BSD -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org