We are stoked to announce the release of: oslo.reports 0.3.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.3.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.reports Changes in oslo.reports 0.2.0..0.3.0 ------------------------------------ 2d5da1a Updated from global requirements 1eb6d65 Fix mock of open() for mock 1.1.0 f62039a Fix GMR break with new psutil versions Diffstat (except docs and test files) ------------------------------------- oslo_reports/models/process.py | 33 ++++++++++++++++++++++----------- requirements.txt | 4 ++-- setup.py | 2 +- test-requirements.txt | 2 +- 5 files changed, 27 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 47e1680..f4e1d09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=0.11 +pbr<2.0,>=1.3 @@ -12 +12 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.utils>=1.6.0 # Apache-2.0 +oslo.utils>=1.9.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4fcc80b..dd0d949 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking<0.11,>=0.10.0 -oslotest>=1.5.1 # Apache-2.0 +oslotest>=1.7.0 # Apache-2.0