Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions ci_scripts/deprecated.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -36,5 +37,6 @@ tokenizers
uv
video_reader-rs
watchfiles
websockets
wrapt
xxhash
1 change: 0 additions & 1 deletion ci_scripts/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ tlparse
tornado
ujson
uvloop
websockets
z3-solver
1 change: 1 addition & 0 deletions docs/packages/websockets.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
deprecated:
package-name: websockets
source-code: https://github.com/python-websockets/websockets
license: BSD-3-Clause
Expand Down
Loading