We are chuffed to announce the release of: ovsdbapp 2.13.0 This release is part of the flamingo 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.12.0..2.13.0 ---------------------------------- d518d76 Unpin isort cf5b6d0 Drop explicit dependency on python-subunit d84c82e nb: add support for chains in logical router policies Diffstat (except docs and test files) ------------------------------------- ovsdbapp/backend/ovs_idl/idlutils.py | 26 ++++ ovsdbapp/constants.py | 6 +- ovsdbapp/schema/ovn_northbound/commands.py | 42 +++++-- ovsdbapp/schema/ovn_northbound/impl_idl.py | 14 ++- .../schema/ovn_northbound/test_impl_idl.py | 135 +++++++++++++++++++++ test-requirements.txt | 2 - 6 files changed, 209 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4b6c133..15f94b7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,2 +1,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -isort==4.3.21 # MIT -python-subunit>=1.0.0 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org