[release-announce] python-ironic-inspector-client 4.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Mon Feb 10 15:22:46 UTC 2020


We are ecstatic to announce the release of:

python-ironic-inspector-client 4.0.0: Python client for Ironic
Inspector

This release is part of the ussuri 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.

4.0.0
^^^^^

Upgrade Notes

* Python 2.7 support has been dropped. Last release of python-
  ironic- inspector-client to support Python 2.7 is OpenStack Train.
  The minimum version of Python now supported by python-ironic-
  inspector- client is Python 3.6.

Changes in python-ironic-inspector-client 3.7.0..4.0.0
------------------------------------------------------

00a771b Add bindep env and fix pdf doc generation
e0cda0a Enforce running tox with correct python version based on env
09e4684 Stop using six library
d8f73d8 Drop python 2.7 support and testing
656ae7e Fixing base job
dedcfe8 Switch jobs to python3
41a3ec0 Switch to Ussuri job
36fc130 Recover the functional test
ce95dbe Add versions to release notes series
3742d12 Update the constraints url
69707ff Update master for stable/train


Diffstat (except docs and test files)
-------------------------------------

bindep.txt                                         |  3 ++
functest-requirements.txt                          |  5 ++-
ironic_inspector_client/common/http.py             |  3 +-
ironic_inspector_client/test/functional.py         | 35 ++++--------------
ironic_inspector_client/test/test_common_http.py   |  8 ++--
ironic_inspector_client/test/test_shell.py         |  4 +-
ironic_inspector_client/test/test_v1.py            |  9 ++---
ironic_inspector_client/v1.py                      | 12 +++---
lower-constraints.txt                              |  1 -
.../notes/drop-py-2-7-c2707af650df18c8.yaml        |  7 ++++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/train.rst                      |  6 +++
requirements.txt                                   |  1 -
setup.cfg                                          |  2 -
test-requirements.txt                              |  2 +-
tox.ini                                            | 43 ++++++++++------------
zuul.d/project.yaml                                |  7 +---
zuul.d/python-ironic-inspector-client-jobs.yaml    | 13 +------
19 files changed, 67 insertions(+), 96 deletions(-)


Requirements updates
--------------------

diff --git a/functest-requirements.txt b/functest-requirements.txt
index 03e3367..ad7d23e 100644
--- a/functest-requirements.txt
+++ b/functest-requirements.txt
@@ -2,2 +2,3 @@
-git+https://opendev.org/openstack/ironic-inspector@be3f7eec18ad13dd6d5a94fe2963b45456fad19e#egg=ironic-inspector
--r https://opendev.org/openstack/ironic-inspector/raw/commit/be3f7eec18ad13dd6d5a94fe2963b45456fad19e/test-requirements.txt
\ No newline at end of file
+# Last updated: Sep 26, 2019 (Train cycle).
+git+https://opendev.org/openstack/ironic-inspector@0c154991cebeab0abfd2499f95dc704ef046e09f#egg=ironic-inspector
+-r https://opendev.org/openstack/ironic-inspector/raw/commit/0c154991cebeab0abfd2499f95dc704ef046e09f/test-requirements.txt
diff --git a/requirements.txt b/requirements.txt
index a9d78a8..bc2662c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +10,0 @@ requests>=2.14.2 # Apache-2.0
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index fd278ea..7228d9e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ flake8-import-order>=0.13 # LGPLv3
-hacking>=1.0.0,<1.1.0 # Apache-2.0
+hacking>=1.0.0,<1.2.0 # Apache-2.0






More information about the Release-announce mailing list