[release][ironic] python-ironic-inspector-client release 1.3.0 (mitaka)
We are pumped to announce the release of: python-ironic-inspector-client 1.3.0: Python client for Ironic Inspector This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/python-ironic-inspector- client With package available at: https://pypi.python.org/pypi/python-ironic-inspector-client For more details, please see the git log history below and: http://launchpad.net/python-ironic-inspector- client/+milestone/1.3.0 Please report issues through launchpad: http://bugs.launchpad.net/python-ironic-inspector-client Changes in python-ironic-inspector-client 1.2.0..1.3.0 ------------------------------------------------------ 1b2b7d7 Updated from global requirements ef95eb9 Add missing release notes ac4a65c Use Reno for release notes management 7cbc17f Allow several UUID's in 'introspection start' f687947 Updated from global requirements 2a67687 Updated from global requirements db56bf8 Updated from global requirements 442982e Copy gitignore file from ironic-inspector 8b87729 Stop assuming that all shell unit tests are for rules API 261a92b Support for getting introspection data in Python library 1ce50c4 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .gitignore | 44 +++- README.rst | 18 +- ironic_inspector_client/shell.py | 9 +- ironic_inspector_client/test/test_shell.py | 97 +++++++- ironic_inspector_client/test/test_v1.py | 23 ++ ironic_inspector_client/v1.py | 21 ++ ironic_inspector_client/version.py | 15 ++ releasenotes/notes/.placeholder | 0 .../notes/client-get-data-7002c1e22f14cefd.yaml | 3 + ...introspect-multiple-uuids-0790d57e0a0b9292.yaml | 3 + releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 276 +++++++++++++++++++++ releasenotes/source/index.rst | 9 + releasenotes/source/liberty.rst | 6 + releasenotes/source/unreleased.rst | 5 + requirements.txt | 8 +- setup.py | 2 +- test-requirements.txt | 3 + tox.ini | 4 + 20 files changed, 518 insertions(+), 28 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 368e092..00d309a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -cliff>=1.14.0 # Apache-2.0 +cliff>=1.15.0 # Apache-2.0 @@ -6,2 +6,2 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.utils>=2.0.0 # Apache-2.0 -pbr<2.0,>=1.6 +oslo.utils>=2.8.0 # Apache-2.0 +pbr>=1.6 @@ -9 +9 @@ python-openstackclient>=1.5.0 -requests>=2.5.2 +requests>=2.8.1 diff --git a/test-requirements.txt b/test-requirements.txt index cee6329..195b582 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,0 +9,3 @@ mock>=1.2 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +reno>=0.1.1 # Apache2
participants (1)
-
doug@doughellmann.com