Skip to content

Commit e587c2f

Browse files
committed
downloads: CPython upgrades; 3.8.13 -> 3.8.14, 3.9.13 -> 3.9.14, 3.10.6 -> 3.10.7
1 parent 78b869b commit e587c2f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pythonbuild/downloads.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,28 @@
2929
"license_file": "LICENSE.bzip2.txt",
3030
},
3131
"cpython-3.8": {
32-
"url": "https://www.python.org/ftp/python/3.8.13/Python-3.8.13.tar.xz",
33-
"size": 19023016,
34-
"sha256": "6f309077012040aa39fe8f0c61db8c0fa1c45136763299d375c9e5756f09cf57",
35-
"version": "3.8.13",
32+
"url": "https://www.python.org/ftp/python/3.8.14/Python-3.8.14.tar.xz",
33+
"size": 19031932,
34+
"sha256": "5d77e278271ba803e9909a41a4f3baca006181c93ada682a5e5fe8dc4a24c5f3",
35+
"version": "3.8.14",
3636
"licenses": ["Python-2.0", "CNRI-Python"],
3737
"license_file": "LICENSE.cpython.txt",
3838
"python_tag": "cp38",
3939
},
4040
"cpython-3.9": {
41-
"url": "https://www.python.org/ftp/python/3.9.13/Python-3.9.13.tar.xz",
42-
"size": 19754368,
43-
"sha256": "125b0c598f1e15d2aa65406e83f792df7d171cdf38c16803b149994316a3080f",
44-
"version": "3.9.13",
41+
"url": "https://www.python.org/ftp/python/3.9.14/Python-3.9.14.tar.xz",
42+
"size": 19750176,
43+
"sha256": "651304d216c8203fe0adf1a80af472d8e92c3b0e0a7892222ae4d9f3ae4debcf",
44+
"version": "3.9.14",
4545
"licenses": ["Python-2.0", "CNRI-Python"],
4646
"license_file": "LICENSE.cpython.txt",
4747
"python_tag": "cp39",
4848
},
4949
"cpython-3.10": {
50-
"url": "https://www.python.org/ftp/python/3.10.6/Python-3.10.6.tar.xz",
51-
"size": 19600672,
52-
"sha256": "f795ff87d11d4b0c7c33bc8851b0c28648d8a4583aa2100a98c22b4326b6d3f3",
53-
"version": "3.10.6",
50+
"url": "https://www.python.org/ftp/python/3.10.7/Python-3.10.7.tar.xz",
51+
"size": 19618696,
52+
"sha256": "6eed8415b7516fb2f260906db5d48dd4c06acc0cb24a7d6cc15296a604dcdc48",
53+
"version": "3.10.7",
5454
"licenses": ["Python-2.0", "CNRI-Python"],
5555
"license_file": "LICENSE.cpython.txt",
5656
"python_tag": "cp310",

0 commit comments

Comments
 (0)