[release-announce] oslo.versionedobjects 1.36.1 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 4 14:36:00 UTC 2019


We are overjoyed to announce the release of:

oslo.versionedobjects 1.36.1: Oslo Versioned Objects library

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/oslo.versionedobjects

Download the package from:

    https://pypi.org/project/oslo.versionedobjects

Please report issues through:

    https://bugs.launchpad.net/oslo.versionedobjects/+bugs

For more details, please see below.

Changes in oslo.versionedobjects 1.36.0..1.36.1
-----------------------------------------------

14ee7e0 Add Python 3 Train unit tests
99dc6e0 Resolve some issue with tox.ini, setup.cfg
40007e8 Dropping the py35 testing
a022fbe Replace git.openstack.org URLs with opendev.org URLs
e46976c Cap Bandit below 1.6.0, update sphinx requirement, uncap jsonschema


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

.zuul.yaml            |  4 +---
HACKING.rst           |  2 +-
README.rst            |  6 +++---
setup.cfg             |  5 +++--
test-requirements.txt |  4 ++--
tox.ini               | 52 ++++++++++++++++++++-------------------------------
9 files changed, 34 insertions(+), 46 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index e7a9a8b..961f99c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ coverage!=4.4,>=4.0 # Apache-2.0
-jsonschema<3.0.0,>=2.6.0 # MIT
+jsonschema>=2.6.0 # MIT
@@ -15 +15 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<1.6.0 # Apache-2.0






More information about the Release-announce mailing list