summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2024-03-03 22:21:11 +0000
committerTim Schumacher <timschumi@gmx.de>2024-03-04 00:36:42 +0100
commit872bf51d8f65d9f536c9700c74a99f9fa5944e76 (patch)
tree78306f16b5cdb13259a118137535a36b0ef99707
parent70b9e28975f5762ac0979a2696a979d214351bde (diff)
Ports: Update Python to 3.12.2
Released on 2024-02-06. https://www.python.org/downloads/release/python-3122/
-rw-r--r--Ports/AvailablePorts.md2
-rw-r--r--Ports/python3/version.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md
index 26a2d872d5..7473598cc3 100644
--- a/Ports/AvailablePorts.md
+++ b/Ports/AvailablePorts.md
@@ -262,7 +262,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`protobuf`](protobuf/) | Protocol Buffers | 24.3 | https://protobuf.dev/ |
| [`pt2-clone`](pt2-clone/) | ProTracker 2 clone | 1.63 | https://github.com/8bitbubsy/pt2-clone |
| [`pv`](pv/) | Pipe Viewer | 1.6.20 | http://www.ivarch.com/programs/pv.shtml |
-| [`python3`](python3/) | Python | 3.12.1 | https://www.python.org/ |
+| [`python3`](python3/) | Python | 3.12.2 | https://www.python.org/ |
| [`qemu`](qemu/) | QEMU | 8.1.3 | https://qemu.org |
| [`qoi`](qoi/) | Quite OK Image Format for fast, lossless image compression | 351450e | https://github.com/phoboslab/qoi |
| [`qt6-qt5compat`](qt6-qt5compat/) | Qt6 Qt5Compat | 6.4.0 | https://doc.qt.io/qt-6/qtcore5-index.html |
diff --git a/Ports/python3/version.sh b/Ports/python3/version.sh
index 9fc50b3400..2fc1e7b38c 100644
--- a/Ports/python3/version.sh
+++ b/Ports/python3/version.sh
@@ -1,5 +1,5 @@
-PYTHON_VERSION="3.12.1"
-PYTHON_VERSION_WITHOUT_SUFFIX="3.12.1" # PYTHON_VERSION but without the a1/b1/rc1/... suffix
+PYTHON_VERSION="3.12.2"
+PYTHON_VERSION_WITHOUT_SUFFIX="3.12.2" # PYTHON_VERSION but without the a1/b1/rc1/... suffix
PYTHON_ARCHIVE="Python-${PYTHON_VERSION}.tar.xz"
PYTHON_ARCHIVE_URL="https://www.python.org/ftp/python/${PYTHON_VERSION_WITHOUT_SUFFIX}/${PYTHON_ARCHIVE}"
-PYTHON_ARCHIVE_SHA256SUM="8dfb8f426fcd226657f9e2bd5f1e96e53264965176fa17d32658e873591aeb21"
+PYTHON_ARCHIVE_SHA256SUM="be28112dac813d2053545c14bf13a16401a21877f1a69eb6ea5d84c4a0f3d870"