https://github.com/python/cpython/commit/d87949b72b32529753e8fbd9f8be41914ce0a558 commit: d87949b72b32529753e8fbd9f8be41914ce0a558 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: ned-deily <[email protected]> date: 2026-07-17T22:40:46Z summary:
[3.15] gh-124111: Update macOS installer to use Tcl/Tk 9.0.4. (GH-153868) (#153871) cherry picked from commit d478cf81f770168e3fb512ce110a88774f04f549) Co-authored-by: Ned Deily <[email protected]> files: A Misc/NEWS.d/next/macOS/2026-07-17-23-35-36.gh-issue-124111.dmM4lk.rst M Mac/BuildScript/build-installer.py diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 7b43873af48801..d2fa6dd069e378 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='9.0.3' - tcl_checksum='2537ba0c86112c8c953f7c09d33f134dd45c0fb3a71f2d7f7691fd301d2c33a6' + tcl_tk_ver='9.0.4' + tcl_checksum='d0aed49230bc02a65c1e0229e65f34590a4b037ec40d546f32573b467f7551ea' - tk_checksum='bf344efadb618babb7933f69275620f72454d1c8220130da93e3f7feb0efbf9b' + tk_checksum='d7a146d2917eb8b5cc95276dbf0e3d03c7464d2b19c1675357857c989301dbb4' tk_patches = [] diff --git a/Misc/NEWS.d/next/macOS/2026-07-17-23-35-36.gh-issue-124111.dmM4lk.rst b/Misc/NEWS.d/next/macOS/2026-07-17-23-35-36.gh-issue-124111.dmM4lk.rst new file mode 100644 index 00000000000000..48ab66407831a8 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2026-07-17-23-35-36.gh-issue-124111.dmM4lk.rst @@ -0,0 +1 @@ +Update macOS installer to use Tcl/Tk 9.0.4. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
