We are delighted to announce the release of: neutron-lib 3.20.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/neutron-lib Download the package from: https://pypi.org/project/neutron-lib Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. Changes in neutron-lib 3.19.0..3.20.0 ------------------------------------- 48b8f7b2 Prepare migration of NetworkMTUSubnetConflict fd011c95 Fix documentation for gateway_ip in subnet update 21fac21f Replace deprecated is_advsvc f86d8048 tests: Stop using ddt 46b4c63a pre-commit: Migrate pep8 target to pre-commit de53d622 pre-commit: Bump versions 9503a895 Move mypy configuration to pyproject.toml 79870220 api-ref: Remove crud from conf.py 86885f07 api-ref: Add warning about DRA scheduler ec0c5d00 zuul: Don't run neutron-functional for api-ref changes Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 29 ++-- .zuul.yaml | 12 ++ api-ref/source/conf.py | 152 +++------------------ api-ref/source/v2/bgp_dragent_scheduler.inc | 43 +++++- api-ref/source/v2/parameters.yaml | 7 + .../networks/networks-provider-list-response.json | 1 - api-ref/source/v2/subnets.inc | 2 +- mypy.ini | 15 -- neutron_lib/api/attributes.py | 2 +- neutron_lib/exceptions/__init__.py | 10 ++ pyproject.toml | 12 ++ test-requirements.txt | 12 +- tools/check_samples.sh | 26 ---- tox.ini | 52 +++---- 15 files changed, 160 insertions(+), 244 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ca5826aa..9c678256 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +0,0 @@ -hacking>=6.1.0,<6.2.0 # Apache-2.0 - -bandit>=1.1.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 -ddt>=1.0.1 # MIT @@ -7,4 +2 @@ fixtures>=3.0.0 # Apache-2.0/BSD -flake8-import-order>=0.18.0,<0.19.0 # LGPLv3 -pylint>=2.2.0 # GPLv2 -isort==4.3.21 # MIT -python-subunit>=1.0.0 # Apache-2.0/BSD +hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -13,2 +4,0 @@ stestr>=1.0.0 # Apache-2.0 -testresources>=2.0.0 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org