Re: [python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Nick Coghlan
On 27 January 2018 at 09:23, Victor Stinner wrote: > At least, if Python 3.7 doesn't work on OpenBSD anymore because of > this issue, maybe LibreSSL will be more motivated to fix the issue? > :-) > Anyone using the Alpine Linux based Docker images (including Docker

Re: [python-committers] trivial tag on GitHub?

2018-01-26 Thread Brett Cannon
On Fri, 26 Jan 2018 at 13:04 Ethan Furman wrote: > On 01/26/2018 09:28 AM, Mariatta Wijaya wrote: > > > So when the original PR didn't have a news entry, what should I have > seen to alert me to that? > > > > If a news entry is missing from the PR, the CI check at the

Re: [python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Victor Stinner
2018-01-26 23:25 GMT+01:00 Christian Heimes : > We never officially supported LibreSSL, so we aren't breaking any > promise. I supported LibreSSL as a best-effort approach. > > You can still have TLS support with extra packages. Python requests and > pip can also use

Re: [python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Christian Heimes
On 2018-01-26 23:09, Christian Heimes wrote: > On 2018-01-26 23:03, Victor Stinner wrote: >> 2018-01-26 20:47 GMT+01:00 Christian Heimes : >>> LibreSSL does not yet implement these APIs yet >> >> Does it mean that Python 3.7 will not support OpenBSD anymore? Well, >> it's not

Re: [python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Christian Heimes
On 2018-01-26 23:13, Victor Stinner wrote: > 2018-01-26 23:09 GMT+01:00 Christian Heimes : >> OpenBSD is still supported. But you either have to install OpenSSL, live >> without SSL support or get LibreSSL fixed. Python's test suite is >> passing without ssl available. > >

Re: [python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Victor Stinner
2018-01-26 23:09 GMT+01:00 Christian Heimes : > OpenBSD is still supported. But you either have to install OpenSSL, live > without SSL support or get LibreSSL fixed. Python's test suite is > passing without ssl available. (Sure, if LibreSSL is fixed, the issue goes away, but

Re: [python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Christian Heimes
On 2018-01-26 23:03, Victor Stinner wrote: > 2018-01-26 20:47 GMT+01:00 Christian Heimes : >> LibreSSL does not yet implement these APIs yet > > Does it mean that Python 3.7 will not support OpenBSD anymore? Well, > it's not like OpenBSD support is perfect, but there are

Re: [python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Victor Stinner
2018-01-26 20:47 GMT+01:00 Christian Heimes : > LibreSSL does not yet implement these APIs yet Does it mean that Python 3.7 will not support OpenBSD anymore? Well, it's not like OpenBSD support is perfect, but there are only few issues on OpenBSD. Does other operating

Re: [python-committers] trivial tag on GitHub?

2018-01-26 Thread Ethan Furman
On 01/26/2018 01:09 PM, Ned Deily wrote: On Jan 26, 2018, at 16:05, Ethan Furman wrote: On 01/26/2018 09:28 AM, Mariatta Wijaya wrote: So when the original PR didn't have a news entry, what should I have seen to alert me to that? If a news entry is missing from the

Re: [python-committers] trivial tag on GitHub?

2018-01-26 Thread Ned Deily
On Jan 26, 2018, at 16:05, Ethan Furman wrote: > On 01/26/2018 09:28 AM, Mariatta Wijaya wrote: > >>So when the original PR didn't have a news entry, what should I have seen >> to alert me to that? >> >> If a news entry is missing from the PR, the CI check at the bottom

Re: [python-committers] trivial tag on GitHub?

2018-01-26 Thread Ethan Furman
On 01/26/2018 09:28 AM, Mariatta Wijaya wrote: So when the original PR didn't have a news entry, what should I have seen to alert me to that? If a news entry is missing from the PR, the CI check at the bottom of the PR will fail. You should see the following: bedevere/news -- No news

[python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Christian Heimes
For your information, my ssl module improvement "Let OpenSSL verify hostname and IP address" will land either today or tomorrow. I'm just waiting for Alex to give me the final ACK on PR https://github.com/python/cpython/pull/3462. Once the PR has landed, several issues with hostname and IP

Re: [python-committers] trivial tag on GitHub?

2018-01-26 Thread Mariatta Wijaya
> So when the original PR didn't have a news entry, what should I have seen > to alert me to that? If a news entry is missing from the PR, the CI check at the bottom of the PR will fail. You should see the following: bedevere/news -- No news entry in Misc/NEWS.d/next/ or "skip news" label found

Re: [python-committers] trivial tag on GitHub?

2018-01-26 Thread Ethan Furman
On 01/26/2018 12:45 AM, Terry Reedy wrote: On 1/26/2018 1:28 AM, Ethan Furman wrote: I created a new pull request to add a forgotten news entry, and now it's going through all the pre-checks, etc. I seem to recall we could add a "trivial" tag to an issue to skip those. Is that still

Re: [python-committers] trivial tag on GitHub?

2018-01-26 Thread Terry Reedy
On 1/26/2018 1:28 AM, Ethan Furman wrote: I created a new pull request to add a forgotten news entry, and now it's going through all the pre-checks, etc. I seem to recall we could add a "trivial" tag to an issue to skip those.  Is that still true, and if so, how? 'trivial' was replaced by