[release-announce] [oslo] oslo.versionedobjects 1.22.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 6 17:26:06 UTC 2017


We are psyched to announce the release of:

oslo.versionedobjects 1.22.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.21.0..1.22.0
-----------------------------------------------

cd3573e Updated from global requirements
40ecb9e [Fix gate]Update test requirement
a70f76c Updated from global requirements
f1aca64 Remove support for py34
c20c406 Update reno for stable/ocata
5261345 Change Object schema type to be array instead of string.
2e0d4b0 fields: fix stringifying of objects when subclasses=True


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

oslo_versionedobjects/fields.py             |  4 ++--
releasenotes/source/index.rst               |  1 +
releasenotes/source/ocata.rst               |  6 ++++++
requirements.txt                            |  4 ++--
setup.cfg                                   |  1 -
setup.py                                    |  2 +-
test-requirements.txt                       |  4 ++--
tox.ini                                     |  2 +-
10 files changed, 29 insertions(+), 17 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c740064..045d0d3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
-oslo.context>=2.9.0 # Apache-2.0
+oslo.context>=2.12.0 # Apache-2.0
@@ -10 +10 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 656017f..3bd136b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking<0.11,>=0.10.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -9 +9 @@ oslosphinx>=4.7.0 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.5.1 # BSD





More information about the Release-announce mailing list