[release-announce] oslo.cache 2.4.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 1 09:47:26 UTC 2020


We joyfully announce the release of:

oslo.cache 2.4.0: Cache storage for OpenStack projects.

This release is part of the victoria 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 2.3.0..2.4.0
----------------------------------

83de99c Refactoring functional tests based on standard usages
49b4d42 Switch to newer openstackdocstheme and reno versions
7baf1d3 Remove the unused coding style modules
fc215cc Fix pep8 failure
9227352 Adding functional tests
ddd9807 Small cleanups in tox.ini
955de57 Remove unneeded babel.cfg etc
231d682 Remove six
725b4b5 Switch to Victoria tests
0e1c6f5 [doc] tell to prefix ipv6 hosts with inet6
0c741b7 Add release notes links to doc index
e4ba09e Imported Translations from Zanata
70be98f Update master for stable/ussuri


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

.gitignore                                         |   2 +
.stestr.conf                                       |   3 +-
.zuul.yaml                                         |  26 +-
babel.cfg                                          |   2 -
bindep.txt                                         |   4 +
lower-constraints.txt                              |   5 -
oslo_cache/_memcache_pool.py                       |   3 +-
oslo_cache/_opts.py                                |  15 +-
oslo_cache/backends/mongo.py                       |   8 +-
releasenotes/source/conf.py                        |  10 +-
releasenotes/source/index.rst                      |  27 +-
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  47 ++-
releasenotes/source/ussuri.rst                     |   6 +
requirements.txt                                   |   1 -
setup.cfg                                          |  14 -
test-requirements.txt                              |   2 +-
tox.ini                                            |  13 +-
31 files changed, 729 insertions(+), 681 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7a0d951..b2be96b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +5,0 @@ dogpile.cache>=0.6.2 # BSD
-six>=1.11.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index fedd3db..2726df6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0






More information about the Release-announce mailing list