[openstack-dev] [new][oslo] oslo.context 2.9.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Thu Aug 18 18:03:27 UTC 2016
We are high-spirited to announce the release of:
oslo.context 2.9.0: Oslo Context library
This release is part of the newton release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.context
With package available at:
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.8.0..2.9.0
------------------------------------
1bbe016 Updated from global requirements
10fd6fd Fix parameters of assertEqual are misplaced
3a118fa Manually specify from_dict parameters
9e6c924 Emit deprecation warnings when positional args passed
Diffstat (except docs and test files)
-------------------------------------
oslo_context/context.py | 30 ++++++++++++++++-----
requirements.txt | 2 ++
test-requirements.txt | 1 +
4 files changed, 76 insertions(+), 11 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 95d0fe8..99569a8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,0 +6,2 @@ pbr>=1.6 # Apache-2.0
+
+positional>=1.0.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 79fca04..830e499 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,0 +5 @@
+fixtures>=3.0.0 # Apache-2.0/BSD
More information about the OpenStack-dev
mailing list