mosquito / pypi-server

Tornado based server like pypi.python.org. With caching from pypi.
MIT License
120 stars 38 forks source link

[fix] do not crash on duplicate files #7

Closed jgiannuzzi closed 8 years ago

jgiannuzzi commented 8 years ago

This PR allows to properly proxy packages like Django or ipython, where a few bad releases are pointing to the same dummy URL, which caused pypi-server to stop processing with a DataError exception ("Duplicate file").