PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 23rd of January, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[11:37:10] <danlipert> Hey folks - anyone run into an issue with using --no-cache-dir lately?
[11:37:57] <danlipert> Found my builds were broken this morning that used it, and looks like it affected some other people this morning as well: https://stackoverflow.com/questions/54315938/why-does-pipenv-fail-to-install-a-package-inside-a-docker-container
[11:39:20] <danlipert> Here's what I get if --no-cache-dir is set https://gist.github.com/danlipert/82352941f930653ea4ba3e9885e9268e
[11:54:48] <dstufft> danlipert: https://github.com/pypa/pip/issues/6158
[11:56:53] <danlipert> ah thanks dstufft, appreciate it!
[13:18:49] <pombreda> I wonder what would be the minimal set of setup() attributes that Pypi requires a package to have to accept an upload
[13:26:17] <pombreda> that's rather weak: basically only name and version :|