[release-announce] [ironic] sushy-tools 0.1.0
no-reply at openstack.org
no-reply at openstack.org
Mon Apr 10 18:13:30 UTC 2017
We are gleeful to announce the release of:
sushy-tools 0.1.0: A set of tools to support the development and test
of the Sushy library (http://sushy.readthedocs.io/)
This is the first release of sushy-tools.
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 d57b5ad2c73eafe7254a46dc9d61b697c406458a..0.1.0
----------------------------------------------------------------------
a89580a Initial Commit
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..57610e0
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,7 @@
+# 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.
+
+pbr>=2.0.0 # Apache-2.0
+Flask>=0.10,!=0.11,<1.0 # BSD
+libvirt-python>=1.2.5 # LGPLv2+
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..96b2425
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,14 @@
+# 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!=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
+oslosphinx>=4.7.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
More information about the Release-announce
mailing list