From 09dce106a403fcb1eaefd17910ceb920a4bc3672 Mon Sep 17 00:00:00 2001 From: "pyenv-bot[bot]" <262257361+pyenv-bot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:27:01 +0300 Subject: [PATCH] Add CPython 3.15.0b3 (#3479) Co-authored-by: native-api <2670332+native-api@users.noreply.github.com> --- plugins/python-build/share/python-build/3.15.0b2 | 11 ----------- plugins/python-build/share/python-build/3.15.0b3 | 11 +++++++++++ .../share/python-build/{3.15.0b2t => 3.15.0b3t} | 0 3 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 plugins/python-build/share/python-build/3.15.0b2 create mode 100644 plugins/python-build/share/python-build/3.15.0b3 rename plugins/python-build/share/python-build/{3.15.0b2t => 3.15.0b3t} (100%) diff --git a/plugins/python-build/share/python-build/3.15.0b2 b/plugins/python-build/share/python-build/3.15.0b2 deleted file mode 100644 index c52bae07..00000000 --- a/plugins/python-build/share/python-build/3.15.0b2 +++ /dev/null @@ -1,11 +0,0 @@ -prefer_openssl3 -export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1 -export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL_RPATH=1 -export PYTHON_BUILD_TCLTK_USE_PKGCONFIG=1 -install_package "openssl-4.0.0" "https://github.com/openssl/openssl/releases/download/openssl-4.0.0/openssl-4.0.0.tar.gz#c32cf49a959c4f345f9606982dd36e7d28f7c58b19c2e25d75624d2b3d2f79ac" 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.0b2" "https://www.python.org/ftp/python/3.15.0/Python-3.15.0b2.tar.xz#d14f474ab679e90bc734b02ff58447b6ec99a821af61d6ff0c1da0f86e341a71" standard verify_py315 copy_python_gdb ensurepip -else - install_package "Python-3.15.0b2" "https://www.python.org/ftp/python/3.15.0/Python-3.15.0b2.tgz#781f4bcdef48d1d38b335fdc7a156b4e5fe9738b14456121f949257ff5cce77c" standard verify_py315 copy_python_gdb ensurepip -fi diff --git a/plugins/python-build/share/python-build/3.15.0b3 b/plugins/python-build/share/python-build/3.15.0b3 new file mode 100644 index 00000000..d70951d1 --- /dev/null +++ b/plugins/python-build/share/python-build/3.15.0b3 @@ -0,0 +1,11 @@ +prefer_openssl3 +export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1 +export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL_RPATH=1 +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 +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 +fi diff --git a/plugins/python-build/share/python-build/3.15.0b2t b/plugins/python-build/share/python-build/3.15.0b3t similarity index 100% rename from plugins/python-build/share/python-build/3.15.0b2t rename to plugins/python-build/share/python-build/3.15.0b3t