Skip to content

Commit f55c3ae

Browse files
committed
bpo-34370: Revert to using released Tk 8.6.8 with macOS installers
For 3.7.1rc1 and 3.6.7rc1 we used a pre-release development snapshot of Tk 8.6 to pick up some post-8.6.8 fixes for macOS. But the snapshot introduced at least one regression (bpo-34927). For rc2, revert to using the standard release 8.6.8 for now. This reverts commit adf4932.
1 parent 69e6ad6 commit f55c3ae

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ def library_recipes():
239239
},
240240
),
241241
dict(
242-
name="Tk 8.6.8+",
243-
url="http://core.tcl.tk/tk/tarball/16fdad9d/tk-16fdad9d.tar.gz",
244-
checksum='b8e0df69021924e8392f03d506252bdb',
242+
name="Tk 8.6.8",
243+
url="ftp://ftp.tcl.tk/pub/tcl//tcl8_6/tk8.6.8-src.tar.gz",
244+
checksum='5e0faecba458ee1386078fb228d008ba',
245245
patches=[
246246
"tk868_on_10_8_10_9.patch",
247247
],
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Revert to using the released Tk 8.6.8 with macOS installers instead of the
2+
Tk 8.6.x development snapshot used with 3.7.1rc1 and 3.6.7rc1. The snapshot
3+
introduced at least one significant regression (bpo-34927).

0 commit comments

Comments
 (0)