Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f34d181

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

3 files changed

Lines changed: 5 additions & 14 deletions

File tree

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

Lines changed: 0 additions & 10 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.12rc1'
269-
tcl_checksum='82fd1637c0f7d4b76cb909f8abc373ec'
268+
tcl_tk_ver='8.6.12'
269+
tcl_checksum='87ea890821d2221f2ab5157bc5eb885f'
270270

271-
tk_checksum='d63c3b91b86cd8b6fa54e83ef2c5153e'
272-
tk_patches = ['bpo-44828-filedialog-crash-monterey-8612rc1.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)