From 7db400a0ad181aef1d18b01ff7a64c30d238b194 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Mon, 20 Jul 2026 09:44:31 -0400 Subject: [PATCH 1/2] ci_scripts: deprecated: update comments Make the explanation for the deprecated.txt file's purpose more explicit. Signed-off-by: Trevor Gamblin --- ci_scripts/deprecated.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ci_scripts/deprecated.txt b/ci_scripts/deprecated.txt index 9150faf..fc86796 100644 --- a/ci_scripts/deprecated.txt +++ b/ci_scripts/deprecated.txt @@ -3,9 +3,10 @@ # SPDX-License-Identifier: Apache-2.0 -# List of deprecated packages. -# When we deprecated a package, we add it here, to check if upstream is still -# building it +# List of deprecated packages. Deprecated packages are those which are now built +for riscv64 platforms by the upstream projects, so we don't need to maintain a +build workflow for it ourselves. Previously-built wheels should remain in the +RISE package registry. aiohttp blake3 From b7c2ae69d8e39e9c15c6bf14c94666cf9e1acc81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 06:10:41 +0000 Subject: [PATCH 2/2] websockets: deprecate our wheel websockets v16.1 has riscv64 wheels on PyPI: https://pypi.org/project/websockets/ Fixes: #49 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/websockets.yaml | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ci_scripts/deprecated.txt b/ci_scripts/deprecated.txt index fc86796..0bd86dd 100644 --- a/ci_scripts/deprecated.txt +++ b/ci_scripts/deprecated.txt @@ -37,5 +37,6 @@ tokenizers uv video_reader-rs watchfiles +websockets wrapt xxhash diff --git a/ci_scripts/packages.txt b/ci_scripts/packages.txt index fecac92..42cdb6e 100644 --- a/ci_scripts/packages.txt +++ b/ci_scripts/packages.txt @@ -48,5 +48,4 @@ tlparse tornado ujson uvloop -websockets z3-solver diff --git a/docs/packages/websockets.yaml b/docs/packages/websockets.yaml index 71c2e5e..4821c16 100644 --- a/docs/packages/websockets.yaml +++ b/docs/packages/websockets.yaml @@ -1,3 +1,4 @@ +deprecated: package-name: websockets source-code: https://github.com/python-websockets/websockets license: BSD-3-Clause