PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 20th of July, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[05:21:16] <omry_> I found a crazy and ancient bug in setuptools. if a package have - in the name, setup tools will add phantom a phantom package without the suffix (assuming it's a version).
[05:21:35] <omry_> if there is an actual package without the suffix, it will get matched to the phantom package.
[05:21:37] <omry_> https://github.com/pypa/setuptools/blame/1cc88214f605e8458cc45495e6a8f476ad6d1cbb/setuptools/package_index.py#L172-L182
[05:21:40] <omry_> example package names:
[05:21:45] <omry_> foo-bar and foo