[oslo] oslo.log 3.38.0 (rocky)
We are excited to announce the release of: oslo.log 3.38.0: oslo.log library This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.log Download the package from: https://pypi.python.org/pypi/oslo.log Please report issues through launchpad: https://bugs.launchpad.net/oslo.log For more details, please see below. Changes in oslo.log 3.37.0..3.38.0 ---------------------------------- 110191a Add Stein release to versionutils d68a895 Add ROCKY to deprecated releases 28a3dad add lower-constraints job 3e9e78f Increase sleep time in testsuite to make it more robust bed1d62 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +++ lower-constraints.txt | 68 +++++++++++++++++++++++++++++++++++++++++ oslo_log/versionutils.py | 3 ++ requirements.txt | 2 +- test-requirements.txt | 2 +- tox.ini | 7 +++++ 7 files changed, 85 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3983366..4448491 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ six>=1.10.0 # MIT -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 72cf9fa..797f106 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18 +18 @@ coverage!=4.4,>=4.0 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org