We are stoked to announce the release of: os_vif 2.4.0: A library for plugging and unplugging virtual interfaces in OpenStack. This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/os_vif Download the package from: https://pypi.org/project/os_vif For more details, please see below. Changes in os_vif 2.3.0..2.4.0 ------------------------------ 44d8937 Resolve dependency issues 7b54dec Drop use of deprecated collections classes Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 92 ++++++---------------------------------- test-requirements.txt | 3 -- tox.ini | 2 + vif_plug_ovs/ovsdb/impl_vsctl.py | 10 ++--- 4 files changed, 19 insertions(+), 88 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 9bc6fd8..b962210 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +4,0 @@ -hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -7 +5,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -python-subunit>=1.0.0 # Apache-2.0/BSD @@ -11 +8,0 @@ stestr>=1.0.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD