Skip to content

Commit 24f43ee

Browse files
authored
Merge pull request #18 from Bearsampp/3.12.6
Update Python module to include versions 3.11.5, 3.11.6b0, and 3.12.6.0 with corresponding configurations and scripts
2 parents f540e11 + fc89319 commit 24f43ee

14 files changed

+56
-1
lines changed

bin/python3.11.5/bearsampp.conf

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pythonVersion = "3.11.5"
2+
pythonExe = "bin\python.bat"
3+
pythonCpExe = "WinPython Control Panel.exe"
4+
pythonIdleExe = "IDLE (Python GUI).exe"
5+
6+
bundleRelease = "@RELEASE_VERSION@"

bin/python3.11.5/bin/python.bat

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
set WINPYSCRIPTSDIR=%~dp0..\scripts
3+
call "%WINPYSCRIPTSDIR%\env_for_icons.bat"
4+
cd/D "%WINPYWORKDIR%"
5+
rem backward compatibility for python command-line users
6+
"%WINPYDIR%\python.exe" %*

bin/python3.11.5/wheel/install.bat

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@echo off
2+
set WINPYSCRIPTSDIR=%~dp0..\scripts
3+
call "%WINPYSCRIPTSDIR%\env.bat"
4+
"%WINPYDIR%\Scripts\pip.exe" install pywin32-306-cp312-cp312-win_amd64.whl
5+
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2024.3.29/pywin32-306-cp311-cp311-win_amd64.whl

bin/python3.11.6b0/bearsampp.conf

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pythonVersion = "3.11.6b0"
2+
pythonExe = "bin\python.bat"
3+
pythonCpExe = "WinPython Control Panel.exe"
4+
pythonIdleExe = "IDLE (Python GUI).exe"
5+
6+
bundleRelease = "@RELEASE_VERSION@"

bin/python3.11.6b0/bin/python.bat

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
set WINPYSCRIPTSDIR=%~dp0..\scripts
3+
call "%WINPYSCRIPTSDIR%\env_for_icons.bat"
4+
cd/D "%WINPYWORKDIR%"
5+
rem backward compatibility for python command-line users
6+
"%WINPYDIR%\python.exe" %*

bin/python3.11.6b0/wheel/install.bat

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@echo off
2+
set WINPYSCRIPTSDIR=%~dp0..\scripts
3+
call "%WINPYSCRIPTSDIR%\env.bat"
4+
"%WINPYDIR%\Scripts\pip.exe" install pywin32-306-cp312-cp312-win_amd64.whl
5+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2024.3.29/pywin32-306-cp311-cp311-win_amd64.whl

bin/python3.12.6.0/bearsampp.conf

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pythonVersion = "3.12.6.0"
2+
pythonExe = "bin\python.bat"
3+
pythonCpExe = "WinPython Control Panel.exe"
4+
pythonIdleExe = "IDLE (Python GUI).exe"
5+
6+
bundleRelease = "@RELEASE_VERSION@"

bin/python3.12.6.0/bin/python.bat

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
set WINPYSCRIPTSDIR=%~dp0..\scripts
3+
call "%WINPYSCRIPTSDIR%\env_for_icons.bat"
4+
cd/D "%WINPYWORKDIR%"
5+
rem backward compatibility for python command-line users
6+
"%WINPYDIR%\python.exe" %*

bin/python3.12.6.0/wheel/install.bat

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@echo off
2+
set WINPYSCRIPTSDIR=%~dp0..\scripts
3+
call "%WINPYSCRIPTSDIR%\env.bat"
4+
"%WINPYDIR%\Scripts\pip.exe" install pywin32-306-cp312-cp312-win_amd64.whl
5+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wheel = https://github.com/Bearsampp/modules-untouched/releases/download/Python-2023.10.9/pywin32-306-cp312-cp312-win_amd64.whl

build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bundle.name = python
2-
bundle.release = 2024.3.30
2+
bundle.release = 2024.9.17
33
bundle.type = tools
44
bundle.format = 7z
55

releases.properties

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
3.10.6 = https://github.com/Bearsampp/module-python/releases/download/2022.09.07/bearsampp-python-3.10.6-2022.09.30.7z
22
3.10.9 = https://github.com/Bearsampp/module-python/releases/download/2023.4.30/bearsampp-python-3.10.9-2022.4.30.7z
33
3.12.2 = https://github.com/Bearsampp/module-python/releases/download/2024.3.30/bearsampp-python-3.12.2-2024.3.30.7z
4+
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

0 commit comments

Comments
 (0)