networking-odl 18.0.0 (wallaby)
We are chuffed to announce the release of: networking-odl 18.0.0: OpenStack Networking This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/networking-odl Download the package from: https://pypi.org/project/networking-odl Please report issues through: https://bugs.launchpad.net/networking-odl/+bugs For more details, please see below. Changes in networking-odl 17.0.0..18.0.0 ---------------------------------------- b8a140df8 Fix master of networking-odl 7e65409f7 Update TOX_CONSTRAINTS_FILE bea2c6b55 CI: change sodium from snapshot to latest 4f203945e Migrate legacy grenade job to be native Zuul v3 f6bd342c4 Add py38 package metadata 49b6c7fe0 Add Python3 wallaby unit tests d7968f0be Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- .zuul.d/jobs.yaml | 53 +++++++++++--- .zuul.d/project.yaml | 10 +-- lower-constraints.txt | 11 ++- networking_odl/cmd/analyze_journal.py | 2 +- networking_odl/cmd/set_ovs_hostconfigs.py | 3 +- networking_odl/common/client.py | 1 + networking_odl/common/lightweight_testing.py | 8 +-- networking_odl/common/websocket_client.py | 30 ++++---- networking_odl/ml2/legacy_port_binding.py | 2 +- networking_odl/ml2/pseudo_agentdb_binding.py | 20 +++--- .../legacy/grenade-dsvm-networking-odl/post.yaml | 80 ---------------------- .../legacy/grenade-dsvm-networking-odl/run.yaml | 49 ------------- releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++ setup.cfg | 1 + test-requirements.txt | 14 ++-- tox.ini | 10 +-- 18 files changed, 105 insertions(+), 198 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 31eae4dd6..df7d7c54f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,5 +10,5 @@ flake8-import-order>=0.17.1 # LGPLv3 -python-subunit>=1.2.0 # Apache-2.0/BSD -oslotest>=3.3.0 # Apache-2.0 -stestr>=2.0.0 # Apache-2.0 -pecan>=1.3.2 # BSD -pylint==2.2.0;python_version>="3.0" # GPLv2 +python-subunit>=1.4.0 # Apache-2.0/BSD +oslotest>=4.4.1 # Apache-2.0 +stestr>=3.1.0 # Apache-2.0 +pecan>=1.3.3 # BSD +pylint==2.5.3;python_version>="3.0" # GPLv2 @@ -17 +17 @@ testscenarios>=0.5.0 # Apache-2.0/BSD -testtools>=2.3.0 # MIT +testtools>=2.4.0 # MIT @@ -20 +20 @@ bashate>=0.5.1 # Apache-2.0 -astroid==2.1.0;python_version>="3.0" # LGPLv2.1 +astroid==2.4.0;python_version>="3.0" # LGPLv2.1
participants (1)
-
no-reply@openstack.org