gst-editing-services1: update to 1.24.11
[oi-userland.git] / components / python / elasticsearch / patches / 04-no-pyarrow.patch
blob3c3b81e728cd205bbc63286d95f9f6aaa9bd73a0
1 We have no pyarrow packaged yet.
3 --- elasticsearch-py-8.17.0/pyproject.toml.orig
4 +++ elasticsearch-py-8.17.0/pyproject.toml
5 @@ -68,7 +68,6 @@
6 "build",
7 "nox",
8 "numpy",
9 - "pyarrow",
11 docs = [
12 "sphinx",
13 --- elasticsearch-py-8.17.0/test_elasticsearch/test_client/test_deprecated_options.py.orig
14 +++ elasticsearch-py-8.17.0/test_elasticsearch/test_client/test_deprecated_options.py
15 @@ -134,7 +134,6 @@
16 "application/x-ndjson",
17 "application/json",
18 "text/*",
19 - "application/vnd.apache.arrow.stream",
20 "application/vnd.elasticsearch+json",
21 "application/vnd.elasticsearch+x-ndjson",
23 @@ -155,7 +154,6 @@
24 "application/x-ndjson",
25 "application/json",
26 "text/*",
27 - "application/vnd.apache.arrow.stream",
28 "application/vnd.elasticsearch+json",
29 "application/vnd.elasticsearch+x-ndjson",
30 "application/cbor",
31 --- elasticsearch-py-8.17.0/test_elasticsearch/test_client/test_serializers.py.orig
32 +++ elasticsearch-py-8.17.0/test_elasticsearch/test_client/test_serializers.py
33 @@ -94,7 +94,6 @@
34 "application/json",
35 "text/*",
36 "application/x-ndjson",
37 - "application/vnd.apache.arrow.stream",
38 "application/vnd.mapbox-vector-tile",
39 "application/vnd.elasticsearch+json",
40 "application/vnd.elasticsearch+x-ndjson",
41 @@ -122,7 +121,6 @@
42 "application/json",
43 "text/*",
44 "application/x-ndjson",
45 - "application/vnd.apache.arrow.stream",
46 "application/vnd.mapbox-vector-tile",
47 "application/vnd.elasticsearch+json",
48 "application/vnd.elasticsearch+x-ndjson",
49 @@ -142,7 +140,6 @@
50 "application/json",
51 "text/*",
52 "application/x-ndjson",
53 - "application/vnd.apache.arrow.stream",
54 "application/vnd.mapbox-vector-tile",
55 "application/vnd.elasticsearch+json",
56 "application/vnd.elasticsearch+x-ndjson",