15
0
Files
python-elasticsearch-dsl/python-elasticsearch-dsl.changes
Daniel Garcia 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

70 lines
2.8 KiB
Plaintext

-------------------------------------------------------------------
Wed May 10 08:40:05 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- 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.
-------------------------------------------------------------------
Mon Nov 28 13:04:53 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Add drop-python2-support.patch from upstream
gh#elastic/elasticsearch-dsl-py@f7f85a5db8f2
- Remove python-six dependency
-------------------------------------------------------------------
Tue Oct 18 06:48:14 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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).
-------------------------------------------------------------------
Mon May 23 12:07:23 UTC 2022 - pgajdos@suse.com
- 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
-------------------------------------------------------------------
Fri Nov 27 05:34:09 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Resume builds by removing unnecessary build dependency coverage < 5
-------------------------------------------------------------------
Thu Aug 20 06:04:57 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Update to v7.2.1
-------------------------------------------------------------------
Tue Jul 16 12:39:16 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v7.0.0