Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-elasticsearch for
openSUSE:Factory checked in at 2025-11-24 14:05:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-elasticsearch (Old)
and /work/SRC/openSUSE:Factory/.python-elasticsearch.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-elasticsearch"
Mon Nov 24 14:05:23 2025 rev:23 rq:1319108 version:9.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-elasticsearch/python-elasticsearch.changes
2025-07-08 15:29:19.950979936 +0200
+++
/work/SRC/openSUSE:Factory/.python-elasticsearch.new.14147/python-elasticsearch.changes
2025-11-24 14:05:38.632341943 +0100
@@ -1,0 +2,18 @@
+Thu Nov 20 08:33:01 UTC 2025 - Markéta Machová <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
event_loop.patch
v8.17.1.tar.gz
New:
----
v9.2.0.tar.gz
----------(Old B)----------
Old: * Add TS, FUSE and INLINE STATS commands to the ES|QL query builder
- Drop upstreamed event_loop.patch
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-elasticsearch.spec ++++++
--- /var/tmp/diff_new_pack.dauSp4/_old 2025-11-24 14:05:46.008651842 +0100
+++ /var/tmp/diff_new_pack.dauSp4/_new 2025-11-24 14:05:46.012652010 +0100
@@ -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,35 +18,42 @@
%{?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.0
Release: 0
Summary: Python client for Elasticsearch
License: Apache-2.0
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
-# PATCH-FIX-UPSTREAM
https://github.com/elastic/elasticsearch-py/commit/3c9680a5cf0b67a56356bf73173a7d5eabb2e552
Stop using event_loop fixture
-Patch: event_loop.patch
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
++++++ v8.17.1.tar.gz -> v9.2.0.tar.gz ++++++
++++ 128580 lines of diff (skipped)