PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 6th of December, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[19:34:58] <tos9> mjacob: doesn't seem to me different, I get the same behavior with both
[19:35:02] <tos9> (if it's installed, it doesn't reinstall)
[20:43:56] <mjacob> tos9: if i first run `pip install package==5.2.0` and then `pip install package==5.2.1`, the newer version is installed the second time
[20:45:51] <mjacob> tos9: however, after i have run `pip install 'hg+https://url/to/repository@foo#egg=package'`, `pip install 'hg+https://url/to/repository@bar#egg=package'` won't update anything.