bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29931)

This commit is contained in:
Ned Deily 2021-12-06 02:44:09 -05:00 committed by GitHub
parent c0521fe49f
commit f34d181fa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 14 deletions

View file

@ -1,10 +0,0 @@
--- tk8.6.12/macosx/tkMacOSXDialog.c 2021-10-29 17:08:23.000000000 +0000
+++ tk8.6.12-patched/macosx/tkMacOSXDialog.c 2021-11-02 19:04:59.000000000 +0000
@@ -379,6 +379,7 @@
[NSApp tkFilePanelDidEnd:panel
returnCode:modalReturnCode
contextInfo:callbackInfo ];
+ [parent endSheet:panel];
}
} else {
modalReturnCode = [panel runModal];

View file

@ -265,11 +265,11 @@ def library_recipes():
tk_patches = ['tk868_on_10_8_10_9.patch']
else:
tcl_tk_ver='8.6.12rc1'
tcl_checksum='82fd1637c0f7d4b76cb909f8abc373ec'
tcl_tk_ver='8.6.12'
tcl_checksum='87ea890821d2221f2ab5157bc5eb885f'
tk_checksum='d63c3b91b86cd8b6fa54e83ef2c5153e'
tk_patches = ['bpo-44828-filedialog-crash-monterey-8612rc1.patch']
tk_checksum='1d6dcf6120356e3d211e056dff5e462a'
tk_patches = [ ]
result.extend([

View file

@ -0,0 +1 @@
Update python.org macOS installer to use Tcl/Tk 8.6.12.