[release-announce] python-searchlightclient 1.4.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Tue Oct 30 14:10:46 UTC 2018


We enthusiastically announce the release of:

python-searchlightclient 1.4.0: OpenStack Indexing and Search API
Client Library

This release is part of the stein release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-searchlightclient

Download the package from:

    https://pypi.org/project/python-searchlightclient

Please report issues through launchpad:

    https://storyboard.openstack.org/#!/project_group/93

For more details, please see below.

Changes in python-searchlightclient 1.3.0..1.4.0
------------------------------------------------

6272561 Use openstack-lower-constraints-jobs
5dd3a32 Revert "Update zuul config"
dda8f0d Update zuul config
ef19b71 Updated from global requirements
7c08a38 Change launchpad to storyboard links
4ae0762 add lower-constraints job
4f23755 Remove log translations
efa4a51 add python 3.6 unit test job
c7ee405 switch documentation job to new PTI
2ab018c import zuul job settings from project-config
3ba6be7 Switch to stestr
c371d7a fix tox python3 overrides
813ed30 Trivial: Update pypi url to new url
387ac35 Follow the new PTI for document build
91a79df fix the link in README.rst
230df7c Updated from global requirements


Diffstat (except docs and test files)
-------------------------------------

.gitignore                      |  2 +-
.stestr.conf                    |  3 ++
.testr.conf                     |  4 --
.zuul.yaml                      |  9 +++++
CONTRIBUTING.rst                |  8 ++--
README.rst                      |  9 +++--
lower-constraints.txt           | 81 +++++++++++++++++++++++++++++++++++++++++
requirements.txt                |  2 +-
searchlightclient/i18n.py       | 10 -----
setup.cfg                       |  9 -----
test-requirements.txt           |  4 +-
tox.ini                         | 26 +++++++++++--
15 files changed, 140 insertions(+), 46 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 4b4d4e8..1caa6c0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14 +14 @@ python-openstackclient>=3.12.0 # Apache-2.0
-PyYAML>=3.10 # MIT
+PyYAML>=3.12 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 94e348f..933d4bc 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,3 +10 @@ mock>=2.0.0 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list