We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0a396 commit 19bdff5Copy full SHA for 19bdff5
pythonbuild/downloads.py
@@ -26,7 +26,9 @@
26
"version": "2.43",
27
},
28
"bzip2": {
29
- "url": "https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz",
+ # Mirror of `https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz` due to
30
+ # rate limiting
31
+ "url": "https://astral-sh.github.io/mirror/files/bzip2-1.0.8.tar.gz",
32
"size": 810029,
33
"sha256": "ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269",
34
"version": "1.0.8",
0 commit comments