[release-announce] python-cyborgclient 0.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Tue Jun 12 22:07:30 UTC 2018


We are pumped to announce the release of:

python-cyborgclient 0.1.0: Python client for cyborg API

This is the first release of python-cyborgclient. This release is part
of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-cyborgclient

Download the package from:

    https://pypi.org/project/python-cyborgclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-cyborgclient

For more details, please see below.

Changes in python-cyborgclient 478ffebb5654fc42c1a44b4ddf7fad60c29ced71..0.1.0
------------------------------------------------------------------------------

516a37b base framework for cyborg client.
fa63561 Initialize cyborgclient repository




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

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..87eb582
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,19 @@
+# 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.1.0,>=2.0.0 # Apache-2.0
+
+Babel!=2.4.0,>=2.3.4 # BSD
+six>=1.10.0 # MIT
+keystoneauth1>=3.3.0 # Apache-2.0
+stevedore>=1.20.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
+os-client-config>=1.28.0 # Apache-2.0
+osc-lib>=1.8.0 # Apache-2.0
+PrettyTable<0.8,>=0.7.1 # BSD
+cryptography!=2.0,>=1.9 # BSD/Apache-2.0
+decorator>=3.4.0 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..3887e0d
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,15 @@
+# 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.12.0,<0.13 # Apache-2.0
+
+coverage>=4.0,!=4.4 # Apache-2.0
+python-subunit>=0.0.18 # Apache-2.0/BSD
+sphinx>=1.6.2 # BSD
+oslotest>=1.10.0 # Apache-2.0
+stestr>=1.0.0 # Apache-2.0
+testtools>=1.4.0 # MIT
+openstackdocstheme>=1.11.0  # Apache-2.0
+# releasenotes
+reno>=1.8.0 # Apache-2.0






More information about the Release-announce mailing list