python-ironic-inspector-client 3.6.0 (train)
We are jazzed to announce the release of: python-ironic-inspector-client 3.6.0: Python client for Ironic Inspector This release is part of the train release series. The source is available from: https://opendev.org/openstack/python-ironic-inspector-client Download the package from: https://pypi.org/project/python-ironic-inspector-client Please report issues through: https://bugs.launchpad.net/python-ironic-inspector-client/+bugs For more details, please see below. 3.6.0 ^^^^^ Deprecation Notes * Parameter uuid is deprecated in ClientV1 and will be removed in future releases, please use node_id instead. Changes in python-ironic-inspector-client 3.5.0..3.6.0 ------------------------------------------------------ 70b763f Update Python 3 test runtimes for Train 440cd92 OSC: try fetching ironic-inspector URL from osc-lib e146a84 Update sphinx requirements 7eba393 Fetch requirements from opendev fa83584 OpenDev Migration Patch ed62c61 Dropping the py35 testing d04505b Replace openstack.org git:// URLs with https:// 084d1de Deprecates "uuid" parameters to Python calls when node is expected 19602a4 Update master for stable/stein 2e684a0 Find misteriously missing pep8 import check Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- README.rst | 2 +- functest-requirements.txt | 4 +- ironic_inspector_client/shell.py | 10 +- ironic_inspector_client/test/functional.py | 10 +- ironic_inspector_client/test/test_shell.py | 4 +- ironic_inspector_client/test/test_v1.py | 2 +- ironic_inspector_client/v1.py | 103 ++++++++++++--------- .../notes/version-uuid-b7f9e57589314fe9.yaml | 4 + releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++ setup.cfg | 4 +- test-requirements.txt | 1 + tox.ini | 23 ++++- zuul.d/project.yaml | 8 +- zuul.d/python-ironic-inspector-client-jobs.yaml | 8 +- 17 files changed, 123 insertions(+), 72 deletions(-) Requirements updates -------------------- diff --git a/functest-requirements.txt b/functest-requirements.txt index da203a1..03e3367 100644 --- a/functest-requirements.txt +++ b/functest-requirements.txt @@ -2,2 +2,2 @@ -git+git://git.openstack.org/openstack/ironic-inspector@be3f7eec18ad13dd6d5a94fe2963b45456fad19e#egg=ironic-inspector --r https://git.openstack.org/cgit/openstack/ironic-inspector/plain/test-require... +git+https://opendev.org/openstack/ironic-inspector@be3f7eec18ad13dd6d5a94fe2963b... +-r https://opendev.org/openstack/ironic-inspector/raw/commit/be3f7eec18ad13dd6d... \ No newline at end of file diff --git a/test-requirements.txt b/test-requirements.txt index 13ef714..fd278ea 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,0 +7 @@ fixtures>=3.0.0 # Apache-2.0/BSD +flake8-import-order>=0.13 # LGPLv3
participants (1)
-
no-reply@openstack.org