Skip to content

Commit 92276b2

Browse files
committed
tcl/tk: upgrade from 8.6.12 -> 8.6.14
Let's stay modern. Should address #296.
1 parent f2a6c98 commit 92276b2

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

cpython-unix/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ def build_cpython(
905905
"itcl4.2.4",
906906
"tcl8",
907907
"tcl8.6",
908-
"thread2.8.7",
908+
"thread2.8.79",
909909
"tk8.6",
910910
]
911911

pythonbuild/downloads.py

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -342,31 +342,6 @@
342342
"size": 9497943,
343343
"sha256": "9b8e77d55f40ceaedd140ccca0daa804f0d43346d5abfcead9b547b5590f82f8",
344344
"version": "8.6.14",
345-
"git_commit": "c624cc881bd0e5071dec9de4b120cbe9985d8c14",
346-
},
347-
"tcl-8612": {
348-
"url": "https://prdownloads.sourceforge.net/tcl/tcl8.6.12-src.tar.gz",
349-
"size": 10353486,
350-
"sha256": "26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6",
351-
"version": "8.6.12",
352-
"library_names": ["tcl8.6"],
353-
"licenses": ["TCL"],
354-
"license_file": "LICENSE.tcl.txt",
355-
},
356-
"tk-8612": {
357-
"url": "https://prdownloads.sourceforge.net/tcl/tk8.6.12-src.tar.gz",
358-
"size": 4515393,
359-
"sha256": "12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630",
360-
"version": "8.6.12",
361-
"library_names": ["tk8.6"],
362-
"licenses": ["TCL"],
363-
"license_file": "LICENSE.tcl.txt",
364-
},
365-
"tk-windows-bin-8612": {
366-
"url": "https://github.com/python/cpython-bin-deps/archive/e3c3e9a2856124aa32b608632a52742d479eb7a9.tar.gz",
367-
"size": 6787654,
368-
"sha256": "01ad9c663659224e075d487cbc33ea2fed7a225593965b79bed92ca7f79b676f",
369-
"version": "8.6.12",
370345
"git_commit": "e3c3e9a2856124aa32b608632a52742d479eb7a9",
371346
},
372347
"uuid": {

0 commit comments

Comments
 (0)