[release][solum] python-solumclient 2.0.0 release (mitaka)
We are overjoyed to announce the release of:
python-solumclient 2.0.0: Client library for Solum API
This release is part of the mitaka release series.
For more details, please see below.
Changes in python-solumclient 1.2.7..2.0.0 ------------------------------------------
bde4a81 Updated from global requirements b518a9c Validate app_data based on json schema df104f8 Updated from global requirements f4488b6 Updating app get display to display 'target_instances' ed367cf Fixing mangled help text 882c502 Adds support to deploy already created DU 3dfb655 Added logs support for apps 3dc9e56 Validate scale target input b5e5eda Making help message consistent 56aa97f Adding app scale command 8340f6c Updated from global requirements 55ca5b2 Allow parameters file with multiple sections 6dac718 Updated from global requirements 6559731 Fix argument order for assertEqual to (expected, observed) ea91735 Delete python bytecode before every test run 1780734 Put py34 first in the env order of tox 431369b Drop py33 support fedbaf4 Remove py26 support 41695b4 Updated from global requirements d8bc346 app create with param file fails de1f1e5 Updated from global requirements dc10bc9 Validating lp specified in appfile e9fc58c Replace assertTrue(isinstance()) with assertIsInstance() 1e75e37 Updated from global requirements
Diffstat (except docs and test files) -------------------------------------
requirements.txt | 19 +- setup.cfg | 3 +- solumclient/solum.py | 348 +++++++++++++++++++++-------- test-requirements.txt | 20 +- tox.ini | 10 +- 11 files changed, 322 insertions(+), 154 deletions(-)
Requirements updates --------------------
diff --git a/requirements.txt b/requirements.txt index 11fbe24..b3eaa37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,9 @@ -pbr>=1.6 -Babel>=1.3 -oslo.config>=2.6.0 # Apache-2.0 -httplib2>=0.7.5 -iso8601>=0.1.9 -requests!=2.8.0,>=2.5.2 -python-keystoneclient!=1.8.0,>=1.6.0 -PyYAML>=3.1.0 +pbr>=1.6 # Apache-2.0 +Babel>=1.3 # BSD +oslo.config>=3.7.0 # Apache-2.0 +httplib2>=0.7.5 # MIT +iso8601>=0.1.9 # MIT +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 +PyYAML>=3.1.0 # MIT @@ -13 +14 @@ stevedore>=1.5.0 # Apache-2.0 -six>=1.9.0 +six>=1.9.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index f2ebc04..8c462c4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,6 +6,6 @@ hacking<0.10,>=0.9.2 -coverage>=3.6 -discover -fixtures>=1.3.1 -python-subunit>=0.0.18 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +coverage>=3.6 # Apache-2.0 +discover # BSD +fixtures>=1.3.1 # Apache-2.0/BSD +python-subunit>=0.0.18 # Apache-2.0/BSD +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 @@ -13,4 +13,4 @@ oslotest>=1.10.0 # Apache-2.0 -testrepository>=0.0.18 -testscenarios>=0.4 -testtools>=1.4.0 -mock>=1.2 +testrepository>=0.0.18 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD +testtools>=1.4.0 # MIT +mock>=1.2 # BSD
participants (1)
-
no-reply@openstack.org