[release-announce] [oslo] oslo.versionedobjects 1.19.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 1 16:48:46 UTC 2016


We are happy to announce the release of:

oslo.versionedobjects 1.19.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.

1.19.0
^^^^^^

Other Notes

* Introduce reno for deployer release notes.

Changes in oslo.versionedobjects 1.18.0..1.19.0
-----------------------------------------------

5428100 Updated from global requirements
71de5fd Add reno for release notes management
16e520b Refactor get_schema for patterned FieldTypes
dfbbda7 Updated from global requirements
8147cf2 Fix recursive deepcopy
04a1c43 Updated from global requirements


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

.gitignore                                        |   3 +
oslo_versionedobjects/base.py                     |   5 +
oslo_versionedobjects/fields.py                   |  52 ++--
releasenotes/notes/add-reno-996dd44974d53238.yaml |   3 +
releasenotes/source/_static/.placeholder          |   0
releasenotes/source/_templates/.placeholder       |   0
releasenotes/source/conf.py                       | 276 ++++++++++++++++++++++
releasenotes/source/index.rst                     |   8 +
releasenotes/source/unreleased.rst                |   5 +
requirements.txt                                  |   4 +-
test-requirements.txt                             |   5 +-
tox.ini                                           |   3 +
12 files changed, 331 insertions(+), 33 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3cdae51..fa74a65 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ oslo.concurrency>=3.8.0 # Apache-2.0
-oslo.config>=3.14.0 # Apache-2.0
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
@@ -10 +10 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.16.0 # Apache-2.0
+oslo.utils>=3.18.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 26ef9bc..656017f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,2 +11,3 @@ sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
-coverage>=3.6 # Apache-2.0
-jsonschema>=2.0.0,<3.0.0,!=2.5.0  # MIT
+coverage>=4.0 # Apache-2.0
+jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
+reno>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list