diff options
author | Cem Keylan <cem@ckyln.com> | 2021-12-07 15:46:52 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-12-07 15:46:52 +0100 |
commit | ad7e1eeae1793d5769295a93fcc9f9195f27c463 (patch) | |
tree | 038835a9abd03be37aa224ca451fdb7335cc4e25 /extra/python | |
parent | b0da9a8c4a278e24bb4ee22b165784fb92577674 (diff) | |
download | repository-ad7e1eeae1793d5769295a93fcc9f9195f27c463.tar.gz |
python: bump to 3.10.1
Diffstat (limited to 'extra/python')
-rw-r--r-- | extra/python/checksums | 2 | ||||
-rw-r--r-- | extra/python/sources | 2 | ||||
-rw-r--r-- | extra/python/version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extra/python/checksums b/extra/python/checksums index 5e3fd082..1fabe473 100644 --- a/extra/python/checksums +++ b/extra/python/checksums @@ -1,4 +1,4 @@ %BLAKE3 -37b51e7a1285525e54071df48ba4a3b763480c63fd9f029b39ace0f5eb15ee7f Python-3.10.0.tar.xz +bdd281739bf27d17e02eb9c5041114205b6dfd19607416ef1583c225e66917dc Python-3.10.1.tar.xz 3d764f2f6c4d40261a96617a6fa23456a7db841a919ed2589d15746b7ef26314 python3-always-pip.patch 6176ac6bc4178963dcb8745297d110ac8ba412cea57ad6f339f0c6ffc39917e3 libressl-support.patch diff --git a/extra/python/sources b/extra/python/sources index 59b37b0a..2a67000a 100644 --- a/extra/python/sources +++ b/extra/python/sources @@ -1,3 +1,3 @@ -https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tar.xz +https://www.python.org/ftp/python/3.10.1/Python-3.10.1.tar.xz patches/python3-always-pip.patch patches/libressl-support.patch diff --git a/extra/python/version b/extra/python/version index c53e429d..35e3db04 100644 --- a/extra/python/version +++ b/extra/python/version @@ -1 +1 @@ -3.10.0 2 +3.10.1 1 |