[release-announce] oslo.cache 1.35.0 (train)

no-reply at openstack.org no-reply at openstack.org
Tue May 21 17:30:20 UTC 2019


We eagerly announce the release of:

oslo.cache 1.35.0: Cache storage for OpenStack projects.

This release is part of the train 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.34.0..1.35.0
------------------------------------

3e06753 Cap Bandit below 1.6.0 and update Sphinx requirement
fcce95b Replace git.openstack.org URLs with opendev.org URLs.
4fb6e07 tox: Use the new hotness for constraints
6503e24 Avoid tox_install.sh for constraints support
c862517 Fix lower-constraints
79ea6a9 Dropping the py35 testing


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

.zuul.yaml                         |  1 -
README.rst                         |  2 +-
lower-constraints.txt              |  2 +-
requirements.txt                   |  2 +-
setup.cfg                          |  2 +-
test-requirements.txt              |  5 +++-
tools/tox_install.sh               | 35 --------------------------
tox.ini                            | 50 ++++++++++++++++++--------------------
14 files changed, 49 insertions(+), 86 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 15c99b9..7a0d951 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ dogpile.cache>=0.6.2 # BSD
-six>=1.10.0 # MIT
+six>=1.11.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index a9e9f99..98c6823 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ pifpaf>=0.10.0 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<1.6.0 # Apache-2.0
@@ -10,0 +11,3 @@ stestr>=2.0.0 # Apache-2.0
+python-memcached>=1.56 # PSF
+pymongo!=3.1,>=3.0.2 # Apache-2.0
+etcd3gw>=0.2.0 # Apache-2.0






More information about the Release-announce mailing list