We are delighted to announce the release of: ovsdbapp 0.12.1: A library for creating OVSDB applications This release is part of the rocky stable 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.12.0..0.12.1 ---------------------------------- 6419a2e Check for oslo library usage 912a3a9 Remove the oslo-utils dependency d151372 Update UPPER_CONSTRAINTS_FILE for stable/rocky 7291671 Update .gitreview for stable/rocky Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + HACKING.rst | 14 +++++++-- ovsdbapp/schema/ovn_northbound/commands.py | 3 +- .../schema/ovn_northbound/test_impl_idl.py | 5 ++-- ovsdbapp/utils.py | 34 ++++++++++++++++++++++ requirements.txt | 1 - tools/coding-checks.sh | 16 +++++++++- tox.ini | 6 ++-- 9 files changed, 86 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index dd26a80..ff6ceb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +6,0 @@ netaddr>=0.7.18 # BSD -oslo.utils>=3.33.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org