python-ironic-inspector-client 3.2.0 (rocky)
We are tickled pink to announce the release of: python-ironic-inspector-client 3.2.0: Python client for Ironic Inspector This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/python-ironic-inspector- client Download the package from: https://pypi.org/project/python-ironic-inspector-client Please report issues through launchpad: https://storyboard.openstack.org/#!/project/958 For more details, please see below. Changes in python-ironic-inspector-client 3.1.0..3.2.0 ------------------------------------------------------ 6048afc Gate fix: Cap hacking to avoid gate failure d6fa7f8 Update bug tracker URL e7352a7 Updated from global requirements cf69bad Switch the CI to hardware types and clean up playbook ac3bbb2 Use the regular inspector tests in the CI 09f704d Update links in README cce74f8 Add the api help information 47b86df Clean imports in code 0dd0d43 Updated from global requirements 21fbdbd Zuul: Remove project name 688dd57 Updated from global requirements 9692ec2 Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- README.rst | 6 +- functest-requirements.txt | 4 +- ironic_inspector_client/test/test_shell.py | 22 +++--- ironic_inspector_client/test/test_v1.py | 6 +- ironic_inspector_client/v1.py | 10 ++- .../run.yaml | 81 ++++------------------ releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 ++ requirements.txt | 2 +- test-requirements.txt | 8 +-- zuul.d/project.yaml | 1 - 11 files changed, 52 insertions(+), 95 deletions(-) Requirements updates -------------------- diff --git a/functest-requirements.txt b/functest-requirements.txt index f563ad0..da203a1 100644 --- a/functest-requirements.txt +++ b/functest-requirements.txt @@ -2,2 +2,2 @@ -git+git://git.openstack.org/openstack/ironic-inspector@f02eda0315cb21b737d2a1f982b389ed2291617c#egg=ironic-inspector --r https://git.openstack.org/cgit/openstack/ironic-inspector/plain/test-require... +git+git://git.openstack.org/openstack/ironic-inspector@be3f7eec18ad13dd6d5a94fe2963b45456fad19e#egg=ironic-inspector +-r https://git.openstack.org/cgit/openstack/ironic-inspector/plain/test-require... diff --git a/requirements.txt b/requirements.txt index d0967d9..84d8ebe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -keystoneauth1>=3.3.0 # Apache-2.0 +keystoneauth1>=3.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 325209c..e2f1195 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ fixtures>=3.0.0 # Apache-2.0/BSD -hacking>=1.0.0 # Apache-2.0 +hacking>=1.0.0,<1.1.0 # Apache-2.0 @@ -9,3 +9,3 @@ mock>=2.0.0 # BSD -requests-mock>=1.1.0 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +requests-mock>=1.2.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org