[oslo] oslo.versionedobjects 1.30.0 (queens)
We are excited to announce the release of: oslo.versionedobjects 1.30.0: Oslo Versioned Objects library This release is part of the queens release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.versionedobjects Download the package from: https://pypi.python.org/pypi/oslo.versionedobjects Please report issues through launchpad: http://bugs.launchpad.net/oslo.versionedobjects For more details, please see below. Changes in oslo.versionedobjects 1.29.0..1.30.0 ----------------------------------------------- 9d53c73 Updated from global requirements 5367cf4 Remove setting of version/release from releasenotes 7e25403 Updated from global requirements 616913a Updated from global requirements 161d255 Updated from global requirements b425341 Zuul: add file extension to playbook path 5c68eec Migrate to zuulv3 - move legacy jobs to project Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 21 +++++++++ .../post.yaml | 15 +++++++ .../run.yaml | 52 ++++++++++++++++++++++ releasenotes/source/conf.py | 12 ++--- requirements.txt | 8 ++-- test-requirements.txt | 2 +- 6 files changed, 97 insertions(+), 13 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6afea42..9003b7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -six>=1.9.0 # MIT +six>=1.10.0 # MIT @@ -6,2 +6,2 @@ oslo.concurrency>=3.20.0 # Apache-2.0 -oslo.config>=4.6.0 # Apache-2.0 -oslo.context!=2.19.1,>=2.14.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 +oslo.context>=2.19.2 # Apache-2.0 @@ -10 +10 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -oslo.utils>=3.28.0 # Apache-2.0 +oslo.utils>=3.31.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 30e2b6d..3ac8eb5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ oslotest>=1.10.0 # Apache-2.0 -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org