Accepting request 1129218 from devel:languages:python
- update to 8.11.0: * Added support for Python 3.12 * Added missing `scores` parameter to create trained model vocabulary API * Added missing `delete_dest_index` parameter to delete transform API * Removed deprecation warnings when using `body` parameter * Fixed some type hints to use covariant Sequence instead of invariant List (#2324, #2325) * Using insecure SSL configuration (verify_cert=False) raises a - fix Source url, use pypi package OBS-URL: https://build.opensuse.org/request/show/1129218 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch?expand=0&rev=17
This commit is contained in:
commit
2b1cf8849e
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 18:55:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 8.11.0:
|
||||
* Added support for Python 3.12
|
||||
* Added missing `scores` parameter to create trained model
|
||||
vocabulary API
|
||||
* Added missing `delete_dest_index` parameter to delete
|
||||
transform API
|
||||
* Removed deprecation warnings when using `body` parameter
|
||||
* Fixed some type hints to use covariant Sequence instead of
|
||||
invariant List (#2324, #2325)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 2 10:27:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@ -310,7 +323,7 @@ Fri Jun 7 09:21:34 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
* Blocking pool must fit thread_count
|
||||
* Update client to support missing ES 7 API's and query params.
|
||||
* Removed deprecated option update_all_types
|
||||
* Using insecure SSL configuration (verify_cert=False) raises a
|
||||
* Using insecure SSL configuration (verify_cert=False) raises a
|
||||
warning, this can be not showed with ssl_show_warn=False
|
||||
* Add support for 7.x api's in Elasticsearch
|
||||
|
||||
@ -343,7 +356,7 @@ Tue Dec 4 12:47:36 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 15:32:45 UTC 2017 - mimi.vx@gmail.com
|
||||
|
||||
- fix Source url, use pypi package
|
||||
- fix Source url, use pypi package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 13:27:11 UTC 2017 - kkaempf@suse.com
|
||||
|
@ -16,13 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-elasticsearch
|
||||
# DO NOT UPDATE until the compatible version of
|
||||
# python-elasticsearch-dsl is available (i.e., the same major
|
||||
# version ... currently we are waiting on 8.* release).
|
||||
Version: 8.10.0
|
||||
# python-elasticsearch-dsl is available
|
||||
Version: 8.11.0
|
||||
Release: 0
|
||||
Summary: Python client for Elasticsearch
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8f3159ff6e1ff9a25647bca2a24cffe2d2d57f4af47acc8a5e6fb7144532dba
|
||||
size 896444
|
3
v8.11.0.tar.gz
Normal file
3
v8.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:904eaaa3814b293826443a926d93a047fda1b7ab29f24526df2ede97588477ad
|
||||
size 897889
|
Loading…
x
Reference in New Issue
Block a user