We are eager to announce the release of: python-solumclient 2.1.1: Client library for Solum API This release is part of the newton release series. Download the package from: https://tarballs.openstack.org/python-solumclient/ For more details, please see below. Changes in python-solumclient 2.1.0..2.1.1 ------------------------------------------ e691947 Updated from global requirements 0329a2b Updated from global requirements c0b24e3 Updated from global requirements 1ba5ad1 Updated from global requirements 8c4e7d6 Add oslo.i18n to requirements b189434 Updated from global requirements 606792a Fix translation setup 5182d73 Switch to oslo_i18n a8843f9 Remove openstack/common/uuidutils.py 13724a3 Remove openstack/common/strutils.py fb7fca6 Remove openstack/common/importutils.py 776470d Switch to oslo_log Diffstat (except docs and test files) ------------------------------------- requirements.txt | 9 +- setup.cfg | 8 +- solumclient/common/cli_utils.py | 3 +- solumclient/common/client.py | 3 +- solumclient/i18n.py | 34 ++ solumclient/openstack/common/apiclient/base.py | 5 +- solumclient/openstack/common/apiclient/client.py | 7 +- .../openstack/common/apiclient/exceptions.py | 2 +- solumclient/openstack/common/cliutils.py | 16 +- solumclient/openstack/common/gettextutils.py | 479 --------------------- solumclient/openstack/common/importutils.py | 73 ---- solumclient/openstack/common/strutils.py | 311 ------------- solumclient/openstack/common/uuidutils.py | 37 -- solumclient/v1/app.py | 3 +- solumclient/v1/component.py | 3 +- solumclient/v1/pipeline.py | 3 +- solumclient/v1/plan.py | 3 +- solumclient/v1/workflow.py | 5 +- test-requirements.txt | 4 +- 19 files changed, 78 insertions(+), 930 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e29a9c0..4691ee6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,0 +6 @@ Babel>=2.3.4 # BSD +oslo.i18n>=2.1.0 # Apache-2.0 @@ -6,0 +8,2 @@ oslo.config>=3.14.0 # Apache-2.0 +oslo.utils>=3.16.0 # Apache-2.0 +oslo.log>=3.11.0 # Apache-2.0 @@ -12,2 +15,2 @@ python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 -PyYAML>=3.1.0 # MIT -stevedore>=1.16.0 # Apache-2.0 +PyYAML>=3.10.0 # MIT +stevedore>=1.17.1 # Apache-2.0 @@ -15 +18 @@ six>=1.9.0 # MIT -PrettyTable<0.8,>=0.7 # BSD +PrettyTable<0.8,>=0.7.1 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 127769a..1b18a06 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,2 +9,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0