Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea41d5f

Browse files
committed
Issue #15663: Update OS X installer to use Tcl/Tk 8.5.15.
1 parent 5375b49 commit ea41d5f

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

Mac/BuildScript/README.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ for each release.
5757

5858
* NCurses 5.9 (http://bugs.python.org/issue15037)
5959
* SQLite 3.7.13
60-
* Tcl 8.5.14
61-
* Tk 8.5.14
60+
* Tcl 8.5.15
61+
* Tk 8.5.15
6262
* XZ 5.0.3
6363

6464
- uses system-supplied versions of third-party libraries
6565

6666
* readline module links with Apple BSD editline (libedit)
6767

68-
- requires ActiveState Tcl/Tk 8.5.14 (or later) to be installed for building
68+
- requires ActiveState Tcl/Tk 8.5.15 (or later) to be installed for building
6969

7070
* Beginning with Python 3.4 alpha2, this installer now includes its own
71-
private copy of Tcl and Tk 8.5.14 libraries and thus is no longer
71+
private copy of Tcl and Tk 8.5.15 libraries and thus is no longer
7272
dependent on the buggy releases of Aqua Cocoa Tk 8.5 shipped with
7373
OS X 10.6 or on installing a newer third-party version of Tcl/Tk
7474
in /Library/Frameworks, such as from ActiveState. Because this

Mac/BuildScript/build-installer.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ def library_recipes():
196196
if DEPTARGET > '10.5':
197197
result.extend([
198198
dict(
199-
name="Tcl 8.5.14",
200-
url="ftp://ftp.tcl.tk/pub/tcl//tcl8_5/tcl8.5.14-src.tar.gz",
201-
checksum='44b50e58ab45dd272f6714dce2129123',
199+
name="Tcl 8.5.15",
200+
url="ftp://ftp.tcl.tk/pub/tcl//tcl8_5/tcl8.5.15-src.tar.gz",
201+
checksum='f3df162f92c69b254079c4d0af7a690f',
202202
buildDir="unix",
203203
configure_pre=[
204204
'--enable-shared',
@@ -212,9 +212,9 @@ def library_recipes():
212212
},
213213
),
214214
dict(
215-
name="Tk 8.5.14",
216-
url="ftp://ftp.tcl.tk/pub/tcl//tcl8_5/tk8.5.14-src.tar.gz",
217-
checksum='a9c48921b3688020470cd3a6dd4e867d',
215+
name="Tk 8.5.15",
216+
url="ftp://ftp.tcl.tk/pub/tcl//tcl8_5/tk8.5.15-src.tar.gz",
217+
checksum='55b8e33f903210a4e1c8bce0f820657f',
218218
buildDir="unix",
219219
configure_pre=[
220220
'--enable-aqua',

Misc/NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ Build
188188

189189
- Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010.
190190

191+
- Issue #15663: Update OS X 10.6+ installer to use Tcl/Tk 8.5.15.
191192

192193
What's New in Python 3.4.0 Alpha 3?
193194
===================================

0 commit comments

Comments
 (0)