Conversation
|
By analyzing the blame information on this pull request, we identified @bjornfor, @matthiasbeyer and @domenkozar to be potential reviewers |
|
Travis seems to indicate it's a mass rebuild, I don't understand why. It's changing only fixed output drvs. |
|
Seems like |
|
Nice catch! Opened madjar/nox#44 |
|
I really see no reason to merge this, we'll fix issues as they come or switch to another mirror. |
|
Verified using |
|
My only concern with this is we're now codifying that |
|
If we keep in mind that this is not an official API and agree that if it turns out to be unreliable and that we need a better solution by using say the API, then I think it is fine. I will anyway work further on autogenerated urls and hashes using the API. |
|
with the |
Recently PyPI changed their url scheme at https://pypi.python.org. After some complaints they mapped the older urls to the new ones again. This is however done on the upcoming PyPI 2.0 website, and not the current website.
In this PR the new website (https://pypi.io) is added as mirror. The new website works most of the time but can still fail occasionally and is not as reliable as the old one.
cc @domenkozar @wkennington