python-ironic-inspector-client 4.5.0 (wallaby)
We exuberantly announce the release of: python-ironic-inspector-client 4.5.0: Python client for Ironic Inspector This release is part of the wallaby 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.3.0..4.5.0 ------------------------------------------------------ 3c03e21 Remove redundant items from CI jobs c4919b8 Update minversion of tox 03ce642 Move pep8 dependencies from test-requirements to tox.ini 4a92b65 Remove lower-constraints job 9d93604 Set safe version of hacking d6c40b7 Use python 3.8 in functional tests 3a562a8 Fix l-c job 659c4e4 Add Python3 wallaby unit tests e9ce216 Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- functest-requirements.txt | 6 +- ironic_inspector_client/test/functional.py | 4 +- lower-constraints.txt | 77 ------------------------- releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++ requirements.txt | 2 +- test-requirements.txt | 7 +-- tox.ini | 12 +++- zuul.d/project.yaml | 8 +-- zuul.d/python-ironic-inspector-client-jobs.yaml | 18 ------ 10 files changed, 26 insertions(+), 115 deletions(-) Requirements updates -------------------- diff --git a/functest-requirements.txt b/functest-requirements.txt index a724f42..5e5c808 100644 --- a/functest-requirements.txt +++ b/functest-requirements.txt @@ -2,3 +2,3 @@ -# 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 +# Last updated: October 27, 2020 (Wallaby cycle). +git+https://opendev.org/openstack/ironic-inspector@5678f219cd55345633c1478c3cad2... +-r https://opendev.org/openstack/ironic-inspector/raw/commit/5678f219cd55345633... \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 5b4775b..19314ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -PyYAML>=3.12 # MIT +PyYAML>=3.13 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index daadc4b..8b36636 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,2 +4 @@ -coverage!=4.4,>=4.0 # Apache-2.0 -doc8>=0.6.0 # Apache-2.0 +coverage>=5.0 # Apache-2.0 @@ -7,2 +5,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -flake8-import-order>=0.17.1 # LGPLv3 -hacking>=3.0.0,<3.1.0 # Apache-2.0 @@ -13,2 +9,0 @@ python-openstackclient>=3.12.0 # Apache-2.0 -# Required for syntax highlighting check -Pygments>=2.2.0 # BSD
participants (1)
-
no-reply@openstack.org