From ea3eeb0e1dc0926ea269a7370e49185b65c64ea6 Mon Sep 17 00:00:00 2001 From: native-api <2670332+native-api@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:42:39 +0000 Subject: [PATCH] Add CPython 3.15.0rc2 --- plugins/python-build/share/python-build/3.15.0rc1 | 11 ----------- plugins/python-build/share/python-build/3.15.0rc2 | 11 +++++++++++ .../share/python-build/{3.15.0rc1t => 3.15.0rc2t} | 0 3 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 plugins/python-build/share/python-build/3.15.0rc1 create mode 100644 plugins/python-build/share/python-build/3.15.0rc2 rename plugins/python-build/share/python-build/{3.15.0rc1t => 3.15.0rc2t} (100%) diff --git a/plugins/python-build/share/python-build/3.15.0rc1 b/plugins/python-build/share/python-build/3.15.0rc1 deleted file mode 100644 index d372b37e..00000000 --- a/plugins/python-build/share/python-build/3.15.0rc1 +++ /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.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.0rc1" "https://www.python.org/ftp/python/3.15.0/Python-3.15.0rc1.tar.xz#f84dad680ab2147417d2739355c2678f0f9acffe4ae8ef77895de1454b384b07" standard verify_py315 copy_python_gdb ensurepip -else - install_package "Python-3.15.0rc1" "https://www.python.org/ftp/python/3.15.0/Python-3.15.0rc1.tgz#32c2b9878bbd6ac3ceb138c5b6c880345ce9d33388b399378c0da6fc7cb3bfbc" standard verify_py315 copy_python_gdb ensurepip -fi diff --git a/plugins/python-build/share/python-build/3.15.0rc2 b/plugins/python-build/share/python-build/3.15.0rc2 new file mode 100644 index 00000000..7e588bd1 --- /dev/null +++ b/plugins/python-build/share/python-build/3.15.0rc2 @@ -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.2" "https://github.com/openssl/openssl/releases/download/openssl-4.0.2/openssl-4.0.2.tar.gz#736b467530f916737b7031310ccb21d8218c6229e61e8e160cd1d3458cd543a8" 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.0rc2" "https://www.python.org/ftp/python/3.15.0/Python-3.15.0rc2.tar.xz#8d93af5eaaaea5adfd41bd786a7ba3f03f2ad1ab57c6a65e0b963deab91d5ad7" standard verify_py315 copy_python_gdb ensurepip +else + install_package "Python-3.15.0rc2" "https://www.python.org/ftp/python/3.15.0/Python-3.15.0rc2.tgz#164dbb80f5e1fdd8768387724bfa014da1000401b2015d872a2396c8b858b829" standard verify_py315 copy_python_gdb ensurepip +fi diff --git a/plugins/python-build/share/python-build/3.15.0rc1t b/plugins/python-build/share/python-build/3.15.0rc2t similarity index 100% rename from plugins/python-build/share/python-build/3.15.0rc1t rename to plugins/python-build/share/python-build/3.15.0rc2t