We high-spiritedly announce the release of: oslo.context 2.12.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.11.0..2.12.0 -------------------------------------- 5288c6d Updated from global requirements de75dd0 Remove references to Python 3.4 153a3c0 Add Constraints support c9d144e Show team and repo badges on README 2eafb0e Add the service token details to context c4621f0 Reformat the Context.__init__ arguments f25543f Move existing attributes to _id suffixed attributes Diffstat (except docs and test files) ------------------------------------- README.rst | 9 ++ oslo_context/context.py | 203 ++++++++++++++++++++++++++++--------- requirements.txt | 1 + setup.cfg | 1 - tools/tox_install.sh | 30 ++++++ tox.ini | 9 +- 7 files changed, 334 insertions(+), 87 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1c308bc..03bcb68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,0 +7 @@ pbr>=1.8 # Apache-2.0 +debtcollector>=1.2.0 # Apache-2.0