[release-announce] [neutron] ovsdbapp 0.4.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon May 15 18:51:21 UTC 2017


We exuberantly announce the release of:

ovsdbapp 0.4.0: A library for creating OVSDB applications

This release is part of the pike release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/ovsdbapp

Download the package from:

    https://tarballs.openstack.org/ovsdbapp/

Please report issues through launchpad:

    http://bugs.launchpad.net/ovsdbapp

For more details, please see below.

Changes in ovsdbapp 0.3.0..0.4.0
--------------------------------

71ce425 Updated from global requirements
108d231 Pass the Idl directly to Connection
baf68b5 Allow choosing vlog levels to patch and restoring the vlog
326d129 Remove all the deprecated methods and parameters from Connection
558f088 Add a description to README.rst
864a579 Remove empty unit test directory
70e4daa Break out BaseCommand into backend.ovs_idl
4a1f7c1 Fixes retrieving row_by_record for ports on Windows
8022fa9 Ignore .testrepository and editor(s) files


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

.gitignore                                         |   6 ++
README.rst                                         |  10 +-
ovsdbapp/backend/ovs_idl/command.py                |  46 +++++++++
ovsdbapp/backend/ovs_idl/connection.py             | 107 +++++++--------------
ovsdbapp/backend/ovs_idl/fixtures.py               |  32 ++++++
ovsdbapp/backend/ovs_idl/idlutils.py               |  12 ++-
ovsdbapp/backend/ovs_idl/vlog.py                   |  60 ++++++++++--
ovsdbapp/schema/open_vswitch/commands.py           |  31 +-----
.../schema/open_vswitch/test_impl_idl.py           |  15 +--
requirements.txt                                   |   1 +
test-requirements.txt                              |   2 +-
15 files changed, 284 insertions(+), 177 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 6d71977..6269b43 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,0 +5 @@
+fixtures>=3.0.0 # Apache-2.0/BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 2a78f0c..d267ffd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ hacking<0.13,>=0.12.0 # Apache-2.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0





More information about the Release-announce mailing list