We jubilantly announce the release of: ovsdbapp 2.15.0 This release is part of the gazpacho 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.14.1..2.15.0 ---------------------------------- b4b4645 windows: Add close() method to WaitQueue ce46cc4 Close the pipe when Connection instance is deleted 84813d9 Add project badge d27a01b Migrate setup configuration to pyproject.toml 13091b6 Drop workaround for Python < 2.7.4 d5600ac Update supported python versions 65a4c17 add pyproject.toml to support pip 23.1 Diffstat (except docs and test files) ------------------------------------- README.rst | 4 +++ ovsdbapp/backend/ovs_idl/connection.py | 6 ++++ ovsdbapp/backend/ovs_idl/linux/connection_utils.py | 4 +++ .../backend/ovs_idl/windows/connection_utils.py | 3 ++ pyproject.toml | 38 ++++++++++++++++++++++ setup.cfg | 23 ------------- setup.py | 9 ----- tox.ini | 2 +- 9 files changed, 64 insertions(+), 35 deletions(-)
participants (1)
-
no-reply@openstack.org