[oslo] oslo.context 2.11.0 (ocata)
We are glad to announce the release of: oslo.context 2.11.0: Oslo Context library This release is part of the ocata 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.10.0..2.11.0 -------------------------------------- e4c9c1d Updated from global requirements 2cd47bc Revert "Fix X-User and X-Tenant deprecated headers in from_environ" a6f1041 Updated from global requirements 2bf8f2a Updated from global requirements 93d9a9a Changed the home-page link 2394cff Provide a way to deprecate policy values fd22458 Fix X-User and X-Tenant deprecated headers in from_environ Diffstat (except docs and test files) ------------------------------------- oslo_context/context.py | 75 +++++++++++++++++++++++++++++++++++--- requirements.txt | 2 +- setup.cfg | 2 +- test-requirements.txt | 4 +- 5 files changed, 102 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 96f90b5..1c308bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index f670605..089eda4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ oslotest>=1.10.0 # Apache-2.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -13 +13 @@ sphinx!=1.3b1,<1.4,>=1.2.1 # BSD -reno>=1.8.0 # Apache2 +reno>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org