[openstack-dev] [release][oslo] oslo.versionedobjects release 0.3.0 (liberty)

doug at doughellmann.com doug at doughellmann.com
Tue Jun 2 15:04:47 UTC 2015


We are thrilled to announce the release of:

oslo.versionedobjects 0.3.0: Oslo Versioned Objects library

This release is part of the liberty release series.

With source available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/oslo.versionedobjects/+milestone/0.3.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.versionedobjects

Changes in oslo.versionedobjects 0.2.0..0.3.0
---------------------------------------------

a03c635 Imported Translations from Transifex
e7d0881 Imported Translations from Transifex
e2b9b2a Enhance documentation
1020b63 Add delattr support
ffef71d Imported Translations from Transifex
3ae09ae Enhance dict compat of VersionedObjectDictCompat
1ff9ef6 Drop outdated notes and docstrings
2246544 Add field name to error messages in object type checking
c7ff6a0 Adds missing WebOb in requirements.txt
143c11d Add enum fieldtype field
85bbdd8 Get the indirection_api from the current VersionedObject class
8f5ca42 Updated from global requirements
e6651c5 Imported Translations from Transifex

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

README.rst                                         |  11 +-
.../LC_MESSAGES/oslo.versionedobjects-log-error.po |  33 +++++
.../en_GB/LC_MESSAGES/oslo.versionedobjects.po     | 141 +++++++++++++++++++++
.../locale/oslo.versionedobjects.pot               |  87 ++++++++-----
oslo_versionedobjects/base.py                      |  94 +++++++-------
oslo_versionedobjects/exception.py                 |   8 ++
oslo_versionedobjects/fields.py                    |  80 ++++++++++--
requirements-py3.txt                               |   2 +-
requirements.txt                                   |   1 +
17 files changed, 494 insertions(+), 115 deletions(-)


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

diff --git a/requirements-py3.txt b/requirements-py3.txt
index b24d76c..cc55d11 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -4 +4 @@
-eventlet>=0.16.1,!=0.17.0
+eventlet>=0.17.3
diff --git a/requirements.txt b/requirements.txt
index c889c07..30fda94 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,0 +16 @@ fixtures>=0.3.14
+WebOb>=1.2.3





More information about the OpenStack-dev mailing list