From 960b55dd7d1403e01b21069c0e91508323f7a618 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 15 Apr 2023 17:14:08 +0200 Subject: [PATCH] Ports: Update Python to 3.11.3 Released on 2023-04-05. https://www.python.org/downloads/release/python-3113/ --- Ports/AvailablePorts.md | 2 +- Ports/python3/version.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 4c8d829ecd..8985b7adb9 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -218,7 +218,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`printf`](printf/) | printf (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy | | [`pt2-clone`](pt2-clone/) | ProTracker 2 clone | 1.49 | https://github.com/8bitbubsy/pt2-clone | | [`pv`](pv/) | Pipe Viewer | 1.6.20 | http://www.ivarch.com/programs/pv.shtml | -| [`python3`](python3/) | Python | 3.11.0 | https://www.python.org/ | +| [`python3`](python3/) | Python | 3.11.3 | https://www.python.org/ | | [`qemu`](qemu/) | QEMU | 7.2.0 | https://qemu.org | | [`qoi`](qoi/) | Quite OK Image Format for fast, lossless image compression | edb8d7b | 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 647d096515..1e93ab62fb 100644 --- a/Ports/python3/version.sh +++ b/Ports/python3/version.sh @@ -1,5 +1,5 @@ -PYTHON_VERSION="3.11.0" -PYTHON_VERSION_WITHOUT_SUFFIX="3.11.0" # PYTHON_VERSION but without the a1/b1/rc1/... suffix +PYTHON_VERSION="3.11.3" +PYTHON_VERSION_WITHOUT_SUFFIX="3.11.3" # 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="a57dc82d77358617ba65b9841cee1e3b441f386c3789ddc0676eca077f2951c3" +PYTHON_ARCHIVE_SHA256SUM="8a5db99c961a7ecf27c75956189c9602c968751f11dbeae2b900dbff1c085b5e"