[oslo] oslo.log 3.31.0 (queens)
We are amped to announce the release of: oslo.log 3.31.0: oslo.log library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.log Download the package from: https://pypi.python.org/pypi/oslo.log Please report issues through launchpad: https://bugs.launchpad.net/oslo.log For more details, please see below. Changes in oslo.log 3.30.0..3.31.0 ---------------------------------- 2c139a1 Updated from global requirements 7153788 Update the documentation link for doc migration 17e27e8 Update the documentation link 333de38 Updated from global requirements 51bb3d2 Update reno for stable/pike f582705 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_log/_i18n.py | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++++++ requirements.txt | 8 ++++---- test-requirements.txt | 6 +++--- 11 files changed, 24 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f6e5e4c..ef8be7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ six>=1.9.0 # MIT -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 @@ -9,3 +9,3 @@ oslo.context>=2.14.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 +oslo.utils>=3.28.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5c5e4e0..0c4173b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ testtools>=1.4.0 # MIT -mock>=2.0 # BSD +mock>=2.0.0 # BSD @@ -20,2 +20,2 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org