We are excited to announce the release of: oslo.versionedobjects 1.21.0: Oslo Versioned Objects library This release is part of the ocata 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.20.0..1.21.0 ----------------------------------------------- 542e5b5 Add Constraints support 49f5a9b Replace six.iteritems() with .items() 055b945 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_versionedobjects/base.py | 6 +++--- oslo_versionedobjects/fields.py | 6 +++--- oslo_versionedobjects/fixture.py | 2 +- requirements.txt | 2 +- tools/tox_install.sh | 30 ++++++++++++++++++++++++++++++ tox.ini | 7 ++++++- 6 files changed, 44 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fa74a65..c740064 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ oslo.context>=2.9.0 # Apache-2.0 -oslo.messaging>=5.2.0 # Apache-2.0 +oslo.messaging>=5.14.0 # Apache-2.0