Accepting request 1140107 from devel:languages:python
- update to 8.12.0: * Dropped support for Python 3.6 * Allowed unrestricted `body` parameter again (see #2383 for details) * Added the Inference APIs * Added the ES|QL API * Added `active_only` parameter to `security.get_api_key` API * Added `expiration` parameter to `security.update_api_key` API OBS-URL: https://build.opensuse.org/request/show/1140107 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch?expand=0&rev=19
This commit is contained in:
commit
63719e803d
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 20 12:38:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 8.12.0:
|
||||||
|
* Dropped support for Python 3.6
|
||||||
|
* Allowed unrestricted `body` parameter again (see #2383 for
|
||||||
|
details)
|
||||||
|
* Added the Inference APIs
|
||||||
|
* Added the ES|QL API
|
||||||
|
* Added `active_only` parameter to `security.get_api_key` API
|
||||||
|
* Added `expiration` parameter to `security.update_api_key` API
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 27 10:02:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Wed Dec 27 10:02:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-elasticsearch
|
# spec file for package python-elasticsearch
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
Name: python-elasticsearch
|
Name: python-elasticsearch
|
||||||
# DO NOT UPDATE until the compatible version of
|
# DO NOT UPDATE until the compatible version of
|
||||||
# python-elasticsearch-dsl is available
|
# python-elasticsearch-dsl is available
|
||||||
Version: 8.11.1
|
Version: 8.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python client for Elasticsearch
|
Summary: Python client for Elasticsearch
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -69,6 +69,6 @@ sed -i '/addopts/d' setup.cfg
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CODE_OF_CONDUCT.md CHANGELOG.md README.rst
|
%doc CODE_OF_CONDUCT.md CHANGELOG.md README.rst
|
||||||
%{python_sitelib}/elasticsearch
|
%{python_sitelib}/elasticsearch
|
||||||
%{python_sitelib}/elasticsearch-%{version}*-info
|
%{python_sitelib}/elasticsearch-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c222f65c7a8275cdf1e891ce17f47093ac66fe6b054518d08a6dd07e6168376
|
|
||||||
size 902628
|
|
3
v8.12.0.tar.gz
Normal file
3
v8.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4618c879499f01b8b7e46932934bd840829e1d34c2647a496b7503682abe1122
|
||||||
|
size 906227
|
Loading…
x
Reference in New Issue
Block a user