From ae9e6594d6cf028c7e08bca4a8b304530327c95e Mon Sep 17 00:00:00 2001 From: "pyenv-bot[bot]" <262257361+pyenv-bot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 21:59:23 +0300 Subject: [PATCH] Add CPython 3.15.0b4 (#3495) Co-authored-by: native-api <2670332+native-api@users.noreply.github.com> --- .../python-build/share/python-build/{3.15.0b3 => 3.15.0b4} | 4 ++-- .../python-build/share/python-build/{3.15.0b3t => 3.15.0b4t} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename plugins/python-build/share/python-build/{3.15.0b3 => 3.15.0b4} (63%) rename plugins/python-build/share/python-build/{3.15.0b3t => 3.15.0b4t} (100%) diff --git a/plugins/python-build/share/python-build/3.15.0b3 b/plugins/python-build/share/python-build/3.15.0b4 similarity index 63% rename from plugins/python-build/share/python-build/3.15.0b3 rename to plugins/python-build/share/python-build/3.15.0b4 index d70951d1..c0ca64ef 100644 --- a/plugins/python-build/share/python-build/3.15.0b3 +++ b/plugins/python-build/share/python-build/3.15.0b4 @@ -5,7 +5,7 @@ export PYTHON_BUILD_TCLTK_USE_PKGCONFIG=1 install_package "openssl-4.0.1" "https://github.com/openssl/openssl/releases/download/openssl-4.0.1/openssl-4.0.1.tar.gz#2db3f3a0d6ea4b59e1f094ace2c8cd536dffb87cdc39084c5afa1e6f7f37dd09" 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.0b3" "https://www.python.org/ftp/python/3.15.0/Python-3.15.0b3.tar.xz#6a935ae234a67e6549894373b0cfeb8361182d03b21442328ae9598ab7422127" standard verify_py315 copy_python_gdb ensurepip + install_package "Python-3.15.0b4" "https://www.python.org/ftp/python/3.15.0/Python-3.15.0b4.tar.xz#93efb9c88d7b6633368e7f7b8f8db6e98988f7f761c09b77849447262841ce3a" standard verify_py315 copy_python_gdb ensurepip else - install_package "Python-3.15.0b3" "https://www.python.org/ftp/python/3.15.0/Python-3.15.0b3.tgz#e5a18806817f912f2c9a1091ac77703f9a969b129c878d436f0f7025bf2f9e97" standard verify_py315 copy_python_gdb ensurepip + install_package "Python-3.15.0b4" "https://www.python.org/ftp/python/3.15.0/Python-3.15.0b4.tgz#4825af9329834306ad4a9cb56b94455381b52bcde4b653604a39f387cc559fc9" standard verify_py315 copy_python_gdb ensurepip fi diff --git a/plugins/python-build/share/python-build/3.15.0b3t b/plugins/python-build/share/python-build/3.15.0b4t similarity index 100% rename from plugins/python-build/share/python-build/3.15.0b3t rename to plugins/python-build/share/python-build/3.15.0b4t