We are ecstatic to announce the release of: os_vif 3.5.0: A library for plugging and unplugging virtual interfaces in OpenStack. This release is part of the caracal 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 3.4.0..3.5.0 ------------------------------ f15a4b6 Drop wrong stacklevel 5c41f9f Fix missing or unnecessary dependencies 65db98d reno: Update master for unmaintained/yoga Diffstat (except docs and test files) ------------------------------------- os_vif/internal/ip/api.py | 2 +- releasenotes/source/yoga.rst | 2 +- requirements.txt | 8 ++------ setup.py | 8 -------- test-requirements.txt | 4 ---- 5 files changed, 4 insertions(+), 20 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8238f70..2be002e 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. - @@ -10 +4,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -netaddr>=0.7.18 # BSD @@ -15,0 +10,2 @@ oslo.privsep>=1.23.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.utils>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 10783fd..62ac6f1 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