[openstack-announce] [release][oslo] oslo.reports release 0.8.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Mon Nov 9 23:05:31 UTC 2015


We are happy to announce the release of:

oslo.reports 0.8.0: oslo.reports library

This release is part of the mitaka release series.

With source available at:

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

With package available at:

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

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

    http://launchpad.net/oslo.reports/+milestone/0.8.0

Please report issues through launchpad:

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

Changes in oslo.reports 0.7.0..0.8.0
------------------------------------

764b8f0 Fix Transition to SIGUSR2 in oslo.reports breaks upgrade
ed25151 Updated from global requirements
61f1943 Updated from global requirements
225756c remove extraneous coverage omit instruction

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

.coveragerc                            |  2 +-
oslo_reports/guru_meditation_report.py | 33 +++++++++++++++++++++++++--------
requirements.txt                       |  4 ++--
test-requirements.txt                  |  2 +-
4 files changed, 29 insertions(+), 12 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3cc9ae3..78690ef 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ Babel>=1.3
-oslo.serialization>=1.4.0 # Apache-2.0
+oslo.serialization>=1.10.0 # Apache-2.0
@@ -12 +12 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.utils>=2.4.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 2f5e45f..427e509 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslo.config>=2.3.0 # Apache-2.0
+oslo.config>=2.6.0 # Apache-2.0





More information about the OpenStack-announce mailing list