[01:31:24] <wanghua> hi all, I met a problem when I use pip bebind a proxy. The log is Could not fetch URL https://pypi.python.org/simple/aioeventlet/: There was a problem comfirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certicate verify failed(_ssl.c:590) - skipping.
[19:23:10] <hobarrera> eg: the tarball for them is unavailable, but pushing a new one is rejected.
[19:23:54] <dstufft> you can try uploading to Warehouse instead, but it may be randomly down and it doesn't purge the cache on PyPI itself so you'll want to edit the package once (even a no-op save should be enough) once all the files are uploaded
[19:25:14] <dstufft> I should probably just deploy a new upload endpoint already
[19:26:12] <dowwie> dstufft: why is it that a pip3.5 install results in wheel failures but a pip3.4 installs just fine
[19:26:19] <hobarrera> Just pushed a new release and:
[19:26:29] <hobarrera> 1. Tarball isn't available under the above URL
[19:26:32] <hobarrera> 2. pip searh does not list it.
[19:26:44] <hobarrera> 3. pypi DOES list it as the latest version, but not in searches
[19:27:41] <hobarrera> pypi is working so badly and erratically that I'd rather have under-development possibly-imperfect code, instead of unmaintained broken one. :P
[19:27:59] <dowwie> dstufft: "failed building wheel" errors, specifically
[19:28:03] <hobarrera> How *would* I push to warehouse?
[19:29:36] <dstufft> hobarrera: that URL structure isn't being used anymore, old stuff is still available under it but new stuff is using a new url scheme for various reasons-- Warehouse has a redirect from the old url scheme to the new url scheme but legacy PyPI is a horrible mess
[19:29:47] <dstufft> search is broken on legacy pypi
[19:30:45] <hobarrera> So package maintainer needs to use URLS like: https://pypi.python.org/packages/1b/b1/15e1e58b9c21707d9a087f1c94fa1b5b2104c162a5b89301fa7788f8c93d/todoman-1.6.3.tar.gz
[19:30:59] <dstufft> hobarrera: I'm in the process right now of trying to get wahtever we have implemented in Warehouse ready for a production deployment actually, and moving the old mess to legacy.pypi.io
[19:31:23] <apollo13> hobarrera: imo you should always have considered download urls an implementation detail
[19:32:18] <dstufft> hobarrera: you can use "https://pypi.io/packages/source/t/$pkgname/$pkgname-$pkgver.tar.gz" -- but that's a pre-production deployment so it may or may not go down
[19:33:09] <dstufft> hobarrera: you can publish to warehouse by setting the repository in your ~/.pypirc to https://pypi.io/pypi though.
[19:33:22] <dstufft> dowwie: Can you paste the entire output?
[19:33:43] <gchristensen> dstufft: thank you again for all your work, I imagine it is difficult being on the receiving end of the reports.
[19:39:40] <dstufft> gchristensen: https://s.caremad.io/RyrKokmiMS/fvAf54C.gif (Ok not really, mostly I excel at trying to pretend the bug tracker doesn't exist so I don't feel too guilty all the time about everything being broken, unless I'm getting a ton of emails from it)
[19:40:02] <dstufft> hobarrera: that URL (for uploads) might change in the future to something like https://upload.pypi.io/ (