From 7964128df936e41d2ac5ffb471e4a0efc79e01ee Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Thu, 9 Jan 2025 00:37:27 +0300 Subject: [PATCH] touch sample scripts to test changes --- plugins/python-build/share/python-build/2.7.18 | 1 + plugins/python-build/share/python-build/3.13.1 | 1 + plugins/python-build/share/python-build/3.6.15 | 1 + 3 files changed, 3 insertions(+) diff --git a/plugins/python-build/share/python-build/2.7.18 b/plugins/python-build/share/python-build/2.7.18 index 6576ca67..3505e8cb 100644 --- a/plugins/python-build/share/python-build/2.7.18 +++ b/plugins/python-build/share/python-build/2.7.18 @@ -6,3 +6,4 @@ if has_tar_xz_support; then else install_package "Python-2.7.18" "https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tgz#da3080e3b488f648a3d7a4560ddee895284c3380b11d6de75edb986526b9a814" standard verify_py27 copy_python_gdb ensurepip_lt21 fi + diff --git a/plugins/python-build/share/python-build/3.13.1 b/plugins/python-build/share/python-build/3.13.1 index cfeff70f..91ee2096 100644 --- a/plugins/python-build/share/python-build/3.13.1 +++ b/plugins/python-build/share/python-build/3.13.1 @@ -7,3 +7,4 @@ if has_tar_xz_support; then else install_package "Python-3.13.1" "https://www.python.org/ftp/python/3.13.1/Python-3.13.1.tgz#1513925a9f255ef0793dbf2f78bb4533c9f184bdd0ad19763fd7f47a400a7c55" standard verify_py313 copy_python_gdb ensurepip fi + diff --git a/plugins/python-build/share/python-build/3.6.15 b/plugins/python-build/share/python-build/3.6.15 index 7e5421a2..f0c76352 100644 --- a/plugins/python-build/share/python-build/3.6.15 +++ b/plugins/python-build/share/python-build/3.6.15 @@ -6,3 +6,4 @@ if has_tar_xz_support; then else install_package "Python-3.6.15" "https://www.python.org/ftp/python/3.6.15/Python-3.6.15.tgz#54570b7e339e2cfd72b29c7e2fdb47c0b7b18b7412e61de5b463fc087c13b043" standard verify_py36 copy_python_gdb ensurepip fi +