From 74598065ab90826ff7b43c6dabc94d7f68220460 Mon Sep 17 00:00:00 2001 From: OscarL Date: Sat, 11 Oct 2025 21:59:30 -0300 Subject: [PATCH] python3.9: update to version 3.9.24. (#13055) --- .../{python3.9-3.9.23.patchset => python3.9-3.9.24.patchset} | 0 .../python/{python3.9-3.9.23.recipe => python3.9-3.9.24.recipe} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename dev-lang/python/patches/{python3.9-3.9.23.patchset => python3.9-3.9.24.patchset} (100%) rename dev-lang/python/{python3.9-3.9.23.recipe => python3.9-3.9.24.recipe} (99%) diff --git a/dev-lang/python/patches/python3.9-3.9.23.patchset b/dev-lang/python/patches/python3.9-3.9.24.patchset similarity index 100% rename from dev-lang/python/patches/python3.9-3.9.23.patchset rename to dev-lang/python/patches/python3.9-3.9.24.patchset diff --git a/dev-lang/python/python3.9-3.9.23.recipe b/dev-lang/python/python3.9-3.9.24.recipe similarity index 99% rename from dev-lang/python/python3.9-3.9.23.recipe rename to dev-lang/python/python3.9-3.9.24.recipe index 7e74ec262..d4724cb59 100644 --- a/dev-lang/python/python3.9-3.9.23.recipe +++ b/dev-lang/python/python3.9-3.9.24.recipe @@ -13,7 +13,7 @@ LICENSE="Python" COPYRIGHT="1990-2024 Python Software Foundation" REVISION="1" SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz" -CHECKSUM_SHA256="61a42919e13d539f7673cf11d1c404380e28e540510860b9d242196e165709c9" +CHECKSUM_SHA256="668391afabd5083faafa4543753d190f82f33ce6ba22d6e9ac728b43644b278a" SOURCE_DIR="Python-$portVersion" pyShortVer="${portVersion%.*}"