We are happy to announce the release of: oslo.reports 1.20.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.19.0..1.20.0 -------------------------------------- 32e3eee Updated from global requirements 47f81b9 Updated from global requirements 349f0a4 Updated from global requirements e563701 Updated from global requirements ee3ad23 Updated from global requirements 0b34c99 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 4 ++-- test-requirements.txt | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bda06da..9c0841c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 @@ -10 +10 @@ six>=1.9.0 # MIT -oslo.i18n>=2.1.0 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1b89298..15a1f36 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ oslosphinx>=4.7.0 # Apache-2.0 -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD @@ -13,2 +13,2 @@ sphinx>=1.5.1 # BSD -oslo.config>=3.22.0 # Apache-2.0 -eventlet!=0.18.3,>=0.18.2 # MIT +oslo.config>=4.0.0 # Apache-2.0 +eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT @@ -17,2 +17,2 @@ greenlet>=0.3.2 # MIT -coverage>=4.0 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0