On 2016/04/25 17:47, Edd Barrett wrote: > I committed the URL change. > > On Mon, Apr 25, 2016 at 06:47:04PM +0500, Alexandr Shadchin wrote: > > portroach should not affected. > > I'm not sure. > > GetFiles() looks like it is downloading stuff from the old URL. No?
No, GetFiles() is using the API, not downloading. I think it's just using DISTNAME for the requests here so that part should still be ok. > CC jasper@ > > Question is, does the recent change to the PyPI download URLs affect > portroach? Yes, it affects portroach. Portroach matches on the URL to figure out which handler to use. CanHandle definitely needs a change to cope.
