[openstack-announce] [release][oslo] oslo.log release 2.0.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Mon Nov 23 21:18:16 UTC 2015


We are amped to announce the release of:

oslo.log 2.0.0: oslo.log library

This release is part of the mitaka release series.

With source available at:

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

With package available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/oslo.log/+milestone/2.0.0

Please report issues through launchpad:

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

Changes in oslo.log 1.14.0..2.0.0
---------------------------------

06a770e Updated from global requirements
ed9d276 Log to sys.stderr to avoid "No handlers could be found..."
f6ee2b7 Remove python 2.6 classifier
18abab7 Remove python 2.6 and cleanup tox.ini
c69e92c Refactor Python 2.6 check to use constant

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

oslo_log/log.py       |  9 ++++++++-
requirements.txt      |  4 ++--
setup.cfg             |  1 -
test-requirements.txt |  2 +-
tox.ini               | 14 ++------------
5 files changed, 13 insertions(+), 17 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 776b700..939b41b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ iso8601>=0.1.9
-oslo.config>=2.6.0 # Apache-2.0
+oslo.config>=2.7.0 # Apache-2.0
@@ -12 +12 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0
+oslo.utils>=2.8.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index fd01ca0..a27a88c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -22 +22 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslosphinx>=2.5.0 # Apache-2.0
+oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0





More information about the OpenStack-announce mailing list