We are excited to announce the release of: oslo.cache 1.28.1: Cache storage for OpenStack projects. This release is part of the queens stable release series. The source is available from: https://opendev.org/openstack/oslo.cache Download the package from: https://pypi.org/project/oslo.cache Please report issues through: https://bugs.launchpad.net/oslo.cache/+bugs For more details, please see below. Changes in oslo.cache 1.28.0..1.28.1 ------------------------------------ 29a9096 Use upper constraints from opendev.org 38dcffa Fix memcache pool client in monkey-patched environments e4d14dc OpenDev Migration Patch 55a7404 import zuul job settings from project-config bc8fd59 Fix sphinx-docs job for stable branch 396d836 Updated from global requirements 53fcf80 Update UPPER_CONSTRAINTS_FILE for stable/queens 50217cb Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 ++- .zuul.yaml | 9 +++++++++ oslo_cache/_memcache_pool.py | 14 +++++++++++++- requirements.txt | 4 ++-- test-requirements.txt | 2 +- tools/tox_install.sh | 5 +++++ tox.ini | 2 +- 9 files changed, 53 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6a8dedb..49a19bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,2 +9,2 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.log>=3.30.0 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4c12a85..6d4b49b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ mock>=2.0.0 # BSD -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org