[release-announce] [oslo] oslo.log 3.21.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 6 17:31:07 UTC 2017


We are pleased to announce the release of:

oslo.log 3.21.0: oslo.log library

This release is part of the pike release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/oslo.log

Download the package from:

    https://pypi.python.org/pypi/oslo.log

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.log

For more details, please see below.

3.21.0
^^^^^^

New Features

* A new "oslo_log.log.is_debug_enabled" helper function is added
  that allows to determine whether debug mode is enabled for logging.

Changes in oslo.log 3.20.0..3.21.0
----------------------------------

6394042 Added is_debug_enabled helper
7bbd4b5 Updated from global requirements
901ab05 [Fix gate]Update test requirement
64cc27e Revert "Remove 'verbose' option (again)"
2b2324e Updated from global requirements
c8334c9 Remove support for py34
bea9341 pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
c6379af tail support, log filtering, executable, and splitlines bug fix
1640564 Must not go underneath the context object and access __dict__
966dee9 Fix devstack colors
989815a Update reno for stable/ocata
4d8e122 Remove 'verbose' option (again)
aed5130 Remove references to Python 3.4


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

oslo_log/cmds/convert_json.py                      | 67 +++++++++++++++++++---
oslo_log/formatters.py                             |  2 +-
oslo_log/log.py                                    |  7 ++-
oslo_log/version.py                                |  2 +-
.../notes/is_debug_enabled-d7afee4c811a46df.yaml   |  5 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ocata.rst                      |  6 ++
requirements.txt                                   |  6 +-
setup.cfg                                          |  1 -
setup.py                                           |  2 +-
test-requirements.txt                              |  4 +-
tox.ini                                            |  2 +-
13 files changed, 105 insertions(+), 20 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9afe3bc..76128f7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.8 # Apache-2.0
+pbr>=2.0.0 # Apache-2.0
@@ -8 +8 @@ oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
-oslo.context>=2.9.0 # Apache-2.0
+oslo.context>=2.12.0 # Apache-2.0
@@ -10 +10 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 62d1e25..419e47c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking<0.11,>=0.10.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -20 +20 @@ coverage>=4.0 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.5.1 # BSD





More information about the Release-announce mailing list