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

no-reply at openstack.org no-reply at openstack.org
Wed Aug 26 20:23:53 UTC 2020


We contentedly announce the release of:

oslo.cache 2.6.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.5.0..2.6.0
----------------------------------

c872fc0 Add python-binary-memcached to support SASL
89d14a0 Drop hard choice on py38 for functional tests
0d7a151 Bump dogpile.cache's version for Memcached TLS support
8979414 Add pre-commit to pep8 gate
1717811 Apply fixes for pre-commit compliance in all code
b693711 Uses commit hash instead of version tags in pre-commit
795b238 Removes pre-commit hooks from Lucas-C
e36ae6c Bump bandit version
78edaf5 Introducing usage of pre-commit
a5ff884 Align contributing doc with oslo's policy


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

.pre-commit-config.yaml | 36 ++++++++++++++++++++++++++++++++++++
.zuul.yaml              | 10 +++++-----
CONTRIBUTING.rst        |  5 +++++
lower-constraints.txt   |  3 ++-
requirements.txt        |  2 +-
test-requirements.txt   |  4 +++-
tox.ini                 |  2 +-
9 files changed, 54 insertions(+), 9 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 437444d..c38ff92 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-dogpile.cache>=0.9.2 # BSD
+dogpile.cache>=1.0.2 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 2726df6..9936741 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ pifpaf>=0.10.0 # Apache-2.0
-bandit>=1.1.0,<1.6.0 # Apache-2.0
+bandit>=1.6.0,<1.7.0 # Apache-2.0
@@ -9,0 +10,2 @@ stestr>=2.0.0 # Apache-2.0
+pre-commit>=2.6.0 # MIT
+python-binary-memcached>=0.29.0 # MIT






More information about the Release-announce mailing list