]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-124111: Update macOS installer to use Tcl/Tk 8.6.17. (GH-139682) (#139683)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 05:19:28 +0000 (07:19 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 05:19:28 +0000 (05:19 +0000)
gh-124111: Update macOS installer to use Tcl/Tk 8.6.17. (GH-139682)
(cherry picked from commit 6d804e4efb8ed2ebeb9cef9577945c46c0038178)

Co-authored-by: Ned Deily <nad@python.org>
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2025-10-06-23-56-36.gh-issue-124111.KOlBvs.rst [new file with mode: 0644]

index 29c552f5aa621e7d4ee93bb33f1405cc47dd1d91..4fd8d55f35ad573e4fc8e92e3f11c0686ea26434 100755 (executable)
@@ -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.16'
-            tcl_checksum='91cb8fa61771c63c262efb553059b7c7ad6757afa5857af6265e4b0bdc2a14a5'
+            tcl_tk_ver='8.6.17'
+            tcl_checksum='a3903371efcce8a405c5c245d029e9f6850258a60fa3761c4d58995610949b31'
 
-            tk_checksum='be9f94d3575d4b3099d84bc3c10de8994df2d7aa405208173c709cc404a7e5fe'
+            tk_checksum='e4982df6f969c08bf9dd858a6891059b4a3f50dc6c87c10abadbbe2fc4838946'
             tk_patches = []
 
 
diff --git a/Misc/NEWS.d/next/macOS/2025-10-06-23-56-36.gh-issue-124111.KOlBvs.rst b/Misc/NEWS.d/next/macOS/2025-10-06-23-56-36.gh-issue-124111.KOlBvs.rst
new file mode 100644 (file)
index 0000000..2787e5d
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use Tcl/Tk 8.6.17.