From 54f6b8925fa17f44db4a666a8bcba22e3315430ffbeaaef6375bf7526e2b1669 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Jan 2024 12:41:20 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-elasticsearch?expand=0&rev=47 --- python-elasticsearch.changes | 12 ++++++++++++ python-elasticsearch.spec | 6 +++--- v8.11.1.tar.gz | 3 --- v8.12.0.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 v8.11.1.tar.gz create mode 100644 v8.12.0.tar.gz diff --git a/python-elasticsearch.changes b/python-elasticsearch.changes index e1a8899..c8da04c 100644 --- a/python-elasticsearch.changes +++ b/python-elasticsearch.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jan 20 12:38:49 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-elasticsearch.spec b/python-elasticsearch.spec index d9b99c8..ea5f981 100644 --- a/python-elasticsearch.spec +++ b/python-elasticsearch.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: python-elasticsearch # DO NOT UPDATE until the compatible version of # python-elasticsearch-dsl is available -Version: 8.11.1 +Version: 8.12.0 Release: 0 Summary: Python client for Elasticsearch License: Apache-2.0 @@ -69,6 +69,6 @@ sed -i '/addopts/d' setup.cfg %license LICENSE %doc CODE_OF_CONDUCT.md CHANGELOG.md README.rst %{python_sitelib}/elasticsearch -%{python_sitelib}/elasticsearch-%{version}*-info +%{python_sitelib}/elasticsearch-%{version}.dist-info %changelog diff --git a/v8.11.1.tar.gz b/v8.11.1.tar.gz deleted file mode 100644 index 8bd333c..0000000 --- a/v8.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c222f65c7a8275cdf1e891ce17f47093ac66fe6b054518d08a6dd07e6168376 -size 902628 diff --git a/v8.12.0.tar.gz b/v8.12.0.tar.gz new file mode 100644 index 0000000..7beef0a --- /dev/null +++ b/v8.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4618c879499f01b8b7e46932934bd840829e1d34c2647a496b7503682abe1122 +size 906227