Skip to content

Commit 099d72a

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

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
@@ -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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,10 @@
298298
"version": "5.28.1.1",
299299
},
300300
"tcl": {
301-
"url": "https://prdownloads.sourceforge.net/tcl/tcl8.6.12-src.tar.gz",
302-
"size": 10353486,
303-
"sha256": "26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6",
304-
"version": "8.6.12",
301+
"url": "https://prdownloads.sourceforge.net/tcl/tcl8.6.14-src.tar.gz",
302+
"size": 11627322,
303+
"sha256": "5880225babf7954c58d4fb0f5cf6279104ce1cd6aa9b71e9a6322540e1c4de66",
304+
"version": "8.6.14",
305305
"library_names": ["tcl8.6"],
306306
"licenses": ["TCL"],
307307
"license_file": "LICENSE.tcl.txt",
@@ -315,19 +315,19 @@
315315
"license_file": "LICENSE.tix.txt",
316316
},
317317
"tk": {
318-
"url": "https://prdownloads.sourceforge.net/tcl/tk8.6.12-src.tar.gz",
319-
"size": 4515393,
320-
"sha256": "12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630",
321-
"version": "8.6.12",
318+
"url": "https://prdownloads.sourceforge.net/tcl/tk8.6.14-src.tar.gz",
319+
"size": 4510695,
320+
"sha256": "8ffdb720f47a6ca6107eac2dd877e30b0ef7fac14f3a84ebbd0b3612cee41a94",
321+
"version": "8.6.14",
322322
"library_names": ["tk8.6"],
323323
"licenses": ["TCL"],
324324
"license_file": "LICENSE.tcl.txt",
325325
},
326326
"tk-windows-bin": {
327-
"url": "https://github.com/python/cpython-bin-deps/archive/e3c3e9a2856124aa32b608632a52742d479eb7a9.tar.gz",
328-
"size": 6787654,
329-
"sha256": "01ad9c663659224e075d487cbc33ea2fed7a225593965b79bed92ca7f79b676f",
330-
"version": "8.6.12",
327+
"url": "https://github.com/python/cpython-bin-deps/archive/c624cc881bd0e5071dec9de4b120cbe9985d8c14.tar.gz",
328+
"size": 9497943,
329+
"sha256": "9b8e77d55f40ceaedd140ccca0daa804f0d43346d5abfcead9b547b5590f82f8",
330+
"version": "8.6.14",
331331
"git_commit": "e3c3e9a2856124aa32b608632a52742d479eb7a9",
332332
},
333333
"uuid": {

0 commit comments

Comments
 (0)