[release-announce] os_vif 2.1.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 22 12:08:47 UTC 2020


We are overjoyed to announce the release of:

os_vif 2.1.0: A library for plugging and unplugging virtual interfaces
in OpenStack.

This release is part of the victoria 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.0.0..2.1.0
------------------------------

ee0b34e Use unittest.mock instead of third party mock
94f1791 Switch to newer openstackdocstheme and reno versions
47f2b52 Remove .testr.conf
6d65ed4 Remove egg_info in setup.cfg
64013a8 Remove translation sections from setup.cfg
727d8da Remove six
725d430 [Community goal] Update contributor documentation
5ed9d30 Add Python3 victoria unit tests
4d4d1c6 Update master for stable/ussuri
840df14 Fix doc build job for wanring turn into error
ba9d4ca trivial: Remove some rules from flake8 ignore list
d57a5f3 Update hacking for Python3


Diffstat (except docs and test files)
-------------------------------------

.testr.conf                                        |  7 ---
.zuul.yaml                                         |  2 +-
CONTRIBUTING.rst                                   | 21 ++++----
babel.cfg                                          |  2 -
lower-constraints.txt                              |  9 ++--
os_vif/internal/ip/ip_command.py                   |  4 +-
os_vif/objects/vif.py                              |  2 +-
os_vif/plugin.py                                   |  4 +-
.../unit/internal/ip/linux/test_impl_pyroute2.py   |  3 +-
.../internal/ip/windows/test_impl_netifaces.py     |  3 +-
releasenotes/source/conf.py                        |  2 +-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ussuri.rst                     |  6 +++
requirements.txt                                   |  1 -
setup.cfg                                          | 19 --------
test-requirements.txt                              |  2 +-
tox.ini                                            | 26 +++-------
vif_plug_linux_bridge/iptables.py                  | 13 +++--
vif_plug_ovs/linux_net.py                          | 10 ++--
vif_plug_ovs/ovs.py                                |  6 +--
vif_plug_ovs/ovsdb/api.py                          |  4 +-
vif_plug_ovs/ovsdb/impl_vsctl.py                   |  3 +-
38 files changed, 175 insertions(+), 149 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index a0ff0ff..4337185 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15 +14,0 @@ pyroute2>=0.5.2;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 3edcbaa..a5e00c9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0






More information about the Release-announce mailing list