17
0

24 Commits

Author SHA256 Message Date
ff4df5deb0 Accepting request 1307319 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1307319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch-dsl?expand=0&rev=11
2025-09-26 20:25:14 +00:00
6903d15db0 - Update to 8.17.1
* Added support for the point and shape fields (#1963)
  * Corrected typing hints for the FunctionScore query (#1960)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch-dsl?expand=0&rev=23
2025-09-26 08:46:45 +00:00
7470f06dd2 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
4a4e20c367 - 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
a01855c06f - 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
a98a44f8b9 Accepting request 1140106 from devel:languages:python
- update to 8.12.0:
  * Added Search.knn() method
  * Added Search.rank() method (undocumented as it still is in
    technical preview)
  * Fixed importing collapse from dictionary

OBS-URL: https://build.opensuse.org/request/show/1140106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch-dsl?expand=0&rev=9
2024-01-21 22:08:41 +00:00
4a1414d8e8 - update to 8.12.0:
* Added Search.knn() method
  * Added Search.rank() method (undocumented as it still is in
    technical preview)
  * Fixed importing collapse from dictionary

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch-dsl?expand=0&rev=18
2024-01-20 12:40:36 +00:00
02b23f27a2 Accepting request 1129217 from devel:languages:python
- update to 8.11.0:
  * Added support for Python 3.12
  * Added support for Search.collase()

OBS-URL: https://build.opensuse.org/request/show/1129217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch-dsl?expand=0&rev=8
2023-11-27 21:44:56 +00:00
271b1b5066 - update to 8.11.0:
* Added support for Python 3.12
  * Added support for Search.collase()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch-dsl?expand=0&rev=16
2023-11-27 18:55:28 +00:00
8b4194126a Accepting request 1109630 from devel:languages:python
- Update to 8.9.0:
  - Added Elasticsearch 8.x support
  - Dropped support for Python 2.7 and 3.5
  - Added support for Python 3.10 and 3.11
  - Added the MultiTerms aggregation
  - Added the CombinedFields query
- Remove upstreamed python-elasticsearch-dsl-no-mock.patch.

OBS-URL: https://build.opensuse.org/request/show/1109630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch-dsl?expand=0&rev=7
2023-09-10 11:09:56 +00:00
83d157afaa - Update to 8.9.0:
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch-dsl?expand=0&rev=14
2023-09-07 22:14:57 +00:00
cd507b19cd Accepting request 1108496 from home:mcepl:branches:devel:languages:python
- Update to 8.9.0a1 (testing release):
  - Added Elasticsearch 8.x support
  - Dropped support for Python 2.7 and 3.5
  - Added support for Python 3.10 and 3.11
  - Added the MultiTerms aggregation
  - Added the CombinedFields query
- Remove upstreamed python-elasticsearch-dsl-no-mock.patch.

OBS-URL: https://build.opensuse.org/request/show/1108496
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch-dsl?expand=0&rev=13
2023-09-01 17:03:37 +00:00
1f671ff750 Accepting request 1086025 from devel:languages:python
- Delete drop-python2-support.patch
- Update to 7.4.1:
  * Fixed DeprecationWarnings that would be emitted from deprecated
    usages of the body parameter in the Python Elasticsearch client.

OBS-URL: https://build.opensuse.org/request/show/1086025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch-dsl?expand=0&rev=6
2023-05-10 14:19:55 +00:00
aaace248f8 - Delete drop-python2-support.patch
- Update to 7.4.1:
  * Fixed DeprecationWarnings that would be emitted from deprecated
    usages of the body parameter in the Python Elasticsearch client.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch-dsl?expand=0&rev=11
2023-05-10 08:53:39 +00:00
7bc4d9ae66 Accepting request 1038677 from devel:languages:python
- Add drop-python2-support.patch from upstream
  gh#elastic/elasticsearch-dsl-py@f7f85a5db8f2
- Remove python-six dependency

OBS-URL: https://build.opensuse.org/request/show/1038677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch-dsl?expand=0&rev=5
2022-11-29 09:53:47 +00:00
23664d45e7 - Add drop-python2-support.patch from upstream
gh#elastic/elasticsearch-dsl-py@f7f85a5db8f2
- Remove python-six dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch-dsl?expand=0&rev=9
2022-11-28 13:10:01 +00:00
d10dea9a32 Accepting request 1029714 from devel:languages:python
GOES TOGETHER WITH SR#1029713 !

- Update to 7.4.0:
  - Added the ConstantKeyword, RankFeatures field types
  - Added the ScriptScore query type
  - Added UpdateByQueryResponse.success() method
  - Added return_doc_meta parameter to Document.save() and
    Document.update() for accessing the complete API response
  - Added support for calendar_interval and fixed_interval to
    DateHistogramFacet
  - Added Document.exists() method
  - Added support for the year interval to DateHistogramFacet
  - Fixed issue where to_dict() should be called recursively on
    Search.extras and **kwargs
  - Fixed inverse of an empty Bool query should be MatchNone
  - Fixed issue between retry_on_conflict and optimistic
    concurrency control within Document.update()
- Update to 7.3.0:
  - Added Intervals, MatchBoolPrefix, Shape, and Wrapper queries
  - Added Boxplot, RareTerms, VariableWidthHistogram,
    MedianAbsoluteDeviation, TTest, CumulativeCardinality,
    Inference, MovingPercentiles, and Normalize aggregations
  - Added __all__ and removed all star imports from
    elasticsearch_dsl namespace to avoid leaking unintended names
  - Fixed an issue where Object and Nested could mutate the inner
    doc_class mapping
  - Fixed a typo in query SpanContaining, previously was
    SpanContainining
- Limit required (and buildrequired) elasticsearch to < 8
  (gh#elastic/elasticsearch-dsl-py#1569).

OBS-URL: https://build.opensuse.org/request/show/1029714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch-dsl?expand=0&rev=4
2022-10-19 11:17:27 +00:00
d4c43c47d5 - Update to 7.4.0:
- Added the ConstantKeyword, RankFeatures field types
  - Added the ScriptScore query type
  - Added UpdateByQueryResponse.success() method
  - Added return_doc_meta parameter to Document.save() and
    Document.update() for accessing the complete API response
  - Added support for calendar_interval and fixed_interval to
    DateHistogramFacet
  - Added Document.exists() method
  - Added support for the year interval to DateHistogramFacet
  - Fixed issue where to_dict() should be called recursively on
    Search.extras and **kwargs
  - Fixed inverse of an empty Bool query should be MatchNone
  - Fixed issue between retry_on_conflict and optimistic
    concurrency control within Document.update()
- Update to 7.3.0:
  - Added Intervals, MatchBoolPrefix, Shape, and Wrapper queries
  - Added Boxplot, RareTerms, VariableWidthHistogram,
    MedianAbsoluteDeviation, TTest, CumulativeCardinality,
    Inference, MovingPercentiles, and Normalize aggregations
  - Added __all__ and removed all star imports from
    elasticsearch_dsl namespace to avoid leaking unintended names
  - Fixed an issue where Object and Nested could mutate the inner
    doc_class mapping
  - Fixed a typo in query SpanContaining, previously was
    SpanContainining
- Limit required (and buildrequired) elasticsearch to < 8
  (gh#elastic/elasticsearch-dsl-py#1569).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch-dsl?expand=0&rev=7
2022-10-18 10:33:25 +00:00
2328092ef3 Accepting request 978729 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/978729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch-dsl?expand=0&rev=3
2022-05-23 15:05:40 +00:00
b4d76310bb Accepting request 978712 from home:pgajdos:python
- do not require python-mock for build
- added patches
  fix https://github.com/elastic/elasticsearch-dsl-py/issues/1596
  + python-elasticsearch-dsl-no-mock.patch

OBS-URL: https://build.opensuse.org/request/show/978712
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch-dsl?expand=0&rev=5
2022-05-23 13:52:28 +00:00
4643d6b2fc Accepting request 851358 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/851358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch-dsl?expand=0&rev=2
2020-11-29 11:30:29 +00:00
67c3b3f722 Accepting request 851193 from home:jayvdb:django
- Resume builds by removing unnecessary build dependency coverage < 5

OBS-URL: https://build.opensuse.org/request/show/851193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch-dsl?expand=0&rev=3
2020-11-27 14:53:27 +00:00
a0db3e9a78 Accepting request 834924 from devel:languages:python
dependency of django-elasticsearch-dsl and many others

OBS-URL: https://build.opensuse.org/request/show/834924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch-dsl?expand=0&rev=1
2020-09-17 12:47:16 +00:00
Tomáš Chvátal
56b7da167e Accepting request 827998 from home:jayvdb:py-submit
primary client for elasticsearch

OBS-URL: https://build.opensuse.org/request/show/827998
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch-dsl?expand=0&rev=1
2020-08-20 07:28:18 +00:00