We contentedly announce the release of: python-ironic-inspector-client 4.2.0: Python client for Ironic Inspector This release is part of the victoria 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://storyboard.openstack.org/#!/project/openstack/python- ironic-inspector-client For more details, please see below. Changes in python-ironic-inspector-client 4.1.0..4.2.0 ------------------------------------------------------ 2a2f89e Use unittest.mock instead of third party mock d0b04e2 Use only one job for tempest b4c67b4 Change parent for base job to ironic-inspector-base a5e3d1b Update releasenotes conf 44e72b9 Update lower-constraints.txt 1278d61 Switch to newer openstackdocstheme and reno versions c854837 Convert job to dib a3413e9 Follow up to update functest-requirements 8c9fd44 Fix pep8 job and functional job 13da1c6 Upgrade flake8-import-order version to 0.17.1 c8b4552 Hacking: enforce usage of autospec=True in tests 6b27215 Restore default netboot boot option 9c0e84b Add py38 package metadata c7a18c8 No need to import print function anymore b67dde8 Document the new standalone CLI 4216cd7 Add Python3 victoria unit tests 8f2d334 Update master for stable/ussuri c030014 Remove python3 from job name Diffstat (except docs and test files) ------------------------------------- functest-requirements.txt | 6 +- ironic_inspector_client/shell.py | 2 - ironic_inspector_client/test/functional.py | 12 ++-- ironic_inspector_client/test/test_common_http.py | 2 +- ironic_inspector_client/test/test_init.py | 6 +- ironic_inspector_client/test/test_shell.py | 4 +- ironic_inspector_client/test/test_v1.py | 81 +++++++++++++----------- lower-constraints.txt | 16 ++--- releasenotes/source/conf.py | 19 +++--- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++ setup.cfg | 1 + test-requirements.txt | 7 +- tox.ini | 9 ++- zuul.d/project.yaml | 6 +- zuul.d/python-ironic-inspector-client-jobs.yaml | 36 ++--------- 19 files changed, 136 insertions(+), 122 deletions(-) Requirements updates -------------------- diff --git a/functest-requirements.txt b/functest-requirements.txt index e699f45..a724f42 100644 --- a/functest-requirements.txt +++ b/functest-requirements.txt @@ -2,3 +2,3 @@ -# Last updated: Apr 2, 2020 (Ussuri cycle). -git+https://opendev.org/openstack/ironic-inspector@75437072da66686509d4b7fa80589... --r https://opendev.org/openstack/ironic-inspector/raw/commit/75437072da66686509... +# Last updated: May 14, 2020 (Victoria cycle). +git+https://opendev.org/openstack/ironic-inspector@721bd814a61cd4dec433465fff55a... +-r https://opendev.org/openstack/ironic-inspector/raw/commit/721bd814a61cd4dec4... \ No newline at end of file diff --git a/test-requirements.txt b/test-requirements.txt index cf266e9..daadc4b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ fixtures>=3.0.0 # Apache-2.0/BSD -flake8-import-order>=0.13 # LGPLv3 +flake8-import-order>=0.17.1 # LGPLv3 @@ -9 +8,0 @@ hacking>=3.0.0,<3.1.0 # Apache-2.0 -mock>=2.0.0 # BSD @@ -12 +11 @@ oslo.concurrency>=3.25.0 # Apache-2.0 -osc-lib>=1.8.0 # Apache-2.0 +osc-lib>=2.1.0 # Apache-2.0 @@ -13,0 +13,2 @@ python-openstackclient>=3.12.0 # Apache-2.0 +# Required for syntax highlighting check +Pygments>=2.2.0 # BSD