Skip to content

Commit 309e29f

Browse files
indygregzanieb
authored andcommitted
tcl/tk: upgrade from 8.6.12 -> 8.6.14
Let's stay modern. Should address #296.
1 parent 2d8972d commit 309e29f

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

cpython-unix/build-cpython.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ if [ -d "${TOOLS_PATH}/deps/lib/tcl8" ]; then
10831083
# Copy tcl/tk/tix resources needed by tkinter.
10841084
mkdir ${ROOT}/out/python/install/lib/tcl
10851085
# Keep this list in sync with tcl_library_paths.
1086-
for source in ${TOOLS_PATH}/deps/lib/{itcl4.2.2,tcl8,tcl8.6,thread2.8.7,tk8.6}; do
1086+
for source in ${TOOLS_PATH}/deps/lib/{itcl4.2.4,tcl8,tcl8.6,thread2.8.9,tk8.6}; do
10871087
cp -av $source ${ROOT}/out/python/install/lib/
10881088
done
10891089

cpython-unix/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,10 +893,10 @@ def build_cpython(
893893

894894
python_info["tcl_library_path"] = "install/lib"
895895
python_info["tcl_library_paths"] = [
896-
"itcl4.2.2",
896+
"itcl4.2.4",
897897
"tcl8",
898898
"tcl8.6",
899-
"thread2.8.7",
899+
"thread2.8.79",
900900
"tk8.6",
901901
]
902902

pythonbuild/downloads.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,10 @@
309309
"version": "5.38.2.2",
310310
},
311311
"tcl": {
312-
"url": "https://prdownloads.sourceforge.net/tcl/tcl8.6.12-src.tar.gz",
313-
"size": 10353486,
314-
"sha256": "26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6",
315-
"version": "8.6.12",
312+
"url": "https://prdownloads.sourceforge.net/tcl/tcl8.6.14-src.tar.gz",
313+
"size": 11627322,
314+
"sha256": "5880225babf7954c58d4fb0f5cf6279104ce1cd6aa9b71e9a6322540e1c4de66",
315+
"version": "8.6.14",
316316
"library_names": ["tcl8.6"],
317317
"licenses": ["TCL"],
318318
"license_file": "LICENSE.tcl.txt",
@@ -326,19 +326,19 @@
326326
"license_file": "LICENSE.tix.txt",
327327
},
328328
"tk": {
329-
"url": "https://prdownloads.sourceforge.net/tcl/tk8.6.12-src.tar.gz",
330-
"size": 4515393,
331-
"sha256": "12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630",
332-
"version": "8.6.12",
329+
"url": "https://prdownloads.sourceforge.net/tcl/tk8.6.14-src.tar.gz",
330+
"size": 4510695,
331+
"sha256": "8ffdb720f47a6ca6107eac2dd877e30b0ef7fac14f3a84ebbd0b3612cee41a94",
332+
"version": "8.6.14",
333333
"library_names": ["tk8.6"],
334334
"licenses": ["TCL"],
335335
"license_file": "LICENSE.tcl.txt",
336336
},
337337
"tk-windows-bin": {
338-
"url": "https://github.com/python/cpython-bin-deps/archive/e3c3e9a2856124aa32b608632a52742d479eb7a9.tar.gz",
339-
"size": 6787654,
340-
"sha256": "01ad9c663659224e075d487cbc33ea2fed7a225593965b79bed92ca7f79b676f",
341-
"version": "8.6.12",
338+
"url": "https://github.com/python/cpython-bin-deps/archive/c624cc881bd0e5071dec9de4b120cbe9985d8c14.tar.gz",
339+
"size": 9497943,
340+
"sha256": "9b8e77d55f40ceaedd140ccca0daa804f0d43346d5abfcead9b547b5590f82f8",
341+
"version": "8.6.14",
342342
"git_commit": "e3c3e9a2856124aa32b608632a52742d479eb7a9",
343343
},
344344
"uuid": {

0 commit comments

Comments
 (0)