From: Ned Deily Date: Sun, 10 May 2026 04:10:20 +0000 (-0400) Subject: [3.14] gh-124111: Update macOS installer to use Tcl/Tk 9.0.3. (#149463) X-Git-Tag: v3.14.5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d5857cfa363f67f1319c8bbb7626207f6896a52;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-124111: Update macOS installer to use Tcl/Tk 9.0.3. (#149463) --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index f1964ea1502b..50b22124ec02 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -264,10 +264,10 @@ def library_recipes(): tk_patches = ['backport_gh71383_fix.patch', 'tk868_on_10_8_10_9.patch', 'backport_gh110950_fix.patch'] else: - tcl_tk_ver='8.6.17' - tcl_checksum='a3903371efcce8a405c5c245d029e9f6850258a60fa3761c4d58995610949b31' + tcl_tk_ver='9.0.3' + tcl_checksum='2537ba0c86112c8c953f7c09d33f134dd45c0fb3a71f2d7f7691fd301d2c33a6' - tk_checksum='e4982df6f969c08bf9dd858a6891059b4a3f50dc6c87c10abadbbe2fc4838946' + tk_checksum='bf344efadb618babb7933f69275620f72454d1c8220130da93e3f7feb0efbf9b' tk_patches = [] diff --git a/Misc/NEWS.d/next/macOS/2026-05-05-18-42-59.gh-issue-124111.WmQG7S.rst b/Misc/NEWS.d/next/macOS/2026-05-05-18-42-59.gh-issue-124111.WmQG7S.rst new file mode 100644 index 000000000000..1318b41478f8 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2026-05-05-18-42-59.gh-issue-124111.WmQG7S.rst @@ -0,0 +1 @@ +Update macOS installer to use Tcl/Tk 9.0.3.