17
0

Compare commits

3 Commits

Author SHA256 Message Date
d1f699c13f Accepting request 1235858 from devel:languages:python
- Update to 8.17.0:
  * Added support for quantized dense vector options (#1948)
  * Added support for composable index templates (#1943)
- 8.16.0:
  * Autogenerate parts of the library using documentation and types from the Elasticsearch specification
    - query classes (#1890)
    - aggregation classes (#1918)
    - response classes (#1929 #1932)
  * Support pipe syntax to declare optional document fields (#1937)
  * Ignore document attributes typed with ClassVar (#1936)
  * Support Python 3.13 (#1938)
- 8.15.4:
  * Fixed the use of dictionaries as values in Terms query (#1920)
- 8.15.3:
  * Fixed regression introduced in Terms query class (#1907)
  * Removed unnecessary filter argument in AggBase.__getitem__ (#1903)
  * Fixed deserialization of datetime.date fields (#1914)
- 8.15.2:
  * Added support for any iterables to the Terms query (#1887)
  * Added back support for tuples and other iterables to Search.source() method (#1895)
  * Added recursive option to AttrDict.to_dict() (#1892)
  * Removed unused analyzer from search as you type example (#1883)
- 8.15.1:
  * Added support for the semantic_text field and semantic query type (#1881)
  * Removed extra __orig_class__ attribute in aggregation responses (#1877)
- 8.15.0:
  * Added the option to use Python types to declare document fields (#1845)
  * Added type annotations (#1533)
  * Added support for bulk document operations with Document.bulk() (#1864)
  * Added the ConstantKeyword field to the top-level package (#1843)

OBS-URL: https://build.opensuse.org/request/show/1235858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch-dsl?expand=0&rev=10
2025-01-09 14:08:04 +00:00
35a05af930 - Add missing require python-elastic-transport
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch-dsl?expand=0&rev=21
2025-01-08 09:46:37 +00:00
ea01b376c9 - Update to 8.17.0:
* Added support for quantized dense vector options (#1948)
  * Added support for composable index templates (#1943)
- 8.16.0:
  * Autogenerate parts of the library using documentation and types from the Elasticsearch specification
    - query classes (#1890)
    - aggregation classes (#1918)
    - response classes (#1929 #1932)
  * Support pipe syntax to declare optional document fields (#1937)
  * Ignore document attributes typed with ClassVar (#1936)
  * Support Python 3.13 (#1938)
- 8.15.4:
  * Fixed the use of dictionaries as values in Terms query (#1920)
- 8.15.3:
  * Fixed regression introduced in Terms query class (#1907)
  * Removed unnecessary filter argument in AggBase.__getitem__ (#1903)
  * Fixed deserialization of datetime.date fields (#1914)
- 8.15.2:
  * Added support for any iterables to the Terms query (#1887)
  * Added back support for tuples and other iterables to Search.source() method (#1895)
  * Added recursive option to AttrDict.to_dict() (#1892)
  * Removed unused analyzer from search as you type example (#1883)
- 8.15.1:
  * Added support for the semantic_text field and semantic query type (#1881)
  * Removed extra __orig_class__ attribute in aggregation responses (#1877)
- 8.15.0:
  * Added the option to use Python types to declare document fields (#1845)
  * Added type annotations (#1533)
  * Added support for bulk document operations with Document.bulk() (#1864)
  * Added the ConstantKeyword field to the top-level package (#1843)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch-dsl?expand=0&rev=20
2025-01-08 09:39:10 +00:00
4 changed files with 4 additions and 11 deletions

View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69606063c08341f3d8cc7170d78625b838a1137438661f2d557f0ee5bed3abf4
size 266585

View File

@@ -1,10 +1,3 @@
-------------------------------------------------------------------
Fri Sep 26 06:48:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 8.17.1
* Added support for the point and shape fields (#1963)
* Corrected typing hints for the FunctionScore query (#1960)
-------------------------------------------------------------------
Wed Jan 8 09:35:55 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-elasticsearch-dsl
Version: 8.17.1
Version: 8.17.0
Release: 0
Summary: Python client for Elasticsearch
License: Apache-2.0