Re: [Python-Dev] [PyPI] Email verification

2018-12-05 Thread Brett Cannon
I've reported this to infrastructure@. On Wed., Dec. 5, 2018, 12:05 PyPI Someone, perhaps you, has added this email address (Python-dev@python.org) > to their PyPI account. > > If you wish to proceed with this request, click this link to verify your > email address >

[Python-Dev] [PyPI] Email verification

2018-12-05 Thread PyPI
Someone, perhaps you, has added this email address to their PyPI account: Python-dev@python.org If you wish to proceed with this request, follow the link below to verify your email address: https://pypi.org/account/verify-email/?token=eyJhY3Rpb24iOiJlbWFpbC12ZXJpZnkiLCJlbWFpbC5pZCI6IjMyODU

Re: [Python-Dev] test_urllib2net fixed to repair Travis CI

2018-12-05 Thread Nathaniel Smith
Travis is in the middle of moving everything from AWS to GCE, which is probably related: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration As noted there, GCE has different IP addresses. But I suspect it's not the new IP address that's the problem, but rather the fact

[Python-Dev] test_urllib2net fixed to repair Travis CI

2018-12-05 Thread Victor Stinner
Hi, It seems like Travis CI changed its security or network configuration: some FTP tests of test_urllib2net started to fail with "425 Security: Bad IP connecting" yesterday: https://bugs.python.org/issue35411 The failure seems to be reproducible and so prevents to merge any change in any bra