msg312512 - (view) |
Author: Terry J. Reedy (terry.reedy) *  |
Date: 2018-02-21 21:26 |
This should be done ASAP for most testing. MacOS 64bit 3.7.0b1 links to 8.6.7. Whether that should be upgraded to 8.6.8 is up to Ned. I raised question on #15663. |
|
|
msg312514 - (view) |
Author: Zachary Ware (zach.ware) *  |
Date: 2018-02-21 21:58 |
This is on Steve these days due to the binary signing. |
|
|
msg312577 - (view) |
Author: Steve Dower (steve.dower) *  |
Date: 2018-02-22 18:37 |
Yay, more work... (btw Zach, nothing stopping you from putting the sources up for me :) I just need to hit the buttons to make the build.) |
|
|
msg312583 - (view) |
Author: Ned Deily (ned.deily) *  |
Date: 2018-02-22 18:50 |
Yeah, we should do that for the macOS installers as well. |
|
|
msg312584 - (view) |
Author: Zachary Ware (zach.ware) *  |
Date: 2018-02-22 18:53 |
True :). I'll get the sources up if I get a chance to do it before you do. (Anyone else can feel free to take a crack at it as well, see https://github.com/python/cpython-source-deps/blob/master/README.rst for instructions that should hopefully work :)) |
|
|
msg312586 - (view) |
Author: Cheryl Sabella (cheryl.sabella) *  |
Date: 2018-02-22 19:12 |
I'll give it a shot. :-) |
|
|
msg312591 - (view) |
Author: Steve Dower (steve.dower) *  |
Date: 2018-02-22 19:39 |
I'm already most of the way through doing the sources this time - just running into ssh/GitHub troubles getting them online. |
|
|
msg312594 - (view) |
Author: Steve Dower (steve.dower) *  |
Date: 2018-02-22 20:32 |
Still working on this - X11 and the WinSDK aren't playing nicely together. I might need a special build configuration to build this, or to submit fixes (and apply patches) to Tk. |
|
|
msg312598 - (view) |
Author: Terry J. Reedy (terry.reedy) *  |
Date: 2018-02-22 22:22 |
Is "this will only be useful on Windows," in the source-deps readme still true? It appears that the tcl/tk tar.gz source is meant for Mac also. (IE, has Xcode project files.) https://tcl.tk/software/tcltk/download.html Looking ahead, there is an 8.7a1 release. I am hoping that 8.7 will be available for our 3.8, as it should include a rewritten Text widget that, among other things, will fix the slow long lines problem. Do we wait for 8.7 final or do we start testing and, if necessary, adapting _tkinter and tkinter with, say, their .b1? |
|
|
msg312639 - (view) |
Author: Steve Dower (steve.dower) *  |
Date: 2018-02-23 16:22 |
New changeset efa6c762268d68985f3012234f62ea9e5ced8b7c by Steve Dower in branch 'master': bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823) https://github.com/python/cpython/commit/efa6c762268d68985f3012234f62ea9e5ced8b7c |
|
|
msg312640 - (view) |
Author: Steve Dower (steve.dower) *  |
Date: 2018-02-23 16:25 |
The sources are just the original sources, so they could be useful on other platforms too. The build on cpython-bin-deps is obviously only useful on Windows. |
|
|
msg312643 - (view) |
Author: miss-islington (miss-islington) |
Date: 2018-02-23 16:44 |
New changeset 74b73642596caa287ee59bf7901ca009606c24cc by Miss Islington (bot) in branch '3.7': bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823) https://github.com/python/cpython/commit/74b73642596caa287ee59bf7901ca009606c24cc |
|
|
msg312668 - (view) |
Author: Steve Dower (steve.dower) *  |
Date: 2018-02-23 20:58 |
Windows is complete - leaving this open for Ned to resolve when the Mac installers are done. |
|
|
msg312669 - (view) |
Author: Terry J. Reedy (terry.reedy) *  |
Date: 2018-02-23 21:11 |
New build with 8.6.8 seems to work fine on my machine. Thanks. I noticed that 'fetching tcl/tk 8.6.8' downloaded a pre-built binary instead of sources to build on my machine. Nice. |
|
|
msg313030 - (view) |
Author: Ned Deily (ned.deily) *  |
Date: 2018-02-27 22:38 |
New changeset 9189e95d9c6691de18783b2e9213ec2dc18fd0c5 by Ned Deily in branch 'master': bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8 https://github.com/python/cpython/commit/9189e95d9c6691de18783b2e9213ec2dc18fd0c5 |
|
|
msg313031 - (view) |
Author: Ned Deily (ned.deily) *  |
Date: 2018-02-27 22:45 |
New changeset a7edca7122cb952874e74d64d693c5b938c758cb by Ned Deily in branch '3.7': bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8 https://github.com/python/cpython/commit/a7edca7122cb952874e74d64d693c5b938c758cb |
|
|
msg313032 - (view) |
Author: Ned Deily (ned.deily) *  |
Date: 2018-02-27 22:53 |
Terry: > Is "this will only be useful on Windows," in the source-deps readme still true? It appears that the tcl/tk tar.gz source is meant for Mac also. The macOS installer builds do not use the cpython-source-deps repo. |
|
|