We are ecstatic to announce the release of: os_vif 3.7.0: A library for plugging and unplugging virtual interfaces in OpenStack. This release is part of the dalmatian 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.6.0..3.7.0 ------------------------------ b11239f Remove old excludes Diffstat (except docs and test files) ------------------------------------- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2be002e..6326840 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=3.0.0 # Apache-2.0 @@ -10 +10 @@ oslo.privsep>=1.23.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.serialization>=2.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 62ac6f1..b197834 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.4.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org