Skip to content

Commit 7accb4f

Browse files
authored
bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29933)
1 parent 1905071 commit 7accb4f

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
@@ -263,11 +263,11 @@ def library_recipes():
263263
tk_patches = ['tk868_on_10_8_10_9.patch']
264264

265265
else:
266-
tcl_tk_ver='8.6.11'
267-
tcl_checksum='8a4c004f48984a03a7747e9ba06e4da4'
266+
tcl_tk_ver='8.6.12'
267+
tcl_checksum='87ea890821d2221f2ab5157bc5eb885f'
268268

269-
tk_checksum='c7ee71a2d05bba78dfffd76528dc17c6'
270-
tk_patches = ['bpo-44828-filedialog-crash-monterey.patch']
269+
tk_checksum='1d6dcf6120356e3d211e056dff5e462a'
270+
tk_patches = [ ]
271271

272272

273273
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)