From 1068875cc6cede15bbef187119d3be50c31bd21a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 18 Sep 2025 08:15:02 -0400 Subject: [PATCH] Add CPython 3.14.0rc3 --- .../python-build/share/python-build/{3.14.0rc2 => 3.14.0rc3} | 4 ++-- .../share/python-build/{3.14.0rc2t => 3.14.0rc3t} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename plugins/python-build/share/python-build/{3.14.0rc2 => 3.14.0rc3} (59%) rename plugins/python-build/share/python-build/{3.14.0rc2t => 3.14.0rc3t} (100%) diff --git a/plugins/python-build/share/python-build/3.14.0rc2 b/plugins/python-build/share/python-build/3.14.0rc3 similarity index 59% rename from plugins/python-build/share/python-build/3.14.0rc2 rename to plugins/python-build/share/python-build/3.14.0rc3 index bedbd19e..a7f779a8 100644 --- a/plugins/python-build/share/python-build/3.14.0rc2 +++ b/plugins/python-build/share/python-build/3.14.0rc3 @@ -3,7 +3,7 @@ export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1 install_package "openssl-3.5.1" "https://github.com/openssl/openssl/releases/download/openssl-3.5.1/openssl-3.5.1.tar.gz#529043b15cffa5f36077a4d0af83f3de399807181d607441d734196d889b641f" mac_openssl --if has_broken_mac_openssl install_package "readline-8.2" "https://ftpmirror.gnu.org/readline/readline-8.2.tar.gz#3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35" mac_readline --if has_broken_mac_readline if has_tar_xz_support; then - install_package "Python-3.14.0rc2" "https://www.python.org/ftp/python/3.14.0/Python-3.14.0rc2.tar.xz#bc62854cf232345bd22c9091a68464e01e056c6473a3fffa84572c8a342da656" standard verify_py314 copy_python_gdb ensurepip + install_package "Python-3.14.0rc3" "https://www.python.org/ftp/python/3.14.0/Python-3.14.0rc3.tar.xz#646dc945e49c73a141896deda12d43f3f293fd69426774c16fc43496180e8fcd" standard verify_py314 copy_python_gdb ensurepip else - install_package "Python-3.14.0rc2" "https://www.python.org/ftp/python/3.14.0/Python-3.14.0rc2.tgz#b336f5d76fcf2725b29108f253d4338fbe4cc6a17cd8baf059deebb5a343dd8f" standard verify_py314 copy_python_gdb ensurepip + install_package "Python-3.14.0rc3" "https://www.python.org/ftp/python/3.14.0/Python-3.14.0rc3.tgz#f52c3fa94a02adf9a6228abf53f6a53f09ce06aa168d879a332054c598179853" standard verify_py314 copy_python_gdb ensurepip fi diff --git a/plugins/python-build/share/python-build/3.14.0rc2t b/plugins/python-build/share/python-build/3.14.0rc3t similarity index 100% rename from plugins/python-build/share/python-build/3.14.0rc2t rename to plugins/python-build/share/python-build/3.14.0rc3t