Skip to content

Commit 358e04e

Browse files
indygregzanieb
authored andcommitted
tcl/tk: upgrade from 8.6.12 -> 8.6.14
Let's stay modern. Should address astral-sh#296.
1 parent 953883a commit 358e04e

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

cpython-unix/build-cpython.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ if [ -d "${TOOLS_PATH}/deps/lib/tcl8" ]; then
869869
# Copy tcl/tk/tix resources needed by tkinter.
870870
mkdir ${ROOT}/out/python/install/lib/tcl
871871
# Keep this list in sync with tcl_library_paths.
872-
for source in ${TOOLS_PATH}/deps/lib/{itcl4.2.2,tcl8,tcl8.6,thread2.8.7,tk8.6}; do
872+
for source in ${TOOLS_PATH}/deps/lib/{itcl4.2.4,tcl8,tcl8.6,thread2.8.9,tk8.6}; do
873873
cp -av $source ${ROOT}/out/python/install/lib/
874874
done
875875

cpython-unix/build.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -859,10 +859,10 @@ def build_cpython(
859859

860860
python_info["tcl_library_path"] = "install/lib"
861861
python_info["tcl_library_paths"] = [
862-
"itcl4.2.2",
862+
"itcl4.2.4",
863863
"tcl8",
864864
"tcl8.6",
865-
"thread2.8.7",
865+
"thread2.8.79",
866866
"tk8.6",
867867
]
868868

pythonbuild/downloads.py

+12-12
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,10 @@
301301
"version": "5.28.1.1",
302302
},
303303
"tcl": {
304-
"url": "https://prdownloads.sourceforge.net/tcl/tcl8.6.12-src.tar.gz",
305-
"size": 10353486,
306-
"sha256": "26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6",
307-
"version": "8.6.12",
304+
"url": "https://prdownloads.sourceforge.net/tcl/tcl8.6.14-src.tar.gz",
305+
"size": 11627322,
306+
"sha256": "5880225babf7954c58d4fb0f5cf6279104ce1cd6aa9b71e9a6322540e1c4de66",
307+
"version": "8.6.14",
308308
"library_names": ["tcl8.6"],
309309
"licenses": ["TCL"],
310310
"license_file": "LICENSE.tcl.txt",
@@ -318,19 +318,19 @@
318318
"license_file": "LICENSE.tix.txt",
319319
},
320320
"tk": {
321-
"url": "https://prdownloads.sourceforge.net/tcl/tk8.6.12-src.tar.gz",
322-
"size": 4515393,
323-
"sha256": "12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630",
324-
"version": "8.6.12",
321+
"url": "https://prdownloads.sourceforge.net/tcl/tk8.6.14-src.tar.gz",
322+
"size": 4510695,
323+
"sha256": "8ffdb720f47a6ca6107eac2dd877e30b0ef7fac14f3a84ebbd0b3612cee41a94",
324+
"version": "8.6.14",
325325
"library_names": ["tk8.6"],
326326
"licenses": ["TCL"],
327327
"license_file": "LICENSE.tcl.txt",
328328
},
329329
"tk-windows-bin": {
330-
"url": "https://github.com/python/cpython-bin-deps/archive/e3c3e9a2856124aa32b608632a52742d479eb7a9.tar.gz",
331-
"size": 6787654,
332-
"sha256": "01ad9c663659224e075d487cbc33ea2fed7a225593965b79bed92ca7f79b676f",
333-
"version": "8.6.12",
330+
"url": "https://github.com/python/cpython-bin-deps/archive/c624cc881bd0e5071dec9de4b120cbe9985d8c14.tar.gz",
331+
"size": 9497943,
332+
"sha256": "9b8e77d55f40ceaedd140ccca0daa804f0d43346d5abfcead9b547b5590f82f8",
333+
"version": "8.6.14",
334334
"git_commit": "e3c3e9a2856124aa32b608632a52742d479eb7a9",
335335
},
336336
"uuid": {

0 commit comments

Comments
 (0)