python-searchlightclient 2.1.0 (victoria)
We exuberantly announce the release of: python-searchlightclient 2.1.0: OpenStack Indexing and Search API Client Library This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/python-searchlightclient Download the package from: https://pypi.org/project/python-searchlightclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- searchlightclient For more details, please see below. Changes in python-searchlightclient 2.0.1..2.1.0 ------------------------------------------------ 9282fc3 Stop to use the __future__ module. 983cae7 Switch to newer openstackdocstheme and reno versions bc04322 Remove translation sections from setup.cfg f4e364b Remove the unused coding style modules 66d78f1 Remove pypy job 027bd11 Remove six 03f6958 Add py38 package metadata 0fe6205 Add Python3 victoria unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- babel.cfg | 1 - lower-constraints.txt | 9 --------- requirements.txt | 1 - searchlightclient/common/base.py | 6 ++---- searchlightclient/common/exceptions.py | 4 +--- searchlightclient/common/utils.py | 12 ++++-------- searchlightclient/v1/facets.py | 2 +- setup.cfg | 15 +-------------- tools/install_venv_common.py | 2 -- tox.ini | 9 +-------- 13 files changed, 17 insertions(+), 71 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1caa6c0..a4676fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16 +15,0 @@ requests>=2.14.2 # Apache-2.0 -six>=1.10.0 # MIT
participants (1)
-
no-reply@openstack.org