[oslo] oslo.context 2.13.0 (pike)
We are delighted to announce the release of: oslo.context 2.13.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.12.0..2.13.0 -------------------------------------- be7b1bf Updated from global requirements c6e9953 [Fix gate]Update test requirement ad51df8 Updated from global requirements 608114f pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 96432cb Postpone deprecation warnings to Pike 4b7d718 Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- oslo_context/context.py | 15 ++++++++++----- oslo_context/version.py | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++++ requirements.txt | 2 +- setup.py | 2 +- test-requirements.txt | 4 ++-- 8 files changed, 32 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 03bcb68..8366c07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 089eda4..5a52edd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ fixtures>=3.0.0 # Apache-2.0/BSD -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -12 +12 @@ oslosphinx>=4.7.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org