We are satisfied to announce the release of: python-searchlightclient 1.3.0: OpenStack Indexing and Search API Client Library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-searchlightclient Download the package from: https://pypi.python.org/pypi/python-searchlightclient Please report issues through launchpad: https://bugs.launchpad.net/python-searchlightclient For more details, please see below. Changes in python-searchlightclient 1.2.0..1.3.0 ------------------------------------------------ dd1f233 Updated from global requirements 84e2a68 Updated from global requirements 959204c Avoid tox_install.sh for constraints support d3572cc Updated from global requirements ad69829 Updated from global requirements c0cba64 Updated from global requirements f52d5fe Improve README 44deced Update the documention for doc migration Diffstat (except docs and test files) ------------------------------------- README.rst | 6 +++--- requirements.txt | 14 +++++++------- searchlightclient/i18n.py | 2 +- setup.cfg | 2 +- test-requirements.txt | 8 ++++---- tools/tox_install.sh | 30 ------------------------------ tox.ini | 14 +++++++------- 7 files changed, 23 insertions(+), 53 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0b31fe1..4b4d4e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -osc-lib>=1.7.0 # Apache-2.0 +osc-lib>=1.8.0 # Apache-2.0 @@ -9,3 +9,3 @@ PrettyTable<0.8,>=0.7.1 # BSD -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 @@ -13,2 +13,2 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 -PyYAML>=3.10.0 # MIT +python-openstackclient>=3.12.0 # Apache-2.0 +PyYAML>=3.10 # MIT @@ -16 +16 @@ requests>=2.14.2 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 06e1358..94e348f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,3 +9,3 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 -sphinx>=1.6.2 # BSD +mock>=2.0.0 # BSD +openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD @@ -13 +13 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT