[release-announce] python-neutronclient 8.0.0 (zed)
no-reply at openstack.org
no-reply at openstack.org
Fri Jul 15 08:20:43 UTC 2022
We are thrilled to announce the release of:
python-neutronclient 8.0.0: CLI and Client Library for OpenStack
Networking
This release is part of the zed 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.
8.0.0
^^^^^
Upgrade Notes
* Python 3.6 & 3.7 support has been dropped. The minimum version of
Python now supported is Python 3.8.
Changes in python-neutronclient 7.8.0..8.0.0
--------------------------------------------
b720fda Update python testing as per zed cycle teting runtime
143db01 Drop lower-constraints.txt and its testing
4575bea Update master for stable/yoga
28628e8 Skip B105 pep8 error: hardcoded passwords
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 3 +-
lower-constraints.txt | 111 ---------------------
.../drop-python-3-6-and-3-7-73767fa0bbe89a6e.yaml | 5 +
releasenotes/source/index.rst | 1 +
releasenotes/source/yoga.rst | 6 ++
requirements.txt | 4 +
setup.cfg | 4 +-
tox.ini | 11 +-
8 files changed, 22 insertions(+), 123 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index b08551d..b85e6b6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -0,0 +1,4 @@
+# Requirements lower bounds listed here are our best effort to keep them up to
+# date but we do not test them so no guarantee of having them all correct. If
+# you find any incorrect lower bounds, let us know or propose a fix.
+
More information about the Release-announce
mailing list