Skip to content

Commit

Permalink
Ports: Update Python to 3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg authored and timschumi committed Jun 1, 2024
1 parent a7aa843 commit 1e4a78e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,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:https://www.ivarch.com/programs/pv.shtml |
| [`python3`](python3/) | Python | 3.12.2 | https://www.python.org/ |
| [`python3`](python3/) | Python | 3.12.3 | 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 |
Expand Down
6 changes: 3 additions & 3 deletions Ports/python3/version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PYTHON_VERSION="3.12.2"
PYTHON_VERSION_WITHOUT_SUFFIX="3.12.2" # PYTHON_VERSION but without the a1/b1/rc1/... suffix
PYTHON_VERSION="3.12.3"
PYTHON_VERSION_WITHOUT_SUFFIX="3.12.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="be28112dac813d2053545c14bf13a16401a21877f1a69eb6ea5d84c4a0f3d870"
PYTHON_ARCHIVE_SHA256SUM="56bfef1fdfc1221ce6720e43a661e3eb41785dd914ce99698d8c7896af4bdaa1"

0 comments on commit 1e4a78e

Please sign in to comment.