[oslo] oslo.versionedobjects 1.23.0 (pike)
We are delighted to announce the release of: oslo.versionedobjects 1.23.0: Oslo Versioned Objects library This release is part of the pike 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.22.0..1.23.0 ----------------------------------------------- d0376d8 Start adding some basic ovo examples (with an initial basic one) 1c6361e Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_versionedobjects/examples/__init__.py | 0 oslo_versionedobjects/examples/iot_bulb.py | 60 ++++++++++++++++++++++++++++++ requirements.txt | 4 +- 6 files changed, 94 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 045d0d3..82a7481 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 +oslo.config>=3.22.0 # Apache-2.0 @@ -8 +8 @@ oslo.context>=2.12.0 # Apache-2.0 -oslo.messaging>=5.14.0 # Apache-2.0 +oslo.messaging>=5.19.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org