Skip to content

Commit 19bdff5

Browse files
authored
Use a mirror for bzip2 (#567)
A more targeted solution to - #566 - #565
1 parent 1e0a396 commit 19bdff5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pythonbuild/downloads.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"version": "2.43",
2727
},
2828
"bzip2": {
29-
"url": "https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz",
29+
# 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",
3032
"size": 810029,
3133
"sha256": "ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269",
3234
"version": "1.0.8",

0 commit comments

Comments
 (0)