Bug#744145: [Python-modules-team] Bug#744145: pip3 breaks after upgrading requests

2015-01-26 Thread W. Martin Borgert
On 2015-01-26 10:25, Chris Kuehl wrote: > I wonder whether such a change should at least be documented in the > release notes, even if we can't address it because of the freeze? Yes, good idea. This would allow users to remove such libraries first and then upgrade Debian. Would you file a bug aga

Bug#744145: [Python-modules-team] Bug#744145: pip3 breaks after upgrading requests

2015-01-26 Thread Chris Kuehl
Hi Stefano, On Mon, Jan 26, 2015 at 05:12:42AM +0200, Stefano Rivera wrote: > I don't think I consider this bug to be RC. Debian packages have > declared dependencies on other Debian packages. Replacing one with > something newer from upstream, is quite likely to break things. Thanks for respondi

Bug#744145: [Python-modules-team] Bug#744145: pip3 breaks after upgrading requests

2015-01-25 Thread Stefano Rivera
Control: severity -1 wishlist Hi Chris (2015.01.23_11:34:16_+0200) > On a clean jessie or sid system (does not happen on wheezy): > > root# apt-get install python3 python3-pip > root# pip3 install --upgrade requests > > After this, every invocation of pip3 fails: I don't think I conside

Bug#744145: pip3 breaks after upgrading requests

2015-01-23 Thread Chris Kuehl
Hi again maintainer, As Yannick suggests, this seems to have been caused by this change to requests back in July: https://github.com/kennethreitz/requests/commit/47d0517d66e8cf5832768262221f0357ae134ad1 Now that requests.compat no longer imports IncompleteRead, it won't be available for pip to us

Bug#744145: pip3 breaks after upgrading requests

2015-01-23 Thread Chris Kuehl
Hi maintainer, I am able to reproduce this reliably. On a clean jessie or sid system (does not happen on wheezy): root# apt-get install python3 python3-pip root# pip3 install --upgrade requests After this, every invocation of pip3 fails: root# pip3 Traceback (most recent call l