We jubilantly announce the release of: ovsdbapp 2.6.0: A library for creating OVSDB applications This release is part of the caracal 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.5.1..2.6.0 -------------------------------- be6e8d1 reno: Update master for unmaintained/yoga b9b15d8 tox: Drop envdir e62823d Bump hacking 374bf64 Support add/remove CIDR type address in Address_Set cmds 155bed6 Update supported python versions Diffstat (except docs and test files) ------------------------------------- .pylintrc | 87 +++++++++++++++------- ovsdbapp/schema/ovn_northbound/commands.py | 15 +++- .../schema/ovn_northbound/test_impl_idl.py | 6 +- releasenotes/source/yoga.rst | 2 +- requirements.txt | 5 -- setup.cfg | 2 + test-requirements.txt | 4 - tox.ini | 5 +- 8 files changed, 79 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bc04634..778430d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +3,0 @@ - -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index 749805c..4b6c133 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -
participants (1)
-
no-reply@openstack.org