]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)
authorNed Deily <nad@python.org>
Mon, 4 Jan 2021 09:43:11 +0000 (04:43 -0500)
committerGitHub <noreply@github.com>
Mon, 4 Jan 2021 09:43:11 +0000 (04:43 -0500)
As of 2021-01-03, Tcl/Tk 8.6.11rc2 is expected to be the final release.

Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2021-01-04-01-17-17.bpo-42361.eolZAi.rst [new file with mode: 0644]

index 4d7bc1054518cd2f9e5656a025fa58cf00d37883..deafcce4f8128ef9c9f33ad2384ad12757241946 100755 (executable)
@@ -260,10 +260,10 @@ def library_recipes():
             tk_patches = ['tk868_on_10_8_10_9.patch']
 
         else:
-            tcl_tk_ver='8.6.10'
-            tcl_checksum='97c55573f8520bcab74e21bfd8d0aadc'
+            tcl_tk_ver='8.6.11'
+            tcl_checksum='8a4c004f48984a03a7747e9ba06e4da4'
 
-            tk_checksum='602a47ad9ecac7bf655ada729d140a94'
+            tk_checksum='c7ee71a2d05bba78dfffd76528dc17c6'
             tk_patches = [ ]
 
 
diff --git a/Misc/NEWS.d/next/macOS/2021-01-04-01-17-17.bpo-42361.eolZAi.rst b/Misc/NEWS.d/next/macOS/2021-01-04-01-17-17.bpo-42361.eolZAi.rst
new file mode 100644 (file)
index 0000000..39526b3
--- /dev/null
@@ -0,0 +1,2 @@
+Update macOS installer build to use Tcl/Tk 8.6.11 (rc2, expected to be final
+release).