[release-announce] python-neutronclient 6.13.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Aug 21 13:28:08 UTC 2019


We joyfully announce the release of:

python-neutronclient 6.13.0: CLI and Client Library for OpenStack
Networking

This release is part of the train 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 6.12.0..6.13.0
----------------------------------------------

1a8fdf3 Switch functional job to python3
6330cc1 Convert legacy functional jobs to zuulv3
2af19d5 Run functional test correctly
3492486 Add friendly event hints for logging
cf95be3 Add Python 3 Train unit tests
e2ee92e Blacklist bandit 1.6.0 due to directory exclusion bug
dc10f44 doc: Remove prompt from python binding examples
9a91b4a Replace git.openstack.org URLs with opendev.org URLs
b62a1cd OpenDev Migration Patch
da62ba3 Dropping the py35 testing
d572f2c Replace openstack.org git:// URLs with https://
ca875ad Update master for stable/stein
b4a0e27 add python 3.7 unit test job


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  2 +-
.stestr.conf                                       |  2 +-
.zuul.yaml                                         | 39 +++++++-----
README.rst                                         |  2 +-
.../neutron/v2_0/qos/minimum_bandwidth_rule.py     |  2 +-
neutronclient/osc/v2/logging/network_log.py        |  2 +-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/stein.rst                      |  6 ++
setup.cfg                                          |  2 +-
test-requirements.txt                              |  2 +-
tox.ini                                            | 12 ++--
17 files changed, 90 insertions(+), 77 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index dabdb0e..a1eb9b1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking>=1.1.0 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit!=1.6.0,>=1.1.0 # Apache-2.0






More information about the Release-announce mailing list