diff --git a/python-elasticsearch.changes b/python-elasticsearch.changes index 7b34eba..0b077b6 100644 --- a/python-elasticsearch.changes +++ b/python-elasticsearch.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Nov 27 18:55:59 UTC 2023 - Dirk Müller + +- 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 @@ -310,7 +323,7 @@ Fri Jun 7 09:21:34 UTC 2019 - Marketa Calabkova * 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 ------------------------------------------------------------------- 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 diff --git a/python-elasticsearch.spec b/python-elasticsearch.spec index 1afbbe7..1c95f9a 100644 --- a/python-elasticsearch.spec +++ b/python-elasticsearch.spec @@ -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 diff --git a/v8.10.0.tar.gz b/v8.10.0.tar.gz deleted file mode 100644 index 3d7a5bd..0000000 --- a/v8.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8f3159ff6e1ff9a25647bca2a24cffe2d2d57f4af47acc8a5e6fb7144532dba -size 896444 diff --git a/v8.11.0.tar.gz b/v8.11.0.tar.gz new file mode 100644 index 0000000..96fb55f --- /dev/null +++ b/v8.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904eaaa3814b293826443a926d93a047fda1b7ab29f24526df2ede97588477ad +size 897889