python-neutronclient 11.2.0 (caracal)
We are thrilled to announce the release of: python-neutronclient 11.2.0: CLI and Client Library for OpenStack Networking This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/python-neutronclient Download the package from: https://pypi.org/project/python-neutronclient Please report issues through: https://bugs.launchpad.net/python-neutronclient/+bugs For more details, please see below. Changes in python-neutronclient 11.1.0..11.2.0 ---------------------------------------------- 858b844 reno: Update master for unmaintained/yoga 2d93d2e Bump hacking c28a549 Add note to prevent new features to be added (CLI and Python bindings) Diffstat (except docs and test files) ------------------------------------- README.rst | 6 ++++++ neutronclient/common/utils.py | 2 +- neutronclient/neutron/v2_0/bgp/speaker.py | 2 +- neutronclient/osc/v2/sfc/sfc_port_pair_group.py | 2 +- neutronclient/osc/v2/sfc/sfc_service_graph.py | 4 ++-- releasenotes/source/yoga.rst | 2 +- requirements.txt | 4 ---- test-requirements.txt | 7 ++----- tox.ini | 15 ++++++++++++++- 12 files changed, 38 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5a20fc0..5f10ef9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +3,0 @@ - -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. diff --git a/test-requirements.txt b/test-requirements.txt index ae1f2e5..8cd49ce 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -9 +6 @@ fixtures>=3.0.0 # Apache-2.0/BSD -flake8-import-order==0.12 # LGPLv3 +flake8-import-order>=0.18.0,<0.19.0 # LGPLv3
participants (1)
-
no-reply@openstack.org