17
0

6 Commits

Author SHA256 Message Date
9ae364eade Accepting request 1325974 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1325974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch?expand=0&rev=24
2026-01-09 16:02:52 +00:00
60188853d9 - Update to 9.2.1
* Instrument ping with OTel
  * Make positional arguments in DSL generated classes explicit
  * Add warnings for private APIs
  * ES|QL query builder: fix missing assignment
  * Use relative imports to fix elasticsearch9 package imports
  * Added transform.get_node_stats API
  * Added requests_per_second argument to delete_by_query_rethrottle,
    reindex_rethrottle and update_by_query_rethrottle APIs
  * Added allow_closed, allow_no_indices, expand_wildcards, ignore_throttled
    and ignore_available arguments to cat.segments API
  * Added chunking_settings argument to inference.put_watsonxai API
  * Added id argument to ml.stop_trained_model_deployment API
  * Removed chunking_settings argument from inference.put_anthropic,
    inference.put_contextualai, inference.put_deepseek APIs
  * Removed on_disk_score argument from DenseVectorIndexOptions type

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch?expand=0&rev=58
2026-01-08 14:00:09 +00:00
3c1d9f4962 Accepting request 1319108 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1319108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch?expand=0&rev=23
2025-11-24 13:05:23 +00:00
5a4a0dbfe4 - Update to 9.2.0
* Merge elasticsearch-dsl-py package
  * Remove deprecated Elasticsearch() options
  * Remove deprecated url_prefix and use_ssl options
  * Improve DSL documentation examples with class-based queries and
    type hints
  * ES|QL query builder (technical preview)
  * Update OpenTelemetry conventions
  * Add option to disable accurate reporting of file and line location in warnings
  * Support Trio when using the HTTPX async client
  * Pydantic integration for the DSL module
  * Add flush_after_seconds option to streaming_bulk()
  * Add TS, FUSE and INLINE STATS commands to the ES|QL query builder
- Drop upstreamed event_loop.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch?expand=0&rev=56
2025-11-21 13:08:15 +00:00
19a34995ac Accepting request 1291145 from devel:languages:python
- Add upstream event_loop.patch to fix tests with pytest-asyncio 1.0

OBS-URL: https://build.opensuse.org/request/show/1291145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch?expand=0&rev=22
2025-07-08 13:29:02 +00:00
1c23946b35 - Add upstream event_loop.patch to fix tests with pytest-asyncio 1.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch?expand=0&rev=54
2025-07-08 04:45:42 +00:00
4 changed files with 62 additions and 10 deletions

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Thu Jan 8 13:02:08 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 9.2.1
* Instrument ping with OTel
* Make positional arguments in DSL generated classes explicit
* Add warnings for private APIs
* ES|QL query builder: fix missing assignment
* Use relative imports to fix elasticsearch9 package imports
* Added transform.get_node_stats API
* Added requests_per_second argument to delete_by_query_rethrottle,
reindex_rethrottle and update_by_query_rethrottle APIs
* Added allow_closed, allow_no_indices, expand_wildcards, ignore_throttled
and ignore_available arguments to cat.segments API
* Added chunking_settings argument to inference.put_watsonxai API
* Added id argument to ml.stop_trained_model_deployment API
* Removed chunking_settings argument from inference.put_anthropic,
inference.put_contextualai, inference.put_deepseek APIs
* Removed on_disk_score argument from DenseVectorIndexOptions type
-------------------------------------------------------------------
Thu Nov 20 08:33:01 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 9.2.0
* Merge elasticsearch-dsl-py package
* Remove deprecated Elasticsearch() options
* Remove deprecated url_prefix and use_ssl options
* Improve DSL documentation examples with class-based queries and
type hints
* ES|QL query builder (technical preview)
* Update OpenTelemetry conventions
* Add option to disable accurate reporting of file and line location in warnings
* Support Trio when using the HTTPX async client
* Pydantic integration for the DSL module
* Add flush_after_seconds option to streaming_bulk()
* Add TS, FUSE and INLINE STATS commands to the ES|QL query builder
- Drop upstreamed event_loop.patch
-------------------------------------------------------------------
Mon Jul 7 10:11:06 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Add upstream event_loop.patch to fix tests with pytest-asyncio 1.0
-------------------------------------------------------------------
Tue Feb 4 09:04:37 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-elasticsearch
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-elasticsearch
# DO NOT UPDATE until the compatible version of
# python-elasticsearch-dsl is available
Version: 8.17.1
Version: 9.2.1
Release: 0
Summary: Python client for Elasticsearch
License: Apache-2.0
@@ -28,23 +26,34 @@ Group: Development/Languages/Python
URL: https://github.com/elastic/elasticsearch-py
Source: https://github.com/elastic/elasticsearch-py/archive/refs/tags/v%{version}.tar.gz
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module elastic-transport}
BuildRequires: %{python_module elastic-transport >= 9.2.0}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module urllib3 >= 1.21.1}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-elastic-transport
Requires: python-anyio
Requires: python-elastic-transport >= 9.2.0
Requires: python-python-dateutil
Requires: python-sniffio
Requires: python-typing-extensions
Provides: python-elasticsearch-dsl = %{version}
Obsoletes: python-elasticsearch-dsl < %{version}
BuildArch: noarch
# SECTION test
BuildRequires: %{python_module PyYAML >= 5.4}
BuildRequires: %{python_module aiohttp >= 3 with %python-aiohttp < 4}
BuildRequires: %{python_module aiohttp >= 3}
BuildRequires: %{python_module anyio}
BuildRequires: %{python_module orjson}
BuildRequires: %{python_module pydantic}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-trio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module requests >= 2.4 with %python-requests < 3}
BuildRequires: %{python_module typing-extensions}
# /SECTION
%python_subpackages

BIN
v8.17.1.tar.gz LFS

Binary file not shown.

3
v9.2.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1672c954451a0162fd206344ce057a93efe409dfd7b5bd8a3368b2411d75c861
size 2503341