Skip to content

Commit 96e12ab

Browse files
indygregzanieb
authored andcommitted
tcl/tk: upgrade from 8.6.12 -> 8.6.14
Let's stay modern. Should address #296.
1 parent 4c4d347 commit 96e12ab

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
@@ -1034,7 +1034,7 @@ if [ -d "${TOOLS_PATH}/deps/lib/tcl8" ]; then
10341034
# Copy tcl/tk/tix resources needed by tkinter.
10351035
mkdir ${ROOT}/out/python/install/lib/tcl
10361036
# Keep this list in sync with tcl_library_paths.
1037-
for source in ${TOOLS_PATH}/deps/lib/{itcl4.2.2,tcl8,tcl8.6,thread2.8.7,tk8.6}; do
1037+
for source in ${TOOLS_PATH}/deps/lib/{itcl4.2.4,tcl8,tcl8.6,thread2.8.9,tk8.6}; do
10381038
cp -av $source ${ROOT}/out/python/install/lib/
10391039
done
10401040

cpython-unix/build.py

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

887887
python_info["tcl_library_path"] = "install/lib"
888888
python_info["tcl_library_paths"] = [
889-
"itcl4.2.2",
889+
"itcl4.2.4",
890890
"tcl8",
891891
"tcl8.6",
892-
"thread2.8.7",
892+
"thread2.8.79",
893893
"tk8.6",
894894
]
895895

pythonbuild/downloads.py

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

0 commit comments

Comments
 (0)