Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.9] bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. #29933

Merged
merged 1 commit into from Dec 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
203 changes: 0 additions & 203 deletions Mac/BuildScript/bpo-44828-filedialog-crash-monterey.patch

This file was deleted.

8 changes: 4 additions & 4 deletions Mac/BuildScript/build-installer.py
Expand Up @@ -263,11 +263,11 @@ def library_recipes():
tk_patches = ['tk868_on_10_8_10_9.patch']

else:
tcl_tk_ver='8.6.11'
tcl_checksum='8a4c004f48984a03a7747e9ba06e4da4'
tcl_tk_ver='8.6.12'
tcl_checksum='87ea890821d2221f2ab5157bc5eb885f'

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


result.extend([
Expand Down
@@ -0,0 +1 @@
Update python.org macOS installer to use Tcl/Tk 8.6.12.