diff options
author | Cem Keylan <cem@ckyln.com> | 2022-10-25 13:05:02 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-10-25 13:05:02 +0200 |
commit | fa77bc401e51bd850809fead95e72ac0903b55b4 (patch) | |
tree | 45e63eb6bef4a36c6b2da7d1fc04588390633ee1 /extra/python | |
parent | 339f898fcee50a2b8316cd620a4b022a6368be06 (diff) | |
download | repository-fa77bc401e51bd850809fead95e72ac0903b55b4.tar.gz |
python: bump to 3.11.0
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 eb6875bb..62aa47fc 100644 --- a/extra/python/checksums +++ b/extra/python/checksums @@ -1,4 +1,4 @@ %BLAKE3 -0f0e7233fee783d14dcf82944f31250daa10682ee4f9f51a6e552ce163dc436e Python-3.10.8.tar.xz +f04955efcc446313ee96de63c9a893e8a59b26d2e76553a26b8c7a6b2b10d7b9 Python-3.11.0.tar.xz 3d764f2f6c4d40261a96617a6fa23456a7db841a919ed2589d15746b7ef26314 python3-always-pip.patch 297f33579bcdbc530a1cd18040906d2ae26eef3c18e81d2cc0b557549a188242 libressl-support.patch diff --git a/extra/python/sources b/extra/python/sources index 0b1e3a05..0294acb5 100644 --- a/extra/python/sources +++ b/extra/python/sources @@ -1,3 +1,3 @@ -https://www.python.org/ftp/python/3.10.8/Python-3.10.8.tar.xz +https://www.python.org/ftp/python/3.11.0/Python-3.11.0.tar.xz patches/python3-always-pip.patch patches/libressl-support.patch diff --git a/extra/python/version b/extra/python/version index 0406c634..22ff9f8a 100644 --- a/extra/python/version +++ b/extra/python/version @@ -1 +1 @@ -3.10.8 1 +3.11.0 1 |