Skip to content

Commit 00dc9bc

Browse files
committed
tcl/tk: upgrade from 8.6.12 -> 8.6.14
Let's stay modern. Should address astral-sh#296.
1 parent a456e8f commit 00dc9bc

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

cpython-unix/build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ def build_cpython(
896896
"itcl4.2.4",
897897
"tcl8",
898898
"tcl8.6",
899-
"thread2.8.7",
899+
"thread2.8.79",
900900
"tk8.6",
901901
]
902902

pythonbuild/downloads.py

-25
Original file line numberDiff line numberDiff line change
@@ -339,31 +339,6 @@
339339
"size": 9497943,
340340
"sha256": "9b8e77d55f40ceaedd140ccca0daa804f0d43346d5abfcead9b547b5590f82f8",
341341
"version": "8.6.14",
342-
"git_commit": "c624cc881bd0e5071dec9de4b120cbe9985d8c14",
343-
},
344-
"tcl-8612": {
345-
"url": "https://prdownloads.sourceforge.net/tcl/tcl8.6.12-src.tar.gz",
346-
"size": 10353486,
347-
"sha256": "26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6",
348-
"version": "8.6.12",
349-
"library_names": ["tcl8.6"],
350-
"licenses": ["TCL"],
351-
"license_file": "LICENSE.tcl.txt",
352-
},
353-
"tk-8612": {
354-
"url": "https://prdownloads.sourceforge.net/tcl/tk8.6.12-src.tar.gz",
355-
"size": 4515393,
356-
"sha256": "12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630",
357-
"version": "8.6.12",
358-
"library_names": ["tk8.6"],
359-
"licenses": ["TCL"],
360-
"license_file": "LICENSE.tcl.txt",
361-
},
362-
"tk-windows-bin-8612": {
363-
"url": "https://github.com/python/cpython-bin-deps/archive/e3c3e9a2856124aa32b608632a52742d479eb7a9.tar.gz",
364-
"size": 6787654,
365-
"sha256": "01ad9c663659224e075d487cbc33ea2fed7a225593965b79bed92ca7f79b676f",
366-
"version": "8.6.12",
367342
"git_commit": "e3c3e9a2856124aa32b608632a52742d479eb7a9",
368343
},
369344
"uuid": {

0 commit comments

Comments
 (0)