Skip to content

Commit 2080198

Browse files
authored
bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29932)
1 parent cb68c0a commit 2080198

File tree

3 files changed

+5
-207
lines changed

3 files changed

+5
-207
lines changed

Mac/BuildScript/bpo-44828-filedialog-crash-monterey.patch

Lines changed: 0 additions & 203 deletions
This file was deleted.

Mac/BuildScript/build-installer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,11 @@ def library_recipes():
265265
tk_patches = ['tk868_on_10_8_10_9.patch']
266266

267267
else:
268-
tcl_tk_ver='8.6.11'
269-
tcl_checksum='8a4c004f48984a03a7747e9ba06e4da4'
268+
tcl_tk_ver='8.6.12'
269+
tcl_checksum='87ea890821d2221f2ab5157bc5eb885f'
270270

271-
tk_checksum='c7ee71a2d05bba78dfffd76528dc17c6'
272-
tk_patches = ['bpo-44828-filedialog-crash-monterey.patch']
271+
tk_checksum='1d6dcf6120356e3d211e056dff5e462a'
272+
tk_patches = [ ]
273273

274274

275275
result.extend([
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update python.org macOS installer to use Tcl/Tk 8.6.12.

0 commit comments

Comments
 (0)