add a script to find and apply package updates#1159
Conversation
Add scripts/update_downloads.py, which finds updates to the entries
to pythonbuild/downloads.py. The optional --write argument will write
the necessary updates to the file.
Run using:
uv run scripts/update_downloads.py
|
This script was largely AI generated using Codex. The prompt that began the session was:
I have used this script to kick off many of the recent update including #1153, #1156, and #1157. I plan on testing it with the upcoming 3.15.0b3 release. |
|
Should have tagged this with This work could be expanded to include tests and an actions to run + apply changes on a regular schedule. That can be done later if needed. |
|
Example results: |
Add scripts/update_downloads.py, which finds updates to the entries in pythonbuild/downloads.py. The optional --write argument write any updates, including calculated metadata to the file.
Run using: