We are satisfied to announce the release of: oslo.reports 1.18.0: oslo.reports library This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.reports Download the package from: https://pypi.python.org/pypi/oslo.reports Please report issues through launchpad: http://bugs.launchpad.net/oslo.reports For more details, please see below. Changes in oslo.reports 1.17.0..1.18.0 -------------------------------------- 1c6cd10 Updated from global requirements 4b33aeb Updated from global requirements 83ff2a1 Updated from global requirements a648cec Updated from global requirements d88613f Updated from global requirements d55c773 Update reno for stable/ocata 56f52d7 Remove references to Python 3.4 Diffstat (except docs and test files) ------------------------------------- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++++ requirements.txt | 6 +++--- setup.cfg | 1 - setup.py | 2 +- test-requirements.txt | 2 +- tox.ini | 2 +- 7 files changed, 13 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fad723d..bda06da 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.serialization>=1.10.0 # Apache-2.0 -psutil>=1.2.1 # BSD +psutil>=3.2.2 # BSD @@ -11 +11 @@ 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 4efccc9..4835acb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ oslosphinx>=4.7.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD