[openstack-announce] [release][oslo] oslo.reports release 0.5.0 (liberty)

davanum at gmail.com davanum at gmail.com
Thu Aug 27 16:37:23 UTC 2015


We are chuffed to announce the release of:

oslo.reports 0.5.0: oslo.reports library

This release is part of the liberty 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.5.0

Please report issues through launchpad:

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

Changes in oslo.reports 0.4.0..0.5.0
------------------------------------

ce8d48d Updated from global requirements
7fae8f8 Updated from global requirements
c8980d9 Add a configuration for the directory to generate gmr
cf90c58 Fill README from information in the wiki
57d6c1e Updated from global requirements
5a92d60 Setup translations
f1709f8 Updated from global requirements

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

README.rst                                        | 35 ++++++++++++-
oslo.reports/locale/oslo.reports-log-critical.pot | 20 ++++++++
oslo.reports/locale/oslo.reports-log-error.pot    | 20 ++++++++
oslo.reports/locale/oslo.reports-log-info.pot     | 20 ++++++++
oslo.reports/locale/oslo.reports-log-warning.pot  | 20 ++++++++
oslo.reports/locale/oslo.reports.pot              | 20 ++++++++
oslo_reports/_i18n.py                             | 35 +++++++++++++
oslo_reports/guru_meditation_report.py            | 21 ++++++--
oslo_reports/opts.py                              | 61 +++++++++++++++++++++++
requirements.txt                                  |  4 +-
setup.cfg                                         |  4 ++
test-requirements.txt                             |  4 +-
12 files changed, 254 insertions(+), 10 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f4e1d09..08a86c6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr<2.0,>=1.3
+pbr<2.0,>=1.6
@@ -12 +12 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.utils>=1.9.0 # Apache-2.0
+oslo.utils>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 33d5d48..eb02b41 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking<0.11,>=0.10.0
-oslotest>=1.9.0 # Apache-2.0
+oslotest>=1.10.0 # Apache-2.0
@@ -13 +13 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslo.config>=1.11.0 # Apache-2.0
+oslo.config>=2.3.0 # Apache-2.0





More information about the OpenStack-announce mailing list