From 382dd52db23eea84b16fd30142d44bf36664c1e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:13:11 +0000 Subject: [PATCH] docs: add zstandard Add version 0.25.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/packages/zstandard.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/packages/zstandard.yaml diff --git a/docs/packages/zstandard.yaml b/docs/packages/zstandard.yaml new file mode 100644 index 0000000..56be8d6 --- /dev/null +++ b/docs/packages/zstandard.yaml @@ -0,0 +1,7 @@ +package-name: zstandard +source-code: https://github.com/indygreg/python-zstandard +license: BSD-3-Clause +versions: + - version: 0.25.0 + patched: + comment: We backport a commit which removes cpython-freethreading from the cibuildwheel options in pyproject.toml, since we're using a newer version of cibuildwheel that already handles this case in the build matrix.