[openstack-announce] [new][solum] python-solumclient 2.1.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Thu Sep 1 19:05:13 UTC 2016


We are happy to announce the release of:

python-solumclient 2.1.0: Client library for Solum API

This release is part of the newton release series.

For more details, please see below.

Changes in python-solumclient 2.0.1..2.1.0
------------------------------------------

5ffc28d Updated from global requirements
cc02580 Updated from global requirements
0e3ba5c Adding cfg module to contain creds
6f42c16 Remove discover from test-requirements
1510e1a Updated from global requirements
798a763 Updated from global requirements
10dfba8 Correct reraising of exception
4d4c85d Replace raw_input with input to make PY3 compatible
796b7c0 Send user creds through headers
f091a05 Updated from global requirements
2287b31 Trigger setup and name override flag
40c90e9 solum workflow logs Add "created_at"
28cee3f App show with id
cdec1dd Updated from global requirements
cfe52a7 Skip credentials prompt for public repo
2effb0b Update solum CLI create command help
f90c072 Update solum client to support private repositories
098728d Updated from global requirements
7d85985 Display updated_at field on app show
335f749 Deduplicated error messages regarding invalid names
fdf1846 Updated from global requirements
3d40867 Supporting param-file as part of lp create
f1d00c3 Updated from global requirements
2baf95d Updated from global requirements
8521c1e LP name start with alpha char
3ca5e7c app name must start with alphabet character
286fc20 Adding pretty-table
593a167 Do not allow uppercase letters in app name
e9291cf Removing assemblies
9856dc0 Updated from global requirements
7b25885 Updated from global requirements
b023a8e Adding a flag to allow making lp optional in app create
46264af Updated from global requirements
089f8b0 Updated from global requirements


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

contrib/setup-tools/solum-app-setup.py           |   5 +-
requirements.txt                                 |  13 +-
solumclient/common/client.py                     |   5 +
solumclient/common/github.py                     |   4 +-
solumclient/config.py                            |  21 ++
solumclient/openstack/common/apiclient/client.py |  12 +-
solumclient/solum.py                             | 359 ++++++++++-------------
solumclient/v1/assembly.py                       |  72 -----
solumclient/v1/client.py                         |   2 -
test-requirements.txt                            |   7 +-
14 files changed, 234 insertions(+), 588 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b3eaa37..e29a9c0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
-oslo.config>=3.7.0 # Apache-2.0
+Babel>=2.3.4 # BSD
+oslo.config>=3.14.0 # Apache-2.0
@@ -8 +8 @@ httplib2>=0.7.5 # MIT
-iso8601>=0.1.9 # MIT
+iso8601>=0.1.11 # MIT
@@ -10,2 +10,2 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
-requests!=2.9.0,>=2.8.1 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+requests>=2.10.0 # Apache-2.0
+python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0
@@ -13 +13 @@ PyYAML>=3.1.0 # MIT
-stevedore>=1.5.0 # Apache-2.0
+stevedore>=1.16.0 # Apache-2.0
@@ -14,0 +15 @@ six>=1.9.0 # MIT
+PrettyTable<0.8,>=0.7 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 8c462c4..127769a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,2 +7 @@ coverage>=3.6 # Apache-2.0
-discover # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures>=3.0.0 # Apache-2.0/BSD
@@ -10 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
@@ -16 +15 @@ testtools>=1.4.0 # MIT
-mock>=1.2 # BSD
+mock>=2.0 # BSD





More information about the OpenStack-announce mailing list