[oslo] oslo.context 2.14.0 (pike)
We exuberantly announce the release of: oslo.context 2.14.0: Oslo Context library This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.context Download the package from: https://pypi.python.org/pypi/oslo.context Please report issues through launchpad: http://bugs.launchpad.net/oslo.context For more details, please see below. Changes in oslo.context 2.13.0..2.14.0 -------------------------------------- cce83ad Provide unified calling interface for global_id ec7cdc4 Add global_request_id to context f147f09 Updated from global requirements a6f994b Updated from global requirements 68b0476 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_context/context.py | 17 ++++++++++++++++- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 5 files changed, 39 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8366c07..42d89c8 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 diff --git a/test-requirements.txt b/test-requirements.txt index 5a52edd..bb821ca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ oslotest>=1.10.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -12 +12 @@ oslosphinx>=4.7.0 # Apache-2.0 -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org