[issue34009] Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues

2018-07-10 Thread miss-islington
miss-islington added the comment: New changeset 5cca6f9fbead1fae27c37204f345a9465cc88959 by Miss Islington (bot) in branch '3.7': bpo-34009: Expand on platform support changes (GH-8022) https://github.com/python/cpython/commit/5cca6f9fbead1fae27c37204f345a9465cc88959 -- nosy:

[issue34009] Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues

2018-07-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +7765 stage: commit review -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue34009] Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues

2018-07-10 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 5fe7c98a54d127759cfce323fab831008c945964 by Nick Coghlan in branch 'master': bpo-34009: Expand on platform support changes (GH-8022) https://github.com/python/cpython/commit/5fe7c98a54d127759cfce323fab831008c945964 --

[issue34009] Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues

2018-07-04 Thread Nick Coghlan
Nick Coghlan added the comment: Given the update in https://github.com/deadsnakes/travis-ci-python3.7-example#update-2018-07-03, I've simplified the PR to remove any references to Travis CI, and instead just mention the code names for the relevant Debian and Ubuntu releases. I've also kept

[issue34009] Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues

2018-07-02 Thread Antoine Pitrou
Antoine Pitrou added the comment: Why should we mention Travis-CI at all? It's Travis-CI's job to document the binaries and runtimes they provide on each of their build environments. -- nosy: +pitrou ___ Python tracker

[issue34009] Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues

2018-07-02 Thread David MacIver
David MacIver added the comment: Anthony Sottile has pointed out to me that I'm wrong about the xenial thing, and that actually it does work it's just that you need to get multiple things right in order for it to do so. https://github.com/deadsnakes/travis-ci-python3.7-example is a good

[issue34009] Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues

2018-06-30 Thread Nick Coghlan
Nick Coghlan added the comment: I've updated the PR to match my current understanding of the situation with Debian 8 and Ubuntu 14.04. -- stage: needs patch -> commit review ___ Python tracker

[issue34009] Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues

2018-06-30 Thread Nick Coghlan
Nick Coghlan added the comment: Also adding Ɓukasz to the nosy list, since it was his comment from a few weeks ago on the Travis CI ticket that prompted my "dist: xenial" suggestion. -- nosy: +lukasz.langa ___ Python tracker

[issue34009] Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues

2018-06-30 Thread Nick Coghlan
Nick Coghlan added the comment: OK, given the above feedback, the PR I've created isn't right yet, but it at least shows where any information that we can provide on this point will end up. -- stage: patch review -> needs patch ___ Python tracker

[issue34009] Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues

2018-06-30 Thread Nick Coghlan
Change by Nick Coghlan : -- keywords: +patch pull_requests: +7631 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue34009] Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues

2018-06-30 Thread David MacIver
David MacIver added the comment: > According to > https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-395471575, > setting "dist: xenial" instead (giving Ubuntu 16.04) provides a testing > environment with a new enough OpenSSL for 3.7 to work. No, this doesn't work either. The

[issue34009] Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues

2018-06-30 Thread Nick Coghlan
New submission from Nick Coghlan : As noted in https://github.com/travis-ci/travis-ci/issues/9069, Travis CI's Ubuntu 14.04 environment includes an OpenSSL that's too old to meet Python 3.7's security requirements. According to