[release-announce] oslo.utils 3.41.1 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 4 14:34:14 UTC 2019


We enthusiastically announce the release of:

oslo.utils 3.41.1: Oslo Utility library

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/oslo.utils

Download the package from:

    https://pypi.org/project/oslo.utils

Please report issues through:

    https://bugs.launchpad.net/oslo.utils/+bugs

For more details, please see below.

Changes in oslo.utils 3.41.0..3.41.1
------------------------------------

5ae7d21 Add digestmod when using hmac
1b8bafb Add Python 3 Train unit tests
3ed4676 Cap Bandit below 1.6.0 and update Sphinx requirement
fc36aa3 Replace git.openstack.org URLs with opendev.org URLs
1a87277 Dropping the py35 testing


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

.zuul.yaml                           | 4 +---
README.rst                           | 2 +-
setup.cfg                            | 3 ++-
test-requirements.txt                | 2 +-
tox.ini                              | 4 ++--
7 files changed, 12 insertions(+), 10 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 767c41b..ce63b70 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -27 +27 @@ oslo.config>=5.2.0 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<1.6.0 # Apache-2.0






More information about the Release-announce mailing list