[oslo] oslo.utils 3.26.0 (pike)
We are thrilled to announce the release of: oslo.utils 3.26.0: Oslo Utility library This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.utils Download the package from: https://pypi.python.org/pypi/oslo.utils Please report issues through launchpad: http://bugs.launchpad.net/oslo.utils For more details, please see below. Changes in oslo.utils 3.25.1..3.26.0 ------------------------------------ 15e0140 Updated from global requirements 4ef372b Updated from global requirements 1e73a62 Updated from global requirements e4912e1 Updated from global requirements f1d332a Adding a check of string type for hmacs Diffstat (except docs and test files) ------------------------------------- oslo_utils/secretutils.py | 6 ++++++ requirements.txt | 2 +- test-requirements.txt | 6 +++--- 4 files changed, 12 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 46af08f..f6cb091 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14 +14 @@ iso8601>=0.1.11 # MIT -oslo.i18n>=2.1.0 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index fe0f99d..b758fd0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20 +20 @@ coverage!=4.4,>=4.0 # Apache-2.0 -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD @@ -27 +27 @@ mock>=2.0 # BSD -oslo.config>=3.22.0 # Apache-2.0 +oslo.config>=4.0.0 # Apache-2.0 @@ -32 +32 @@ bandit>=1.1.0 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org