Package: python-pip / 1.1-3

Metadata

Package Version Patches format
python-pip 1.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
format_egg_string.patch | (download)

pip/req.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use the same .egg string format than debian python-setuptools
remove_hardcoded_python_version.patch | (download)

pip.egg-info/entry_points.txt | 1 0 + 1 - 0 !
setup.py | 2 1 + 1 - 0 !
2 files changed, 1 insertion(+), 2 deletions(-)

 remove the harcoded python version in console exe
test_urlparse_uses_fragment.patch | (download)

pip/vcs/__init__.py | 4 3 + 1 - 0 !
pip/vcs/bazaar.py | 6 4 + 2 - 0 !
2 files changed, 7 insertions(+), 3 deletions(-)

 fix the improper use of urllib.parse.uses_fragment
Since  Python >= 2.7.3, 3.2.3 the module urlparse/urllib.parse (python3) do not
have a uses_fragment attribute. This patch tests if it exists before using it.