python-neutronclient 6.9.0 (rocky)
We are gleeful to announce the release of: python-neutronclient 6.9.0: CLI and Client Library for OpenStack Networking This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/python-neutronclient Download the package from: https://pypi.org/project/python-neutronclient Please report issues through launchpad: https://bugs.launchpad.net/python-neutronclient For more details, please see below. Changes in python-neutronclient 6.8.0..6.9.0 -------------------------------------------- d090ea2 Remove PyPI downloads e9df943 Trivial: Update pypi url to new url 2bff686 Set or unset port pair group failed 2cf5267 Replace insecure function eval 19d0609 Fix pep8 error bcffe1f Fix list bgp speaker by agent ID 2b8c6ca Add oslo.log to requirements.txt 1dcd1f8 Follow the new PTI for document build 50a251f Fix incompatible requirement in lower-constraints Diffstat (except docs and test files) ------------------------------------- README.rst | 8 ++---- lower-constraints.txt | 8 +++--- neutronclient/neutron/v2_0/__init__.py | 29 +++++++++++++++------- .../osc/v2/dynamic_routing/bgp_speaker.py | 2 +- neutronclient/osc/v2/sfc/sfc_port_pair_group.py | 14 +++++------ requirements.txt | 1 + setup.cfg | 6 ----- test-requirements.txt | 3 --- tox.ini | 2 ++ 12 files changed, 66 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 17de076..ec2d7af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,0 +11 @@ oslo.i18n>=3.15.3 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 98ded3e..58c378a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +9,0 @@ mock>=2.0.0 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 @@ -15 +13,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -reno>=2.5.0 # Apache-2.0 @@ -17 +14,0 @@ requests-mock>=1.2.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org