sushy-cli 0.1.0 (ussuri)
We are satisfied to announce the release of: sushy-cli 0.1.0: Redfish CLI tool based on sushy Redfish client library This is the first release of sushy-cli. This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/sushy-cli Download the package from: https://pypi.org/project/sushy-cli Please report issues through: https://storyboard.openstack.org/#!/project/openstack/sushy-cli For more details, please see below. Changes in sushy-cli 8a6e646f0fe397595c474fbb0cebd31a3dc24ccf..0.1.0 -------------------------------------------------------------------- a03ffa5 Fix gitreview host e6447a0 Improve docstrings and README e24fe5a Rebase cliff commands onto common `Command` and `Lister` bases 0c6c9ef Ignore .stestr dir f5b5b43 Add power management command 7f85ad0 Add CI hooks and reno ef7e9b5 Rearrange project layout f1bfcef Update tox.ini file 93c7738 Add .gitreview file a25c639 Waking up Zuul Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..30cb766 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +sushy>=3.0.0 # Apache-2.0 +cliff>=2.17.0 # Apache-2.0 \ No newline at end of file diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..eef07c2 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,12 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +hacking>=1.0.0,<1.1.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD +openstackdocstheme>=1.20.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0 +testtools>=2.2.0 # MIT +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org