forked from pool/python-elasticsearch
- 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/package/show/devel:languages:python/python-elasticsearch?expand=0&rev=43
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user