From 9bfe717efcf0c384e4109afbedd9fdad8ba93788 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 14:02:55 +0000 Subject: [PATCH 1/9] docs: add tree-sitter-c-sharp Add version 0.23.5 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- ci_scripts/packages.txt | 63 +++++++++++++------------- docs/packages/tree-sitter-c-sharp.yaml | 10 ++++ 2 files changed, 42 insertions(+), 31 deletions(-) create mode 100644 docs/packages/tree-sitter-c-sharp.yaml diff --git a/ci_scripts/packages.txt b/ci_scripts/packages.txt index bfb0d23e0..72d1adac9 100644 --- a/ci_scripts/packages.txt +++ b/ci_scripts/packages.txt @@ -18,27 +18,27 @@ bcrypt biopython bitarray black -cbor2 -bottleneck blis bluetooth-data-tools +bottleneck brotli -cachebox +brotlicffi burner-redis +cachebox caio -brotlicffi +cbor2 cffi -ciso8601 cftime +ciso8601 citiespy clarabel clickhouse-connect clickhouse-driver confluent-kafka contourpy +cramjam crc32c crcmod-plus -cramjam cryptography cymem cython @@ -51,9 +51,9 @@ djlint dlib-bin duckdb dulwich -faiss-cpu editdistance ezdxf +faiss-cpu fastavro fastparquet fastrlock @@ -63,9 +63,9 @@ frozenlist gevent geventhttpclient google-crc32c -grimp -granian google-re2 +granian +grimp grpcio h3 h5py @@ -78,19 +78,19 @@ httpr httptools hypothesis ijson -lazy-object-proxy -jellyfish inflate64 +jellyfish jpype1 +lazy-object-proxy levenshtein libcst lightgbm litellm -lmnr-claude-code-proxy lmdb +lmnr-claude-code-proxy lz4 -marisa-trie magika +marisa-trie matplotlib maxminddb memray @@ -100,18 +100,18 @@ msgspec multidict murmurhash mypy -numcodecs mysql-connector-python -newrelic ndindex netcdf4 +newrelic +numcodecs numexpr numpy onnx onnxruntime openai-harmony -opencv-python-headless opencv-python +opencv-python-headless oracledb orjson ormsgpack @@ -127,12 +127,12 @@ preshed primp protobuf psutil -pyarrow -pyclipper -pybcj psygnal py-spy +pyarrow +pybcj pycares +pyclipper pycryptodome pycryptodomex pygraphviz @@ -146,10 +146,10 @@ pymupdf-layout PyNaCl pyodbc pyogrio -pyroscope-io pyppmd pyproj pyroaring +pyroscope-io pyrsistent python-bidi python-rapidjson @@ -157,16 +157,16 @@ pytokens pyuwsgi pywavelets PyYAML -regress -rtree ray rdkit +regress +rtree ruamel-yaml-clib scikit-image scikit-learn scipy -semgrep scs +semgrep sentencepiece setproctitle shapely @@ -174,15 +174,15 @@ simplejson simsimd snowflake-connector-python soundfile -spacy soxr +spacy sqlalchemy -thinc -statsmodels srsly statsig-python-core +statsmodels temporalio textual-speedups +thinc thrift tibs tiktoken @@ -192,15 +192,16 @@ tomli torch torchaudio tornado -tree-sitter-python -tree-sitter-rust -tree-sitter-c -tree-sitter-go tree-sitter-bash +tree-sitter-c +tree-sitter-c-sharp tree-sitter-cpp +tree-sitter-go tree-sitter-javascript tree-sitter-language-pack tree-sitter-languages +tree-sitter-python +tree-sitter-rust tzfpy ujson uuid-utils @@ -209,7 +210,7 @@ wandb xattr xgboost xgrammar +yappi zope-interface zopfli -yappi zstandard diff --git a/docs/packages/tree-sitter-c-sharp.yaml b/docs/packages/tree-sitter-c-sharp.yaml new file mode 100644 index 000000000..5cde28395 --- /dev/null +++ b/docs/packages/tree-sitter-c-sharp.yaml @@ -0,0 +1,10 @@ +package-name: tree-sitter-c-sharp +source-code: https://github.com/tree-sitter/tree-sitter-c-sharp +license: MIT +versions: +- version: 0.23.5 + tag: tree-sitter-c-sharp-v0.23.5-20260903140251 + files: + - filename: tree_sitter_c_sharp-0.23.5-cp310-abi3-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl + sha256: 30faf6730a32bf79514bee8fdf3175babf88d54bde8e20b689163edd5ff26c09 + requires-python: '>=3.9' From f32014d170458bb863b3c5360007fdacdea6cad4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 14:24:33 +0000 Subject: [PATCH 2/9] docs: add tree-sitter-java Add version 0.23.5 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- ci_scripts/packages.txt | 1 + docs/packages/tree-sitter-java.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/packages/tree-sitter-java.yaml diff --git a/ci_scripts/packages.txt b/ci_scripts/packages.txt index 72d1adac9..8d609bccc 100644 --- a/ci_scripts/packages.txt +++ b/ci_scripts/packages.txt @@ -197,6 +197,7 @@ tree-sitter-c tree-sitter-c-sharp tree-sitter-cpp tree-sitter-go +tree-sitter-java tree-sitter-javascript tree-sitter-language-pack tree-sitter-languages diff --git a/docs/packages/tree-sitter-java.yaml b/docs/packages/tree-sitter-java.yaml new file mode 100644 index 000000000..1c36b67ee --- /dev/null +++ b/docs/packages/tree-sitter-java.yaml @@ -0,0 +1,10 @@ +package-name: tree-sitter-java +source-code: https://github.com/tree-sitter/tree-sitter-java +license: MIT +versions: +- version: 0.23.5 + tag: tree-sitter-java-v0.23.5-20260903142428 + files: + - filename: tree_sitter_java-0.23.5-cp39-abi3-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl + sha256: 0047572194e929f0281e8a19923806f2730f9d6a481d3f440f17d10f917eb75f + requires-python: '>=3.9' From 26954b0014442503147599eb5313235db8c11eee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 14:49:13 +0000 Subject: [PATCH 3/9] docs: add tree-sitter-ruby Add version 0.23.1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- ci_scripts/packages.txt | 1 + docs/packages/tree-sitter-ruby.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/packages/tree-sitter-ruby.yaml diff --git a/ci_scripts/packages.txt b/ci_scripts/packages.txt index 8d609bccc..5451605ee 100644 --- a/ci_scripts/packages.txt +++ b/ci_scripts/packages.txt @@ -202,6 +202,7 @@ tree-sitter-javascript tree-sitter-language-pack tree-sitter-languages tree-sitter-python +tree-sitter-ruby tree-sitter-rust tzfpy ujson diff --git a/docs/packages/tree-sitter-ruby.yaml b/docs/packages/tree-sitter-ruby.yaml new file mode 100644 index 000000000..51f77efb7 --- /dev/null +++ b/docs/packages/tree-sitter-ruby.yaml @@ -0,0 +1,10 @@ +package-name: tree-sitter-ruby +source-code: https://github.com/tree-sitter/tree-sitter-ruby +license: MIT +versions: +- version: 0.23.1 + tag: tree-sitter-ruby-v0.23.1-20260903144907 + files: + - filename: tree_sitter_ruby-0.23.1-cp39-abi3-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl + sha256: 201201d4e63920444d6e8ffbf85dc71de360189f7dcd3155ce5c96af7f75292a + requires-python: '>=3.9' From 001727e849f9cacf3b222cbbaf30199248094565 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 15:04:55 +0000 Subject: [PATCH 4/9] docs: add pi-heif Add version 1.4.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- ci_scripts/packages.txt | 1 + docs/packages/pi-heif.yaml | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 docs/packages/pi-heif.yaml diff --git a/ci_scripts/packages.txt b/ci_scripts/packages.txt index 5451605ee..9f96a49b2 100644 --- a/ci_scripts/packages.txt +++ b/ci_scripts/packages.txt @@ -118,6 +118,7 @@ ormsgpack outlines-core pandas pglast +pi-heif pillow pillow-heif polars-runtime-32 diff --git a/docs/packages/pi-heif.yaml b/docs/packages/pi-heif.yaml new file mode 100644 index 000000000..89d78f5f5 --- /dev/null +++ b/docs/packages/pi-heif.yaml @@ -0,0 +1,20 @@ +package-name: pi-heif +source-code: https://github.com/bigcat88/pillow_heif +license: BSD-3-Clause +versions: +- version: 1.4.0 + patched: true + tag: pi-heif-v1.4.0-20260903150450 + files: + - filename: pi_heif-1.4.0-cp312-cp312-manylinux_2_39_riscv64.whl + sha256: 0eb9c9620613865be1c72bbf163bd4d9e6817186c7c34b08c99cd29061e444ef + requires-python: '>=3.9' + - filename: pi_heif-1.4.0-cp313-cp313-manylinux_2_39_riscv64.whl + sha256: e005984b58eff12b12b6dd91e56c260279ce2c4c45a585b5563e7b2703b6b472 + requires-python: '>=3.9' + - filename: pi_heif-1.4.0-cp314-cp314-manylinux_2_39_riscv64.whl + sha256: 52d295376998163c4d52f0bbaeafc792e60b00cf7dc12825a8c23e0f4fd323e6 + requires-python: '>=3.9' + - filename: pi_heif-1.4.0-cp314-cp314t-manylinux_2_39_riscv64.whl + sha256: 8090156a6a2be800babeed7187c124b8431724f4e503678094b10288266831a7 + requires-python: '>=3.9' From f5c86f8a0710990cc00a858cbca44ba00689c3a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 15:12:42 +0000 Subject: [PATCH 5/9] docs: add tree-sitter-php Add version 0.24.1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- ci_scripts/packages.txt | 1 + docs/packages/tree-sitter-php.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/packages/tree-sitter-php.yaml diff --git a/ci_scripts/packages.txt b/ci_scripts/packages.txt index 9f96a49b2..ce90c67c6 100644 --- a/ci_scripts/packages.txt +++ b/ci_scripts/packages.txt @@ -202,6 +202,7 @@ tree-sitter-java tree-sitter-javascript tree-sitter-language-pack tree-sitter-languages +tree-sitter-php tree-sitter-python tree-sitter-ruby tree-sitter-rust diff --git a/docs/packages/tree-sitter-php.yaml b/docs/packages/tree-sitter-php.yaml new file mode 100644 index 000000000..707977a3d --- /dev/null +++ b/docs/packages/tree-sitter-php.yaml @@ -0,0 +1,10 @@ +package-name: tree-sitter-php +source-code: https://github.com/tree-sitter/tree-sitter-php +license: MIT +versions: +- version: 0.24.1 + tag: tree-sitter-php-v0.24.1-20260903151235 + files: + - filename: tree_sitter_php-0.24.1-cp310-abi3-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl + sha256: 8f0c6c14f0ab4b9ee9fc6f626a102c7c28e1c326a4bddfadf635559f0616481c + requires-python: '>=3.10' From 1c01cff1346258cecde940206d68e5090b9753f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:11:52 +0000 Subject: [PATCH 6/9] docs: add array-record Add version 0.8.3 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- ci_scripts/packages.txt | 1 + docs/packages/array-record.yaml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 docs/packages/array-record.yaml diff --git a/ci_scripts/packages.txt b/ci_scripts/packages.txt index ce90c67c6..75c1d0a96 100644 --- a/ci_scripts/packages.txt +++ b/ci_scripts/packages.txt @@ -10,6 +10,7 @@ amazon-ion apache-tvm-ffi +array-record arro3-core astropy asyncpg diff --git a/docs/packages/array-record.yaml b/docs/packages/array-record.yaml new file mode 100644 index 000000000..a6aa34936 --- /dev/null +++ b/docs/packages/array-record.yaml @@ -0,0 +1,16 @@ +package-name: array-record +source-code: https://github.com/google/array_record +license: Apache-2.0 +versions: +- version: 0.8.3 + tag: array-record-v0.8.3-20260903161146 + files: + - filename: array_record-0.8.3-cp312-cp312-manylinux_2_39_riscv64.whl + sha256: 832370fe36a7151002d13e5d6bd2931f62bc12926589bfcf811c312ccb58344d + requires-python: '>=3.11' + - filename: array_record-0.8.3-cp313-cp313-manylinux_2_39_riscv64.whl + sha256: 9b9db80f94715d8caa091370190945c622847ca8b1e2fa1c4552200cfa940959 + requires-python: '>=3.11' + - filename: array_record-0.8.3-cp314-cp314-manylinux_2_39_riscv64.whl + sha256: bc9fefee0aa8dbf134253b11d627ad1cbc0cfff7b8b4d8f8857d38fd38a37093 + requires-python: '>=3.11' From 5797e5591f0d1ceb60a937159500a6ead9743191 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:35:37 +0000 Subject: [PATCH 7/9] docs: add prek Add version 0.5.2 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- ci_scripts/packages.txt | 1 + docs/packages/prek.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/packages/prek.yaml diff --git a/ci_scripts/packages.txt b/ci_scripts/packages.txt index 75c1d0a96..785e5e0eb 100644 --- a/ci_scripts/packages.txt +++ b/ci_scripts/packages.txt @@ -125,6 +125,7 @@ pillow-heif polars-runtime-32 polars-runtime-64 polyleven +prek preshed primp protobuf diff --git a/docs/packages/prek.yaml b/docs/packages/prek.yaml new file mode 100644 index 000000000..7d39e845b --- /dev/null +++ b/docs/packages/prek.yaml @@ -0,0 +1,10 @@ +package-name: prek +source-code: https://github.com/j178/prek +license: MIT +versions: +- version: 0.5.2 + tag: prek-v0.5.2-20260903163533 + files: + - filename: prek-0.5.2-py3-none-manylinux_2_39_riscv64.whl + sha256: 0c3c2fff49403226b036a234e889d5f91bd658e8dac0eb5dba03f4d7e75b6678 + requires-python: '>=3.8' From 70872e280dd9ef32daaa79c3622cd81b6772c1f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:32:35 +0000 Subject: [PATCH 8/9] docs: update polars-runtime-64 Add version 1.44.1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/packages/polars-runtime-64.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/packages/polars-runtime-64.yaml b/docs/packages/polars-runtime-64.yaml index 0415c1729..9009228cd 100644 --- a/docs/packages/polars-runtime-64.yaml +++ b/docs/packages/polars-runtime-64.yaml @@ -82,3 +82,9 @@ versions: - filename: polars_runtime_64-1.44.0-cp310-abi3-manylinux_2_39_riscv64.whl sha256: c2be33cd57c7b47413978c4e8b6eb5dd556b86d53b14846f306c22fb664eb078 requires-python: '>=3.10' +- version: 1.44.1 + tag: polars-runtime-64-v1.44.1-20260903183226 + files: + - filename: polars_runtime_64-1.44.1-cp310-abi3-manylinux_2_39_riscv64.whl + sha256: 192e620d566fb91e6bdedd5336c167d1beeddae7eced398e69748f14ddedff4c + requires-python: '>=3.10' From d3adb4421a3b260c78eb3328438bc477b4e9dcc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:33:07 +0000 Subject: [PATCH 9/9] docs: update polars-runtime-32 Add version 1.44.1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/packages/polars-runtime-32.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/packages/polars-runtime-32.yaml b/docs/packages/polars-runtime-32.yaml index c93308cb6..d21941d05 100644 --- a/docs/packages/polars-runtime-32.yaml +++ b/docs/packages/polars-runtime-32.yaml @@ -76,3 +76,9 @@ versions: - filename: polars_runtime_32-1.43.2-cp310-abi3-manylinux_2_39_riscv64.whl sha256: 81948c7c5de85db4d97c1f5c0b05e2736306627fac5697538594aef794dd1c29 requires-python: '>=3.10' +- version: 1.44.1 + tag: polars-runtime-32-v1.44.1-20260903183259 + files: + - filename: polars_runtime_32-1.44.1-cp310-abi3-manylinux_2_39_riscv64.whl + sha256: 1e107ea2d0af5e3759ef9410a2e4b94f375e388acbfc446aeba043b6a58860c3 + requires-python: '>=3.10'