ant-ray-nightly 3.0.0.dev20251006__cp312-cp312-macosx_14_0_arm64.whl → 3.0.0.dev20251015__cp312-cp312-macosx_14_0_arm64.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.
Potentially problematic release.
This version of ant-ray-nightly might be problematic. Click here for more details.
- {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/METADATA +105 -105
- {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/RECORD +100 -100
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_cparser.pxd.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_find_header.pxd.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_http_parser.pyx.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_http_writer.pyx.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/hdrs.py.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/__init__.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_cookie_helpers.py +2 -6
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_parser.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_parser.pyx +1 -3
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_writer.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_writer.pyx +9 -7
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/.hash/mask.pxd.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/.hash/mask.pyx.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/.hash/reader_c.pxd.hash +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/mask.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/reader_c.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/abc.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client_reqrep.py +13 -4
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/compression_utils.py +31 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/formdata.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_parser.py +18 -3
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/multipart.py +4 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/streams.py +8 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_fileresponse.py +4 -4
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_urldispatcher.py +3 -1
- ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/METADATA +24 -12
- ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/RECORD +33 -33
- ray/_private/runtime_env/agent/thirdparty_files/attr/__init__.pyi +4 -4
- ray/_private/runtime_env/agent/thirdparty_files/attr/_compat.py +8 -3
- ray/_private/runtime_env/agent/thirdparty_files/attr/_funcs.py +45 -16
- ray/_private/runtime_env/agent/thirdparty_files/attr/_make.py +334 -95
- ray/_private/runtime_env/agent/thirdparty_files/attr/_next_gen.py +58 -7
- ray/_private/runtime_env/agent/thirdparty_files/attr/_version_info.py +3 -0
- ray/_private/runtime_env/agent/thirdparty_files/attr/validators.py +51 -13
- ray/_private/runtime_env/agent/thirdparty_files/attr/validators.pyi +59 -5
- ray/_private/runtime_env/agent/thirdparty_files/attrs/__init__.py +4 -1
- ray/_private/runtime_env/agent/thirdparty_files/attrs/__init__.pyi +58 -7
- ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/METADATA +63 -60
- ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/RECORD +15 -15
- ray/_private/runtime_env/agent/thirdparty_files/frozenlist/__init__.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/frozenlist/_frozenlist.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/METADATA +47 -1
- ray/_private/runtime_env/agent/thirdparty_files/frozenlist-1.8.0.dist-info/RECORD +12 -0
- ray/_private/runtime_env/agent/thirdparty_files/idna/codec.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/idna/core.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/idna/idnadata.py +72 -6
- ray/_private/runtime_env/agent/thirdparty_files/idna/package_data.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/idna/uts46data.py +891 -731
- ray/_private/runtime_env/agent/thirdparty_files/{idna-3.10.dist-info → idna-3.11.dist-info}/METADATA +37 -78
- ray/_private/runtime_env/agent/thirdparty_files/idna-3.11.dist-info/RECORD +22 -0
- ray/_private/runtime_env/agent/thirdparty_files/{idna-3.10.dist-info → idna-3.11.dist-info}/WHEEL +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/{idna-3.10.dist-info → idna-3.11.dist-info/licenses}/LICENSE.md +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/multidict/__init__.py +9 -8
- ray/_private/runtime_env/agent/thirdparty_files/multidict/_multidict.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/METADATA +2 -1
- ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/RECORD +8 -8
- ray/_private/runtime_env/agent/thirdparty_files/propcache/__init__.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/propcache/_helpers_c.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/propcache/_helpers_c.pyx +4 -5
- ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/METADATA +31 -1
- ray/_private/runtime_env/agent/thirdparty_files/propcache-0.4.1.dist-info/RECORD +18 -0
- ray/_private/runtime_env/agent/thirdparty_files/yarl/__init__.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/yarl/_quoting_c.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/METADATA +20 -1
- ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/RECORD +9 -9
- ray/thirdparty_files/setproctitle-1.2.2.dist-info/RECORD +1 -1
- ray/thirdparty_files/setproctitle.cpython-312-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/frozenlist-1.7.0.dist-info/RECORD +0 -12
- ray/_private/runtime_env/agent/thirdparty_files/idna-3.10.dist-info/RECORD +0 -22
- ray/_private/runtime_env/agent/thirdparty_files/propcache-0.4.0.dist-info/RECORD +0 -18
- {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/WHEEL +0 -0
- {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/entry_points.txt +0 -0
- {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/top_level.txt +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/REQUESTED +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/WHEEL +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/licenses/LICENSE.txt +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/licenses/vendor/llhttp/LICENSE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/top_level.txt +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/WHEEL +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/licenses/LICENSE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/WHEEL +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/licenses/LICENSE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/top_level.txt +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{idna-3.10.dist-info → idna-3.11.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/WHEEL +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/licenses/LICENSE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/top_level.txt +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/WHEEL +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/licenses/LICENSE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/licenses/NOTICE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/top_level.txt +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/WHEEL +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/licenses/LICENSE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/licenses/NOTICE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
attr/__init__.py,sha256=fOYIvt1eGSqQre4uCS3sJWKZ0mwAuC8UD6qba5OS9_U,2057
|
|
2
|
-
attr/__init__.pyi,sha256=
|
|
2
|
+
attr/__init__.pyi,sha256=IZkzIjvtbRqDWGkDBIF9dd12FgDa379JYq3GHnVOvFQ,11309
|
|
3
3
|
attr/__pycache__/__init__.cpython-312.pyc,,
|
|
4
4
|
attr/__pycache__/_cmp.cpython-312.pyc,,
|
|
5
5
|
attr/__pycache__/_compat.cpython-312.pyc,,
|
|
@@ -15,13 +15,13 @@ attr/__pycache__/setters.cpython-312.pyc,,
|
|
|
15
15
|
attr/__pycache__/validators.cpython-312.pyc,,
|
|
16
16
|
attr/_cmp.py,sha256=3Nn1TjxllUYiX_nJoVnEkXoDk0hM1DYKj5DE7GZe4i0,4117
|
|
17
17
|
attr/_cmp.pyi,sha256=U-_RU_UZOyPUEQzXE6RMYQQcjkZRY25wTH99sN0s7MM,368
|
|
18
|
-
attr/_compat.py,sha256=
|
|
18
|
+
attr/_compat.py,sha256=x0g7iEUOnBVJC72zyFCgb1eKqyxS-7f2LGnNyZ_r95s,2829
|
|
19
19
|
attr/_config.py,sha256=dGq3xR6fgZEF6UBt_L0T-eUHIB4i43kRmH0P28sJVw8,843
|
|
20
|
-
attr/_funcs.py,sha256=
|
|
21
|
-
attr/_make.py,sha256=
|
|
22
|
-
attr/_next_gen.py,sha256=
|
|
20
|
+
attr/_funcs.py,sha256=Ix5IETTfz5F01F-12MF_CSFomIn2h8b67EVVz2gCtBE,16479
|
|
21
|
+
attr/_make.py,sha256=NRJDGS8syg2h3YNflVNoK2FwR3CpdSZxx8M6lacwljA,104141
|
|
22
|
+
attr/_next_gen.py,sha256=BQtCUlzwg2gWHTYXBQvrEYBnzBUrDvO57u0Py6UCPhc,26274
|
|
23
23
|
attr/_typing_compat.pyi,sha256=XDP54TUn-ZKhD62TOQebmzrwFyomhUCoGRpclb6alRA,469
|
|
24
|
-
attr/_version_info.py,sha256=
|
|
24
|
+
attr/_version_info.py,sha256=w4R-FYC3NK_kMkGUWJlYP4cVAlH9HRaC-um3fcjYkHM,2222
|
|
25
25
|
attr/_version_info.pyi,sha256=x_M3L3WuB7r_ULXAWjx959udKQ4HLB8l-hsc1FDGNvk,209
|
|
26
26
|
attr/converters.py,sha256=GlDeOzPeTFgeBBLbj9G57Ez5lAk68uhSALRYJ_exe84,3861
|
|
27
27
|
attr/converters.pyi,sha256=orU2bff-VjQa2kMDyvnMQV73oJT2WRyQuw4ZR1ym1bE,643
|
|
@@ -32,15 +32,15 @@ attr/filters.pyi,sha256=3J5BG-dTxltBk1_-RuNRUHrv2qu1v8v4aDNAQ7_mifA,208
|
|
|
32
32
|
attr/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
33
33
|
attr/setters.py,sha256=5-dcT63GQK35ONEzSgfXCkbB7pPkaR-qv15mm4PVSzQ,1617
|
|
34
34
|
attr/setters.pyi,sha256=NnVkaFU1BB4JB8E4JuXyrzTUgvtMpj8p3wBdJY7uix4,584
|
|
35
|
-
attr/validators.py,sha256=
|
|
36
|
-
attr/validators.pyi,sha256=
|
|
37
|
-
attrs-25.
|
|
38
|
-
attrs-25.
|
|
39
|
-
attrs-25.
|
|
40
|
-
attrs-25.
|
|
41
|
-
attrs-25.
|
|
42
|
-
attrs/__init__.py,sha256=
|
|
43
|
-
attrs/__init__.pyi,sha256=
|
|
35
|
+
attr/validators.py,sha256=1BnYGTuYvSucGEI4ju-RPNJteVzG0ZlfWpJiWoSFHQ8,21458
|
|
36
|
+
attr/validators.pyi,sha256=ftmW3m4KJ3pQcIXAj-BejT7BY4ZfqrC1G-5W7XvoPds,4082
|
|
37
|
+
attrs-25.4.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
|
38
|
+
attrs-25.4.0.dist-info/METADATA,sha256=2Rerxj7agcMRxiwdkt6lC2guqHAmkGKCH13nWWK7ZoQ,10473
|
|
39
|
+
attrs-25.4.0.dist-info/RECORD,,
|
|
40
|
+
attrs-25.4.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
41
|
+
attrs-25.4.0.dist-info/licenses/LICENSE,sha256=iCEVyV38KvHutnFPjsbVy8q_Znyv-HKfQkINpj9xTp8,1109
|
|
42
|
+
attrs/__init__.py,sha256=RxaAZNwYiEh-fcvHLZNpQ_DWKni73M_jxEPEftiq1Zc,1183
|
|
43
|
+
attrs/__init__.pyi,sha256=2gV79g9UxJppGSM48hAZJ6h_MHb70dZoJL31ZNJeZYI,9416
|
|
44
44
|
attrs/__pycache__/__init__.cpython-312.pyc,,
|
|
45
45
|
attrs/__pycache__/converters.cpython-312.pyc,,
|
|
46
46
|
attrs/__pycache__/exceptions.cpython-312.pyc,,
|
ray/_private/runtime_env/agent/thirdparty_files/frozenlist/_frozenlist.cpython-312-darwin.so
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: frozenlist
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.8.0
|
|
4
4
|
Summary: A list-like structure which implements collections.abc.MutableSequence
|
|
5
5
|
Home-page: https://github.com/aio-libs/frozenlist
|
|
6
6
|
Maintainer: aiohttp team <team@aiohttp.org>
|
|
@@ -28,6 +28,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
28
28
|
Classifier: Programming Language :: Python :: 3.11
|
|
29
29
|
Classifier: Programming Language :: Python :: 3.12
|
|
30
30
|
Classifier: Programming Language :: Python :: 3.13
|
|
31
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
31
32
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
32
33
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
33
34
|
Requires-Python: >=3.9
|
|
@@ -161,6 +162,51 @@ Changelog
|
|
|
161
162
|
|
|
162
163
|
.. towncrier release notes start
|
|
163
164
|
|
|
165
|
+
v1.8.0
|
|
166
|
+
======
|
|
167
|
+
|
|
168
|
+
*(2025-10-05)*
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
Contributor-facing changes
|
|
172
|
+
--------------------------
|
|
173
|
+
|
|
174
|
+
- The ``reusable-cibuildwheel.yml`` workflow has been refactored to
|
|
175
|
+
be more generic and ``ci-cd.yml`` now holds all the configuration
|
|
176
|
+
toggles -- by `@webknjaz <https://github.com/sponsors/webknjaz>`__.
|
|
177
|
+
|
|
178
|
+
*Related issues and pull requests on GitHub:*
|
|
179
|
+
`#668 <https://github.com/aio-libs/frozenlist/issues/668>`__.
|
|
180
|
+
|
|
181
|
+
- When building wheels, the source distribution is now passed directly
|
|
182
|
+
to the ``cibuildwheel`` invocation -- by `@webknjaz <https://github.com/sponsors/webknjaz>`__.
|
|
183
|
+
|
|
184
|
+
*Related issues and pull requests on GitHub:*
|
|
185
|
+
`#669 <https://github.com/aio-libs/frozenlist/issues/669>`__.
|
|
186
|
+
|
|
187
|
+
- Builds and tests have been added to
|
|
188
|
+
``ci-cd.yml`` for arm64 Windows wheels -- by `@finnagin <https://github.com/sponsors/finnagin>`__.
|
|
189
|
+
|
|
190
|
+
*Related issues and pull requests on GitHub:*
|
|
191
|
+
`#677 <https://github.com/aio-libs/frozenlist/issues/677>`__.
|
|
192
|
+
|
|
193
|
+
- Started building wheels for CPython 3.14 -- by `@kumaraditya303 <https://github.com/sponsors/kumaraditya303>`__.
|
|
194
|
+
|
|
195
|
+
*Related issues and pull requests on GitHub:*
|
|
196
|
+
`#681 <https://github.com/aio-libs/frozenlist/issues/681>`__, `#682 <https://github.com/aio-libs/frozenlist/issues/682>`__.
|
|
197
|
+
|
|
198
|
+
- Removed ``--config-settings=pure-python=false`` from ``requirements/dev.txt``.
|
|
199
|
+
Developers on CPython still get accelerated builds by default. To explicitly build
|
|
200
|
+
a pure Python wheel, use ``pip install -e . --config-settings=pure-python=true``
|
|
201
|
+
-- by `@bdraco <https://github.com/sponsors/bdraco>`__.
|
|
202
|
+
|
|
203
|
+
*Related issues and pull requests on GitHub:*
|
|
204
|
+
`#687 <https://github.com/aio-libs/frozenlist/issues/687>`__.
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
----
|
|
208
|
+
|
|
209
|
+
|
|
164
210
|
v1.7.0
|
|
165
211
|
======
|
|
166
212
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
frozenlist-1.8.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
|
2
|
+
frozenlist-1.8.0.dist-info/METADATA,sha256=lGwi3J9-LHby1pjwCkMG2-Sagg4rPxoOIv5ShsvsNfE,20333
|
|
3
|
+
frozenlist-1.8.0.dist-info/RECORD,,
|
|
4
|
+
frozenlist-1.8.0.dist-info/WHEEL,sha256=V1loQ6TpxABu1APUg0MoTRBOzSKT5xVc3skizX-ovCU,136
|
|
5
|
+
frozenlist-1.8.0.dist-info/licenses/LICENSE,sha256=b9UkPpLdf5jsacesN3co50kFcJ_1J6W_mNbQJjwE9bY,11332
|
|
6
|
+
frozenlist-1.8.0.dist-info/top_level.txt,sha256=jivtxsPXA3nK3WBWW2LW5Mtu_GHt8UZA13NeCs2cKuA,11
|
|
7
|
+
frozenlist/__init__.py,sha256=xAIE2u9ncAbjATGIPfno_OJfe8AQ-1h7z_uc73dYsEA,2108
|
|
8
|
+
frozenlist/__init__.pyi,sha256=vMEoES1xGegPtVXoCi9XydEeHsyuIq-KdeXwP5PdsaA,1470
|
|
9
|
+
frozenlist/__pycache__/__init__.cpython-312.pyc,,
|
|
10
|
+
frozenlist/_frozenlist.cpython-312-darwin.so,sha256=or8W-MpMT7MROi78yApWTy8wl-uVoo4CRUWvs3k823Q,144864
|
|
11
|
+
frozenlist/_frozenlist.pyx,sha256=t-aGjuEiVt_MZPBJ0RnraavVmPBK6arz3i48ZvXuYsU,3708
|
|
12
|
+
frozenlist/py.typed,sha256=sow9soTwP9T_gEAQSVh7Gb8855h04Nwmhs2We-JRgZM,7
|
|
@@ -111,7 +111,7 @@ def search_function(name: str) -> Optional[codecs.CodecInfo]:
|
|
|
111
111
|
return codecs.CodecInfo(
|
|
112
112
|
name=name,
|
|
113
113
|
encode=Codec().encode,
|
|
114
|
-
decode=Codec().decode,
|
|
114
|
+
decode=Codec().decode, # type: ignore
|
|
115
115
|
incrementalencoder=IncrementalEncoder,
|
|
116
116
|
incrementaldecoder=IncrementalDecoder,
|
|
117
117
|
streamwriter=StreamWriter,
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# This file is automatically generated by tools/idna-data
|
|
2
2
|
|
|
3
|
-
__version__ = "
|
|
3
|
+
__version__ = "16.0.0"
|
|
4
|
+
|
|
4
5
|
scripts = {
|
|
5
6
|
"Greek": (
|
|
6
7
|
0x37000000374,
|
|
@@ -727,6 +728,7 @@ joining_types = {
|
|
|
727
728
|
0x88C: 68,
|
|
728
729
|
0x88D: 68,
|
|
729
730
|
0x88E: 82,
|
|
731
|
+
0x897: 84,
|
|
730
732
|
0x898: 84,
|
|
731
733
|
0x899: 84,
|
|
732
734
|
0x89A: 84,
|
|
@@ -1873,8 +1875,17 @@ joining_types = {
|
|
|
1873
1875
|
0x10D25: 84,
|
|
1874
1876
|
0x10D26: 84,
|
|
1875
1877
|
0x10D27: 84,
|
|
1878
|
+
0x10D69: 84,
|
|
1879
|
+
0x10D6A: 84,
|
|
1880
|
+
0x10D6B: 84,
|
|
1881
|
+
0x10D6C: 84,
|
|
1882
|
+
0x10D6D: 84,
|
|
1876
1883
|
0x10EAB: 84,
|
|
1877
1884
|
0x10EAC: 84,
|
|
1885
|
+
0x10EC2: 82,
|
|
1886
|
+
0x10EC3: 68,
|
|
1887
|
+
0x10EC4: 68,
|
|
1888
|
+
0x10EFC: 84,
|
|
1878
1889
|
0x10EFD: 84,
|
|
1879
1890
|
0x10EFE: 84,
|
|
1880
1891
|
0x10EFF: 84,
|
|
@@ -2053,6 +2064,17 @@ joining_types = {
|
|
|
2053
2064
|
0x11372: 84,
|
|
2054
2065
|
0x11373: 84,
|
|
2055
2066
|
0x11374: 84,
|
|
2067
|
+
0x113BB: 84,
|
|
2068
|
+
0x113BC: 84,
|
|
2069
|
+
0x113BD: 84,
|
|
2070
|
+
0x113BE: 84,
|
|
2071
|
+
0x113BF: 84,
|
|
2072
|
+
0x113C0: 84,
|
|
2073
|
+
0x113CE: 84,
|
|
2074
|
+
0x113D0: 84,
|
|
2075
|
+
0x113D2: 84,
|
|
2076
|
+
0x113E1: 84,
|
|
2077
|
+
0x113E2: 84,
|
|
2056
2078
|
0x11438: 84,
|
|
2057
2079
|
0x11439: 84,
|
|
2058
2080
|
0x1143A: 84,
|
|
@@ -2108,7 +2130,6 @@ joining_types = {
|
|
|
2108
2130
|
0x116B5: 84,
|
|
2109
2131
|
0x116B7: 84,
|
|
2110
2132
|
0x1171D: 84,
|
|
2111
|
-
0x1171E: 84,
|
|
2112
2133
|
0x1171F: 84,
|
|
2113
2134
|
0x11722: 84,
|
|
2114
2135
|
0x11723: 84,
|
|
@@ -2265,6 +2286,7 @@ joining_types = {
|
|
|
2265
2286
|
0x11F3A: 84,
|
|
2266
2287
|
0x11F40: 84,
|
|
2267
2288
|
0x11F42: 84,
|
|
2289
|
+
0x11F5A: 84,
|
|
2268
2290
|
0x13430: 84,
|
|
2269
2291
|
0x13431: 84,
|
|
2270
2292
|
0x13432: 84,
|
|
@@ -2297,6 +2319,21 @@ joining_types = {
|
|
|
2297
2319
|
0x13453: 84,
|
|
2298
2320
|
0x13454: 84,
|
|
2299
2321
|
0x13455: 84,
|
|
2322
|
+
0x1611E: 84,
|
|
2323
|
+
0x1611F: 84,
|
|
2324
|
+
0x16120: 84,
|
|
2325
|
+
0x16121: 84,
|
|
2326
|
+
0x16122: 84,
|
|
2327
|
+
0x16123: 84,
|
|
2328
|
+
0x16124: 84,
|
|
2329
|
+
0x16125: 84,
|
|
2330
|
+
0x16126: 84,
|
|
2331
|
+
0x16127: 84,
|
|
2332
|
+
0x16128: 84,
|
|
2333
|
+
0x16129: 84,
|
|
2334
|
+
0x1612D: 84,
|
|
2335
|
+
0x1612E: 84,
|
|
2336
|
+
0x1612F: 84,
|
|
2300
2337
|
0x16AF0: 84,
|
|
2301
2338
|
0x16AF1: 84,
|
|
2302
2339
|
0x16AF2: 84,
|
|
@@ -2605,6 +2642,8 @@ joining_types = {
|
|
|
2605
2642
|
0x1E4ED: 84,
|
|
2606
2643
|
0x1E4EE: 84,
|
|
2607
2644
|
0x1E4EF: 84,
|
|
2645
|
+
0x1E5EE: 84,
|
|
2646
|
+
0x1E5EF: 84,
|
|
2608
2647
|
0x1E8D0: 84,
|
|
2609
2648
|
0x1E8D1: 84,
|
|
2610
2649
|
0x1E8D2: 84,
|
|
@@ -3328,7 +3367,7 @@ codepoint_classes = {
|
|
|
3328
3367
|
0x8600000086B,
|
|
3329
3368
|
0x87000000888,
|
|
3330
3369
|
0x8890000088F,
|
|
3331
|
-
|
|
3370
|
+
0x897000008E2,
|
|
3332
3371
|
0x8E300000958,
|
|
3333
3372
|
0x96000000964,
|
|
3334
3373
|
0x96600000970,
|
|
@@ -3563,6 +3602,7 @@ codepoint_classes = {
|
|
|
3563
3602
|
0x1C0000001C38,
|
|
3564
3603
|
0x1C4000001C4A,
|
|
3565
3604
|
0x1C4D00001C7E,
|
|
3605
|
+
0x1C8A00001C8B,
|
|
3566
3606
|
0x1CD000001CD3,
|
|
3567
3607
|
0x1CD400001CFB,
|
|
3568
3608
|
0x1D0000001D2C,
|
|
@@ -3926,11 +3966,13 @@ codepoint_classes = {
|
|
|
3926
3966
|
0xA7C30000A7C4,
|
|
3927
3967
|
0xA7C80000A7C9,
|
|
3928
3968
|
0xA7CA0000A7CB,
|
|
3969
|
+
0xA7CD0000A7CE,
|
|
3929
3970
|
0xA7D10000A7D2,
|
|
3930
3971
|
0xA7D30000A7D4,
|
|
3931
3972
|
0xA7D50000A7D6,
|
|
3932
3973
|
0xA7D70000A7D8,
|
|
3933
3974
|
0xA7D90000A7DA,
|
|
3975
|
+
0xA7DB0000A7DC,
|
|
3934
3976
|
0xA7F60000A7F8,
|
|
3935
3977
|
0xA7FA0000A828,
|
|
3936
3978
|
0xA82C0000A82D,
|
|
@@ -4000,6 +4042,7 @@ codepoint_classes = {
|
|
|
4000
4042
|
0x105A3000105B2,
|
|
4001
4043
|
0x105B3000105BA,
|
|
4002
4044
|
0x105BB000105BD,
|
|
4045
|
+
0x105C0000105F4,
|
|
4003
4046
|
0x1060000010737,
|
|
4004
4047
|
0x1074000010756,
|
|
4005
4048
|
0x1076000010768,
|
|
@@ -4037,10 +4080,14 @@ codepoint_classes = {
|
|
|
4037
4080
|
0x10CC000010CF3,
|
|
4038
4081
|
0x10D0000010D28,
|
|
4039
4082
|
0x10D3000010D3A,
|
|
4083
|
+
0x10D4000010D50,
|
|
4084
|
+
0x10D6900010D6E,
|
|
4085
|
+
0x10D6F00010D86,
|
|
4040
4086
|
0x10E8000010EAA,
|
|
4041
4087
|
0x10EAB00010EAD,
|
|
4042
4088
|
0x10EB000010EB2,
|
|
4043
|
-
|
|
4089
|
+
0x10EC200010EC5,
|
|
4090
|
+
0x10EFC00010F1D,
|
|
4044
4091
|
0x10F2700010F28,
|
|
4045
4092
|
0x10F3000010F51,
|
|
4046
4093
|
0x10F7000010F86,
|
|
@@ -4086,6 +4133,16 @@ codepoint_classes = {
|
|
|
4086
4133
|
0x1135D00011364,
|
|
4087
4134
|
0x113660001136D,
|
|
4088
4135
|
0x1137000011375,
|
|
4136
|
+
0x113800001138A,
|
|
4137
|
+
0x1138B0001138C,
|
|
4138
|
+
0x1138E0001138F,
|
|
4139
|
+
0x11390000113B6,
|
|
4140
|
+
0x113B7000113C1,
|
|
4141
|
+
0x113C2000113C3,
|
|
4142
|
+
0x113C5000113C6,
|
|
4143
|
+
0x113C7000113CB,
|
|
4144
|
+
0x113CC000113D4,
|
|
4145
|
+
0x113E1000113E3,
|
|
4089
4146
|
0x114000001144B,
|
|
4090
4147
|
0x114500001145A,
|
|
4091
4148
|
0x1145E00011462,
|
|
@@ -4100,6 +4157,7 @@ codepoint_classes = {
|
|
|
4100
4157
|
0x116500001165A,
|
|
4101
4158
|
0x11680000116B9,
|
|
4102
4159
|
0x116C0000116CA,
|
|
4160
|
+
0x116D0000116E4,
|
|
4103
4161
|
0x117000001171B,
|
|
4104
4162
|
0x1171D0001172C,
|
|
4105
4163
|
0x117300001173A,
|
|
@@ -4123,6 +4181,8 @@ codepoint_classes = {
|
|
|
4123
4181
|
0x11A5000011A9A,
|
|
4124
4182
|
0x11A9D00011A9E,
|
|
4125
4183
|
0x11AB000011AF9,
|
|
4184
|
+
0x11BC000011BE1,
|
|
4185
|
+
0x11BF000011BFA,
|
|
4126
4186
|
0x11C0000011C09,
|
|
4127
4187
|
0x11C0A00011C37,
|
|
4128
4188
|
0x11C3800011C41,
|
|
@@ -4147,14 +4207,16 @@ codepoint_classes = {
|
|
|
4147
4207
|
0x11F0000011F11,
|
|
4148
4208
|
0x11F1200011F3B,
|
|
4149
4209
|
0x11F3E00011F43,
|
|
4150
|
-
|
|
4210
|
+
0x11F5000011F5B,
|
|
4151
4211
|
0x11FB000011FB1,
|
|
4152
4212
|
0x120000001239A,
|
|
4153
4213
|
0x1248000012544,
|
|
4154
4214
|
0x12F9000012FF1,
|
|
4155
4215
|
0x1300000013430,
|
|
4156
4216
|
0x1344000013456,
|
|
4217
|
+
0x13460000143FB,
|
|
4157
4218
|
0x1440000014647,
|
|
4219
|
+
0x161000001613A,
|
|
4158
4220
|
0x1680000016A39,
|
|
4159
4221
|
0x16A4000016A5F,
|
|
4160
4222
|
0x16A6000016A6A,
|
|
@@ -4167,6 +4229,8 @@ codepoint_classes = {
|
|
|
4167
4229
|
0x16B5000016B5A,
|
|
4168
4230
|
0x16B6300016B78,
|
|
4169
4231
|
0x16B7D00016B90,
|
|
4232
|
+
0x16D4000016D6D,
|
|
4233
|
+
0x16D7000016D7A,
|
|
4170
4234
|
0x16E6000016E80,
|
|
4171
4235
|
0x16F0000016F4B,
|
|
4172
4236
|
0x16F4F00016F88,
|
|
@@ -4176,7 +4240,7 @@ codepoint_classes = {
|
|
|
4176
4240
|
0x16FF000016FF2,
|
|
4177
4241
|
0x17000000187F8,
|
|
4178
4242
|
0x1880000018CD6,
|
|
4179
|
-
|
|
4243
|
+
0x18CFF00018D09,
|
|
4180
4244
|
0x1AFF00001AFF4,
|
|
4181
4245
|
0x1AFF50001AFFC,
|
|
4182
4246
|
0x1AFFD0001AFFF,
|
|
@@ -4191,6 +4255,7 @@ codepoint_classes = {
|
|
|
4191
4255
|
0x1BC800001BC89,
|
|
4192
4256
|
0x1BC900001BC9A,
|
|
4193
4257
|
0x1BC9D0001BC9F,
|
|
4258
|
+
0x1CCF00001CCFA,
|
|
4194
4259
|
0x1CF000001CF2E,
|
|
4195
4260
|
0x1CF300001CF47,
|
|
4196
4261
|
0x1DA000001DA37,
|
|
@@ -4214,6 +4279,7 @@ codepoint_classes = {
|
|
|
4214
4279
|
0x1E2900001E2AF,
|
|
4215
4280
|
0x1E2C00001E2FA,
|
|
4216
4281
|
0x1E4D00001E4FA,
|
|
4282
|
+
0x1E5D00001E5FB,
|
|
4217
4283
|
0x1E7E00001E7E7,
|
|
4218
4284
|
0x1E7E80001E7EC,
|
|
4219
4285
|
0x1E7ED0001E7EF,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "3.
|
|
1
|
+
__version__ = "3.11"
|