ovsdbapp 2.8.0 (dalmatian)
We are excited to announce the release of: ovsdbapp 2.8.0: A library for creating OVSDB applications This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/ovsdbapp Download the package from: https://tarballs.openstack.org/ovsdbapp/ Please report issues through: https://bugs.launchpad.net/ovsdbapp/+bugs For more details, please see below. Changes in ovsdbapp 2.7.1..2.8.0 -------------------------------- eb8a07a Use log.warning() from the logging library f45ee76 Improve compatibility with netaddr 1.x Diffstat (except docs and test files) ------------------------------------- ovsdbapp/backend/ovs_idl/vlog.py | 2 +- ovsdbapp/utils.py | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 778430d..b15760c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ fixtures>=3.0.0 # Apache-2.0/BSD -netaddr>=0.7.18 # BSD +netaddr>=0.10.0 # BSD
participants (1)
-
no-reply@openstack.org