We are overjoyed to announce the release of: oslo.log 3.28.0: oslo.log library This release is part of the pike 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.27.0..3.28.0 ---------------------------------- 2f3c93d Updated from global requirements 14d2f88 formatter: skip ImportError when adding error_summary 8971446 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_log/formatters.py | 2 +- requirements.txt | 2 +- test-requirements.txt | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9cddaa8..dbcafb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ six>=1.9.0 # MIT -oslo.config>=3.22.0 # Apache-2.0 +oslo.config>=4.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3e4219d..d55b879 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21 +21 @@ oslosphinx>=4.7.0 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0