From 515708ed38951d6507f5757c8bfb678a6672e08f Mon Sep 17 00:00:00 2001 From: Bear Date: Thu, 13 Feb 2025 03:45:38 -0600 Subject: [PATCH] Add Python 3.12.8.0-b2 with configuration and wheel download links --- bin/python3.12.8.0-b2/bearsampp.conf | 6 ++++++ bin/python3.12.8.0-b2/bin/python.bat | 6 ++++++ bin/python3.12.8.0-b2/wheel/install.bat | 4 ++++ bin/python3.12.8.0-b2/wheel/wheel.properties | 1 + build.properties | 2 +- releases.properties | 1 + 6 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 bin/python3.12.8.0-b2/bearsampp.conf create mode 100644 bin/python3.12.8.0-b2/bin/python.bat create mode 100644 bin/python3.12.8.0-b2/wheel/install.bat create mode 100644 bin/python3.12.8.0-b2/wheel/wheel.properties diff --git a/bin/python3.12.8.0-b2/bearsampp.conf b/bin/python3.12.8.0-b2/bearsampp.conf new file mode 100644 index 00000000..276ee7b5 --- /dev/null +++ b/bin/python3.12.8.0-b2/bearsampp.conf @@ -0,0 +1,6 @@ +pythonVersion = "3.12.8.0-b2" +pythonExe = "bin\python.bat" +pythonCpExe = "WinPython Control Panel.exe" +pythonIdleExe = "IDLE (Python GUI).exe" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/python3.12.8.0-b2/bin/python.bat b/bin/python3.12.8.0-b2/bin/python.bat new file mode 100644 index 00000000..484b53bb --- /dev/null +++ b/bin/python3.12.8.0-b2/bin/python.bat @@ -0,0 +1,6 @@ +@echo off +set WINPYSCRIPTSDIR=%~dp0..\scripts +call "%WINPYSCRIPTSDIR%\env_for_icons.bat" +cd/D "%WINPYWORKDIR%" +rem backward compatibility for python command-line users +"%WINPYDIR%\python.exe" %* diff --git a/bin/python3.12.8.0-b2/wheel/install.bat b/bin/python3.12.8.0-b2/wheel/install.bat new file mode 100644 index 00000000..e5bee380 --- /dev/null +++ b/bin/python3.12.8.0-b2/wheel/install.bat @@ -0,0 +1,4 @@ +@echo off +set WINPYSCRIPTSDIR=%~dp0..\scripts +call "%WINPYSCRIPTSDIR%\env.bat" +"%WINPYDIR%\Scripts\pip.exe" install pywin32-308-cp312-cp312-win_amd64.whl diff --git a/bin/python3.12.8.0-b2/wheel/wheel.properties b/bin/python3.12.8.0-b2/wheel/wheel.properties new file mode 100644 index 00000000..0066a11c --- /dev/null +++ b/bin/python3.12.8.0-b2/wheel/wheel.properties @@ -0,0 +1 @@ +wheel = https://github.com/Bearsampp/modules-untouched/releases/download/Python-2025.2.13/pywin32-308-cp312-cp312-win_amd64.whl diff --git a/build.properties b/build.properties index a213ad37..4cb7f4f0 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = python -bundle.release = 2024.9.17 +bundle.release = 2025.2.13 bundle.type = tools bundle.format = 7z diff --git a/releases.properties b/releases.properties index f3ccb3b4..85f27429 100644 --- a/releases.properties +++ b/releases.properties @@ -2,3 +2,4 @@ 3.10.9 = https://github.com/Bearsampp/module-python/releases/download/2023.4.30/bearsampp-python-3.10.9-2022.4.30.7z 3.12.2 = https://github.com/Bearsampp/module-python/releases/download/2024.3.30/bearsampp-python-3.12.2-2024.3.30.7z 3.12.6.0 = https://github.com/Bearsampp/module-python/releases/download/2024.9.17/bearsampp-python-3.12.6.0-2024.9.17.7z +3.12.8.0-b2 = https://github.com/Bearsampp/module-python/releases/download/2025.2.13/bearsampp-python-3.12.8.0-b2-2025.2.13.7z