PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 1st of August, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[02:36:18] <sumanah> packagers: please test out uploading to PyPI using an API token https://blog.python.org/2019/07/pypi-now-supports-uploading-via-api.html
[20:36:39] <seven-eleven> how can I add a hash to my setup.py that I can check against when installing the package?
[20:44:30] <sumanah> hi seven-eleven
[20:46:28] <seven-eleven> hi sumanah
[20:46:49] <sumanah> seven-eleven: I think this info might be on https://packaging.python.org/ have you looked there?
[20:48:34] <seven-eleven> sumanah, nothing in those docs, but I found a small chapter here https://pip.pypa.io/en/stable/reference/pip_install/
[20:49:03] <sumanah> great
[20:53:56] <seven-eleven> sumanah, i read the chapter before I asked here, it's not sufficient to solve my question
[20:57:21] <sumanah> I'm sorry for misunderstanding seven-eleven
[21:00:18] <sumanah> once some folks in other places wake up you may get an answer :)
[21:31:00] <seven-eleven> is this issue fixed by now? https://github.com/pypa/pip/issues/1035
[23:50:11] <tos9> seven-eleven: hashes, assuming you're talking about the same thing I think you are, are not a setuptools feature, they're a pip feature
[23:50:19] <tos9> seven-eleven: they go in requirements.txts, not setup.pys