[release-announce] [oslo] oslo.versionedobjects 1.31.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 8 14:22:20 UTC 2018


We are jazzed to announce the release of:

oslo.versionedobjects 1.31.0: Oslo Versioned Objects library

This release is part of the queens 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.30.0..1.31.0
-----------------------------------------------

98cea0f Fix wrong indent of releasenotes
16a6db4 Add bandit to pep8 job
38a98c3 Updated from global requirements
bd7090a Follow the new PTI for document build
f999996 Avoid tox_install.sh for constraints support


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

oslo_versionedobjects/fixture.py | 13 +++++++------
releasenotes/source/index.rst    | 10 +++++-----
requirements.txt                 |  2 +-
setup.cfg                        |  5 -----
test-requirements.txt            | 11 ++++++-----
tools/tox_install.sh             | 30 ------------------------------
tox.ini                          | 19 +++++++++++++------
8 files changed, 42 insertions(+), 58 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9003b7f..ce7c0f8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-oslo.utils>=3.31.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 3ac8eb5..0f9e355 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,4 +6,0 @@ testtools>=2.2.0 # MIT
-# These are needed for docs generation
-openstackdocstheme>=1.17.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
-
@@ -13 +9,6 @@ jsonschema<3.0.0,>=2.6.0 # MIT
-reno>=2.5.0 # Apache-2.0
+
+mock>=2.0.0 # BSD
+fixtures>=3.0.0 # Apache-2.0/BSD
+
+# Bandit security code scanner
+bandit>=1.1.0 # Apache-2.0






More information about the Release-announce mailing list