We are jazzed to announce the release of: oslo.log 3.29.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.28.1..3.29.0 ---------------------------------- 4e9d16d Updated from global requirements 6e7b87c switch from oslosphinx to openstackdocstheme 0fd6b61 rearrange content to fit the new standard layout 97e9a79 only show error_summary for warning and error messages 33d76a5 Updated from global requirements 51889f4 Updated from global requirements 14a496f Fix bug in log_method_call decorator Diffstat (except docs and test files) ------------------------------------- oslo_log/formatters.py | 6 +- oslo_log/helpers.py | 27 ++++- releasenotes/source/conf.py | 6 +- requirements.txt | 2 +- test-requirements.txt | 4 +- 62 files changed, 1548 insertions(+), 1488 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index dbcafb3..4d787c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ six>=1.9.0 # MIT -oslo.config>=4.0.0 # Apache-2.0 +oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index d55b879..5c5e4e0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,2 +19,2 @@ coverage!=4.4,>=4.0 # Apache-2.0 -sphinx!=1.6.1,>=1.5.1 # BSD -oslosphinx>=4.7.0 # Apache-2.0 +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.11.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org