From 4b124795ee5ece0d8a0e24e4accd89c541ac4f42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 07:09:11 +0000 Subject: [PATCH] crc32c: deprecate our wheel crc32c v2.9.post0 has riscv64 wheels on PyPI for Python 3.12, 3.13, 3.14, 3.14t: https://pypi.org/project/crc32c/ - 3.12: crc32c-2.9.post0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl - 3.12: crc32c-2.9.post0-cp312-cp312-musllinux_1_2_riscv64.whl - 3.13: crc32c-2.9.post0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl - 3.13: crc32c-2.9.post0-cp313-cp313-musllinux_1_2_riscv64.whl - 3.14: crc32c-2.9.post0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl - 3.14: crc32c-2.9.post0-cp314-cp314-musllinux_1_2_riscv64.whl - 3.14t: crc32c-2.9.post0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl - 3.14t: crc32c-2.9.post0-cp314-cp314t-musllinux_1_2_riscv64.whl Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- ci_scripts/deprecated.txt | 1 + ci_scripts/packages.txt | 1 - docs/packages/crc32c.yaml | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ci_scripts/deprecated.txt b/ci_scripts/deprecated.txt index 5bbd5ee11..80b02fa9e 100644 --- a/ci_scripts/deprecated.txt +++ b/ci_scripts/deprecated.txt @@ -13,6 +13,7 @@ argon2-cffi-bindings blake3 charset-normalizer cmake +crc32c fastar jiter kiwisolver diff --git a/ci_scripts/packages.txt b/ci_scripts/packages.txt index 2446328fb..a3f398275 100644 --- a/ci_scripts/packages.txt +++ b/ci_scripts/packages.txt @@ -86,7 +86,6 @@ contourpy convertbng correctionlib cramjam -crc32c crcmod-plus crick cronexpr diff --git a/docs/packages/crc32c.yaml b/docs/packages/crc32c.yaml index 81501afe6..491aea0c8 100644 --- a/docs/packages/crc32c.yaml +++ b/docs/packages/crc32c.yaml @@ -1,3 +1,4 @@ +deprecated: package-name: crc32c source-code: https://github.com/ICRAR/crc32c license: 'LGPL-2.1-or-later, Third Party: MIT, BSD 3-Clause License'