Skip Menu |

This queue is for tickets about the pip CPAN distribution.

Report information
The Basics
Id: 55945
Status: new
Priority: 0/
Queue: pip

People
Owner: Nobody in particular
Requestors: kmx [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] Supporting URLs not ending with zip|tar.gz
Hi,

it would be nice to support github URLs like http://github.com/john/repo-name/tarball/master which are technically redirects to tar.gz file but the current pip version rejects this type of URL as it does not end with zip|tar.gz.

The patch is already commited in your repo:
http://fisheye2.atlassian.com/browse/cpan/trunk/pip/lib/pip.pm?r1=11729&r2=11753

Please consider releasing the new pip.

--
kmx