diff options
author | Cem Keylan <cem@ckyln.com> | 2023-02-10 14:21:53 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-02-10 14:21:53 +0100 |
commit | d1f2cd86a37651f01f65c118e9dfea01d12243ac (patch) | |
tree | 90c24eb57adf22daf2ca75e67f6675521efe3b04 /extra/python | |
parent | ab75623c4dcc5561d3a2cfd4c2dcef5e3d9ca6b3 (diff) | |
download | repository-d1f2cd86a37651f01f65c118e9dfea01d12243ac.tar.gz |
python: bump to 3.11.2
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 75378d5f..5a506ddb 100644 --- a/extra/python/checksums +++ b/extra/python/checksums @@ -1,4 +1,4 @@ %BLAKE3 -21c927c6da5648a753f1390cb38c47d71e8aae6cd8f7a87935458fb4f4b4a8a9 Python-3.11.1.tar.xz +6bd39c332915af104fe627e52e86a49432b8ac9a05d8ef2b23cbf19c7459556b Python-3.11.2.tar.xz 3d764f2f6c4d40261a96617a6fa23456a7db841a919ed2589d15746b7ef26314 python3-always-pip.patch 297f33579bcdbc530a1cd18040906d2ae26eef3c18e81d2cc0b557549a188242 libressl-support.patch diff --git a/extra/python/sources b/extra/python/sources index 7fa7e1cd..4c999b6b 100644 --- a/extra/python/sources +++ b/extra/python/sources @@ -1,3 +1,3 @@ -https://www.python.org/ftp/python/3.11.1/Python-3.11.1.tar.xz +https://www.python.org/ftp/python/3.11.2/Python-3.11.2.tar.xz patches/python3-always-pip.patch patches/libressl-support.patch diff --git a/extra/python/version b/extra/python/version index e345d8af..9295fd2b 100644 --- a/extra/python/version +++ b/extra/python/version @@ -1 +1 @@ -3.11.1 2 +3.11.2 1 |