[openstack-dev] [new][oslo] oslo.versionedobjects 1.10.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Fri Jun 10 01:43:29 UTC 2016


We are delighted to announce the release of:

oslo.versionedobjects 1.10.0: Oslo Versioned Objects library

This release is part of the newton release series.

With source available at:

    http://git.openstack.org/cgit/openstack/oslo.versionedobjects

With package available at:

    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.9.1..1.10.0
----------------------------------------------

91184e1 Fix ComparableVersionedObject in python 3.4
be2038f Updated from global requirements
a439291 Updated from global requirements
59ac1d0 Fix a typo in Enum error path
5061888 Replace safe_utils.getcallargs with inspect.getcallargs
5254527 Fix compare_obj() to obey missing/unset fields
bb43887 Add a pci address  field

Diffstat (except docs and test files)
-------------------------------------

oslo_versionedobjects/base.py                 |  9 +++-
oslo_versionedobjects/exception.py            |  6 +--
oslo_versionedobjects/fields.py               | 19 +++++++-
oslo_versionedobjects/fixture.py              | 49 ++++++++++++--------
oslo_versionedobjects/safe_utils.py           | 53 ----------------------
requirements.txt                              |  6 +--
setup.cfg                                     |  4 +-
11 files changed, 164 insertions(+), 84 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index a0b5a14..29cc6f2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@ six>=1.9.0 # MIT
-oslo.concurrency>=3.5.0 # Apache-2.0
-oslo.config>=3.9.0 # Apache-2.0
+oslo.concurrency>=3.8.0 # Apache-2.0
+oslo.config>=3.10.0 # Apache-2.0
@@ -10 +10 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.utils>=3.11.0 # Apache-2.0





More information about the OpenStack-dev mailing list