We are gleeful to announce the release of: neutron-lib 2.3.0: Neutron shared routines and utilities This release is part of the ussuri stable 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 2.2.0..2.3.0 ----------------------------------- f4f5f1c Switch to hacking 2.0 1da279b Use "unittest.mock" library and drop "mock" installation 83bc6ab Add SubnetInUseByIPsecSiteConnection in vpnaas exception 95bcd28 Remove TooManyExternalNetworks exception class Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 1 - neutron_lib/exceptions/__init__.py | 5 -- neutron_lib/exceptions/vpn.py | 5 ++ neutron_lib/fixture.py | 2 +- neutron_lib/hacking/checks.py | 25 +++--- neutron_lib/hacking/translation_checks.py | 5 ++ neutron_lib/placement/client.py | 2 +- .../api/validators/test_allowedaddresspairs.py | 3 +- .../unit/api/validators/test_availability_zone.py | 2 +- test-requirements.txt | 2 +- tox.ini | 15 +++- 37 files changed, 130 insertions(+), 96 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 81e2e83..1bdb042 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=2.0.0,<2.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org