[openstack-dev] [release] python-saharaclient release 0.9.0 (liberty)

Doug Hellmann doug at doughellmann.com
Tue Apr 21 19:23:33 UTC 2015


We are tickled pink to announce the release of:

python-saharaclient 0.9.0: Client library for Sahara API

For more details, please see the git log history below.


Changes in python-saharaclient 0.7.7..0.9.0
-------------------------------------------

b909f04 2015-04-16 18:13:39 +0000 Uncap library requirements for liberty
0d8e838 2015-04-14 10:31:14 +0300 Add regions support to saharaclient
67e3d66 2015-04-14 10:24:02 +0300 Provide user-agent in saharaclient
513387d 2015-04-07 10:20:27 +0000 Add CONTRIBUTING.rst
5e8b889 2015-04-07 10:23:24 +0200 Port to Python 3
67b4e76 2015-04-02 11:04:56 +0900 add --name option to assign name to job-binary-internal
2141b6a 2015-03-27 16:17:04 +1100 Rework authentication
fb9cf4e 2015-03-26 15:24:36 -0400 Add support for job-types-list
b0511a8 2015-03-26 12:44:48 +0100 Add post_test_hook for functional tests
86dd3d4 2015-03-24 16:15:13 +0100 Copy functional tests from tempest CLI
0a00e75 2015-03-21 00:18:02 +0000 Updated from global requirements
f7f1e22 2015-03-20 12:36:06 +0300 Add support for show_events parameter
6b1c801 2015-03-03 16:47:42 +0300 Added support of instance locality

Diffstat (except docs and test files)
-------------------------------------

CONTRIBUTING.rst                                   |  21 +++
requirements.txt                                   |   8 +-
saharaclient/api/base.py                           |  14 +-
saharaclient/api/client.py                         | 181 +++++++++++----------
saharaclient/api/clusters.py                       |  10 +-
saharaclient/api/events.py                         |  31 ----
saharaclient/api/httpclient.py                     |  54 ------
saharaclient/api/images.py                         |   8 +-
saharaclient/api/job_binary_internals.py           |   5 +-
saharaclient/api/job_types.py                      |  28 ++++
saharaclient/api/node_group_templates.py           |  18 +-
saharaclient/api/plugins.py                        |   2 +-
saharaclient/api/shell.py                          |  93 +++++++----
saharaclient/shell.py                              |  22 +--
setup.cfg                                          |   3 +
test-requirements.txt                              |  12 +-
tox.ini                                            |   6 +
25 files changed, 596 insertions(+), 304 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 46eb375..3fa675b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,3 +9,3 @@ netaddr>=0.7.12
-oslo.i18n>=1.3.0  # Apache-2.0
-oslo.utils>=1.2.0                       # Apache-2.0
-python-keystoneclient>=1.0.0
+oslo.i18n>=1.5.0  # Apache-2.0
+oslo.utils>=1.4.0                       # Apache-2.0
+python-keystoneclient>=1.1.0
@@ -13 +13 @@ requests>=2.2.0,!=2.4.0
-six>=1.7.0
+six>=1.9.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ac3a773..118a5cc 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,4 +10,4 @@ mock>=1.0
-oslo.config>=1.6.0  # Apache-2.0
-oslosphinx>=2.2.0  # Apache-2.0
-python-neutronclient>=2.3.6,<3
-python-novaclient>=2.18.0
+oslo.config>=1.9.3  # Apache-2.0
+oslosphinx>=2.5.0  # Apache-2.0
+python-neutronclient>=2.3.11,<3
+python-novaclient>=2.22.0
@@ -15 +15 @@ python-swiftclient>=2.2.0
-requests-mock>=0.5.1 # Apache-2.0
+requests-mock>=0.6.0  # Apache-2.0
@@ -17 +17 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-tempest-lib>=0.2.0
+tempest-lib>=0.4.0





More information about the OpenStack-dev mailing list