[ironic] sushy-tools 0.3.0
We jubilantly announce the release of: sushy-tools 0.3.0: A set of tools to support the development and test of the Sushy library (https://docs.openstack.org/sushy/) The source is available from: http://git.openstack.org/cgit/openstack/sushy-tools Download the package from: https://tarballs.openstack.org/sushy-tools/ Please report issues through launchpad: http://bugs.launchpad.net/sushy For more details, please see below. Changes in sushy-tools 0.2.0..0.3.0 ----------------------------------- f63b567 Zuul: Remove project name 0dc50ad Updated from global requirements 6d17958 Updated from global requirements 64d66b9 Updated from global requirements 4cc3c81 Updated from global requirements 5fa6a96 add dvsm CI job Diffstat (except docs and test files) ------------------------------------- .../post.yaml | 15 +++ .../run.yaml | 139 +++++++++++++++++++++ requirements.txt | 6 +- setup.py | 2 +- test-requirements.txt | 16 +-- zuul.d/legacy-sushy-tools-jobs.yaml | 24 ++++ zuul.d/project.yaml | 9 ++ 7 files changed, 199 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 57610e0..57ee11c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,3 @@ -pbr>=2.0.0 # Apache-2.0 -Flask>=0.10,!=0.11,<1.0 # BSD -libvirt-python>=1.2.5 # LGPLv2+ +pbr!=2.1.0,>=2.0.0 # Apache-2.0 +Flask!=0.11,<1.0,>=0.10 # BSD +libvirt-python>=3.5.0 # LGPLv2+ diff --git a/test-requirements.txt b/test-requirements.txt index 34830e4..fcae2dc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,8 +7,8 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +coverage!=4.4,>=4.0 # Apache-2.0 +python-subunit>=1.0.0 # Apache-2.0/BSD +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 +testrepository>=0.0.18 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD +testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org