From b613a4abeb1da1f20eef91be4cef3957c8acfddc Mon Sep 17 00:00:00 2001 From: "Edgar R. M" Date: Tue, 4 Apr 2023 20:56:24 -0600 Subject: [PATCH] Add CPython 3.12.0a7 (#2668) --- .../python-build/share/python-build/{3.12.0a6 => 3.12.0a7} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename plugins/python-build/share/python-build/{3.12.0a6 => 3.12.0a7} (58%) diff --git a/plugins/python-build/share/python-build/3.12.0a6 b/plugins/python-build/share/python-build/3.12.0a7 similarity index 58% rename from plugins/python-build/share/python-build/3.12.0a6 rename to plugins/python-build/share/python-build/3.12.0a7 index 6723dcec..2ca790f6 100644 --- a/plugins/python-build/share/python-build/3.12.0a6 +++ b/plugins/python-build/share/python-build/3.12.0a7 @@ -3,7 +3,7 @@ export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1 install_package "openssl-1.1.1s" "https://www.openssl.org/source/openssl-1.1.1s.tar.gz#c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa" 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.12.0a6" "https://www.python.org/ftp/python/3.12.0/Python-3.12.0a6.tar.xz#298440252c4b6b4e120e014c15d729eaf8ab779300dcca61d422c537e4e85eca" standard verify_py312 copy_python_gdb ensurepip + install_package "Python-3.12.0a7" "https://www.python.org/ftp/python/3.12.0/Python-3.12.0a7.tar.xz#a19ae4dc5afebdff5e1312346f160062a11e0dbd5f9e68a6a981ea37b21608e1" standard verify_py312 copy_python_gdb ensurepip else - install_package "Python-3.12.0a6" "https://www.python.org/ftp/python/3.12.0/Python-3.12.0a6.tgz#9301a243da5a1982133ddf804b76ee1fe11aa98e2d3dfb09f095485eaa50edfd" standard verify_py312 copy_python_gdb ensurepip + install_package "Python-3.12.0a7" "https://www.python.org/ftp/python/3.12.0/Python-3.12.0a7.tgz#86d288766153193706e545cc98f73ea8ef1a9cb057608cfdecbd89190b796cf6" standard verify_py312 copy_python_gdb ensurepip fi