From b50afe69a87c9715149fecc9fcedc93eae84f50d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 16 Dec 2025 14:28:46 -0600 Subject: [PATCH] Add CPython 3.15.0a3 (#3374) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Edgar Ramírez-Mondragón --- .../python-build/share/python-build/{3.15.0a2 => 3.15.0a3} | 4 ++-- .../python-build/share/python-build/{3.15.0a2t => 3.15.0a3t} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename plugins/python-build/share/python-build/{3.15.0a2 => 3.15.0a3} (61%) rename plugins/python-build/share/python-build/{3.15.0a2t => 3.15.0a3t} (100%) diff --git a/plugins/python-build/share/python-build/3.15.0a2 b/plugins/python-build/share/python-build/3.15.0a3 similarity index 61% rename from plugins/python-build/share/python-build/3.15.0a2 rename to plugins/python-build/share/python-build/3.15.0a3 index 6d5a2847..d4f07bba 100644 --- a/plugins/python-build/share/python-build/3.15.0a2 +++ b/plugins/python-build/share/python-build/3.15.0a3 @@ -4,7 +4,7 @@ export PYTHON_BUILD_TCLTK_USE_PKGCONFIG=1 install_package "openssl-3.6.0" "https://github.com/openssl/openssl/releases/download/openssl-3.6.0/openssl-3.6.0.tar.gz#b6a5f44b7eb69e3fa35dbf15524405b44837a481d43d81daddde3ff21fcbb8e9" mac_openssl --if has_broken_mac_openssl install_package "readline-8.3" "https://ftpmirror.gnu.org/readline/readline-8.3.tar.gz#fe5383204467828cd495ee8d1d3c037a7eba1389c22bc6a041f627976f9061cc" mac_readline --if has_broken_mac_readline if has_tar_xz_support; then - install_package "Python-3.15.0a2" "https://www.python.org/ftp/python/3.15.0/Python-3.15.0a2.tar.xz#d8a0a2f4a7f3d7090cf195e81814efe95f70554955557f40e149d8694a662751" standard verify_py315 copy_python_gdb ensurepip + install_package "Python-3.15.0a3" "https://www.python.org/ftp/python/3.15.0/Python-3.15.0a3.tar.xz#6ab02cdac24505779877bb1d9189432d67e90ddf2a9b8b7b373ead54ac07b607" standard verify_py315 copy_python_gdb ensurepip else - install_package "Python-3.15.0a2" "https://www.python.org/ftp/python/3.15.0/Python-3.15.0a2.tgz#484924d5f963f3d4215ca50c13634b6a7067e9f273893145a6209fe7c93b78ff" standard verify_py315 copy_python_gdb ensurepip + install_package "Python-3.15.0a3" "https://www.python.org/ftp/python/3.15.0/Python-3.15.0a3.tgz#a8afd71361baf8f02f459a4ab9b73eb4cdf2895991218b8418cf7ba49c96bef7" standard verify_py315 copy_python_gdb ensurepip fi diff --git a/plugins/python-build/share/python-build/3.15.0a2t b/plugins/python-build/share/python-build/3.15.0a3t similarity index 100% rename from plugins/python-build/share/python-build/3.15.0a2t rename to plugins/python-build/share/python-build/3.15.0a3t