elasticsearch 7.17.9__py2.py3-none-any.whl → 7.17.12__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- elasticsearch/_version.py +1 -1
- elasticsearch/serializer.py +0 -1
- {elasticsearch-7.17.9.dist-info → elasticsearch-7.17.12.dist-info}/METADATA +7 -7
- {elasticsearch-7.17.9.dist-info → elasticsearch-7.17.12.dist-info}/RECORD +8 -8
- {elasticsearch-7.17.9.dist-info → elasticsearch-7.17.12.dist-info}/WHEEL +1 -1
- {elasticsearch-7.17.9.dist-info → elasticsearch-7.17.12.dist-info}/LICENSE +0 -0
- {elasticsearch-7.17.9.dist-info → elasticsearch-7.17.12.dist-info}/NOTICE +0 -0
- {elasticsearch-7.17.9.dist-info → elasticsearch-7.17.12.dist-info}/top_level.txt +0 -0
elasticsearch/_version.py
CHANGED
elasticsearch/serializer.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: elasticsearch
|
|
3
|
-
Version: 7.17.
|
|
3
|
+
Version: 7.17.12
|
|
4
4
|
Summary: Python client for Elasticsearch
|
|
5
5
|
Home-page: https://github.com/elastic/elasticsearch-py
|
|
6
6
|
Author: Honza Král, Nick Lang
|
|
@@ -31,26 +31,26 @@ Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
|
|
|
31
31
|
Description-Content-Type: text/x-rst
|
|
32
32
|
License-File: LICENSE
|
|
33
33
|
License-File: NOTICE
|
|
34
|
-
Requires-Dist: urllib3
|
|
34
|
+
Requires-Dist: urllib3 <2,>=1.21.1
|
|
35
35
|
Requires-Dist: certifi
|
|
36
36
|
Provides-Extra: async
|
|
37
|
-
Requires-Dist: aiohttp
|
|
37
|
+
Requires-Dist: aiohttp <4,>=3 ; extra == 'async'
|
|
38
38
|
Provides-Extra: develop
|
|
39
|
-
Requires-Dist: requests
|
|
39
|
+
Requires-Dist: requests <3.0.0,>=2.0.0 ; extra == 'develop'
|
|
40
40
|
Requires-Dist: coverage ; extra == 'develop'
|
|
41
41
|
Requires-Dist: mock ; extra == 'develop'
|
|
42
42
|
Requires-Dist: pyyaml ; extra == 'develop'
|
|
43
43
|
Requires-Dist: pytest ; extra == 'develop'
|
|
44
44
|
Requires-Dist: pytest-cov ; extra == 'develop'
|
|
45
|
-
Requires-Dist: sphinx
|
|
45
|
+
Requires-Dist: sphinx <1.7 ; extra == 'develop'
|
|
46
46
|
Requires-Dist: sphinx-rtd-theme ; extra == 'develop'
|
|
47
47
|
Requires-Dist: black ; extra == 'develop'
|
|
48
48
|
Requires-Dist: jinja2 ; extra == 'develop'
|
|
49
49
|
Provides-Extra: docs
|
|
50
|
-
Requires-Dist: sphinx
|
|
50
|
+
Requires-Dist: sphinx <1.7 ; extra == 'docs'
|
|
51
51
|
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
|
|
52
52
|
Provides-Extra: requests
|
|
53
|
-
Requires-Dist: requests
|
|
53
|
+
Requires-Dist: requests <3.0.0,>=2.4.0 ; extra == 'requests'
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
elasticsearch/__init__.py,sha256=xugicKzbGRAiBIFEGkXlBwERxtk29uw0phlhX7FEpVU,3559
|
|
2
2
|
elasticsearch/__init__.pyi,sha256=beYuxOMnPK20DX3qku13R4Q0qs4_n79yPKOnGBuwq1o,2702
|
|
3
|
-
elasticsearch/_version.py,sha256=
|
|
3
|
+
elasticsearch/_version.py,sha256=FEHNhsZrQGBz-wiO48d2HYAAFPPe5OKOtC6ErVHHWJs,815
|
|
4
4
|
elasticsearch/compat.py,sha256=nRLIDlLRtvlXrKN2WGkggmUKDcYHAG8GeZy2fCwDyrw,2350
|
|
5
5
|
elasticsearch/compat.pyi,sha256=AFFckLO9m4lU2CeC5gdJSydttvHxrFf09CyuqP_b_QQ,1660
|
|
6
6
|
elasticsearch/connection_pool.py,sha256=S-I9VlEvmKIiZzbT0BILpQDSVfsIB7V9VZVdL4gS2tY,11505
|
|
@@ -8,7 +8,7 @@ elasticsearch/connection_pool.pyi,sha256=a3sNCiSGCnkH2LmnIvgyT9af4DjNTbMrlzCVwn5
|
|
|
8
8
|
elasticsearch/exceptions.py,sha256=W4Tj2uYhSpqZCkMKFX0FCZ6SIQGnDnPIfq_6-zo_J_4,5267
|
|
9
9
|
elasticsearch/exceptions.pyi,sha256=iiSWdraQ5NQ-X_dwJPKfZjw4JZw4TxOO2lCTNj07haY,1858
|
|
10
10
|
elasticsearch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
elasticsearch/serializer.py,sha256=
|
|
11
|
+
elasticsearch/serializer.py,sha256=nR-_xHiNgC2qx86hJhXH5n8xAi-fIALKiWnzm06eEUQ,7524
|
|
12
12
|
elasticsearch/serializer.pyi,sha256=drA5Yto11fZJ9EDr85_OMmyQNkednM-Jo7eTK5y9IlM,1736
|
|
13
13
|
elasticsearch/transport.py,sha256=7pSLzP6ySQLsJZUC57zTI4yQei59fCfFpY5IyjOQJiI,28068
|
|
14
14
|
elasticsearch/transport.pyi,sha256=tZxXKY8FbjjeKLkA37u4YFa-E2oljzQ08Xb5SwBoKlQ,3259
|
|
@@ -194,9 +194,9 @@ elasticsearch/helpers/errors.py,sha256=5tUBxn0wKQdq5hXGkxJ7o7Z1PfMvhP02Vro_FWsUC
|
|
|
194
194
|
elasticsearch/helpers/errors.pyi,sha256=Sys5SYKmyF_iKBu72f7bWUDcU9qiH6rg0r0uwJlmUMo,1106
|
|
195
195
|
elasticsearch/helpers/test.py,sha256=cTPsf30uv91zk51MdrILP7mKfJVznGje4lEFxN2F0ho,3168
|
|
196
196
|
elasticsearch/helpers/test.pyi,sha256=ywlcwfTBgXVymR8rq4WMmq9w5_imxDU44NWU_o84tV0,1319
|
|
197
|
-
elasticsearch-7.17.
|
|
198
|
-
elasticsearch-7.17.
|
|
199
|
-
elasticsearch-7.17.
|
|
200
|
-
elasticsearch-7.17.
|
|
201
|
-
elasticsearch-7.17.
|
|
202
|
-
elasticsearch-7.17.
|
|
197
|
+
elasticsearch-7.17.12.dist-info/LICENSE,sha256=XfKg2H1sVi8OoRxoisUlMqoo10TKvHmU_wU39ks7MyA,10143
|
|
198
|
+
elasticsearch-7.17.12.dist-info/METADATA,sha256=xgJRfARDMzMZ3r_0UVkziUqB6zktXj4ogBDBOrLxV9o,5673
|
|
199
|
+
elasticsearch-7.17.12.dist-info/NOTICE,sha256=t4IjKAJ_G-0hYaL4AH16CVS_xDel8UXrJVK6x7JDaGA,61
|
|
200
|
+
elasticsearch-7.17.12.dist-info/WHEEL,sha256=qUzzGenXXuJTzyjFah76kDVqDvnk-YDzY00svnrl84w,109
|
|
201
|
+
elasticsearch-7.17.12.dist-info/top_level.txt,sha256=Jp2bLWq49skvCN4YCZsg1Hfn_NDLgleC-x-Bn01_HgM,14
|
|
202
|
+
elasticsearch-7.17.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|