We are psyched to announce the release of: python-solumclient 2.6.0: Client library for Solum API This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/python-solumclient/ For more details, please see below. Changes in python-solumclient 2.5.0..2.6.0 ------------------------------------------ 686481b Updated from global requirements d86c111 Avoid tox_install.sh for constraints support f82beb3 Updated from global requirements d30efec Updated from global requirements 6b1cf22 Updated from global requirements 1c1053b Imported Translations from Zanata a034026 Imported Translations from Zanata 14993b7 Cleanup test-requirements d68406b Updated from global requirements 7b781da Updated from global requirements 57a3c44 Updated from global requirements f5531cd Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 16 +-- .../locale/en_GB/LC_MESSAGES/solumclient.po | 159 +++++++++++++++++++++ test-requirements.txt | 7 +- tools/tox_install.sh | 30 ---- tox.ini | 14 +- 5 files changed, 177 insertions(+), 49 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 145d4ed..28f2ea8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ Babel!=2.4.0,>=2.3.4 # BSD -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 -oslo.log>=3.22.0 # Apache-2.0 -httplib2>=0.7.5 # MIT +oslo.i18n>=3.15.3 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 +oslo.log>=3.30.0 # Apache-2.0 +httplib2>=0.9.1 # MIT @@ -12 +12 @@ iso8601>=0.1.11 # MIT -jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT +jsonschema<3.0.0,>=2.6.0 # MIT @@ -15 +15 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -PyYAML>=3.10.0 # MIT +PyYAML>=3.10 # MIT @@ -17 +17 @@ stevedore>=1.20.0 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 438c2f8..82734c8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,2 +8 @@ fixtures>=3.0.0 # Apache-2.0/BSD -python-subunit>=0.0.18 # Apache-2.0/BSD -openstackdocstheme>=1.16.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -14,2 +13,2 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT -mock>=2.0 # BSD +testtools>=2.2.0 # MIT +mock>=2.0.0 # BSD