Re: About requests.packages.urllib3 in Debian

2014-11-13 Thread Daniele Tricoli
First of all my apologies for the wasted time... specially for the Release Team that was so fast on unblocking requests 2.4.3-3. On Wednesday 12 November 2014 23:43:58 Tianon Gravi wrote: > Any ideas? Do we need to include some kind of further patch in > python-docker, or was the patch to request

Re: About requests.packages.urllib3 in Debian

2014-11-13 Thread Tianon Gravi
On 13 November 2014 10:25, Daniele Tricoli wrote: > I'm working on this and I think I have already the proper fix. Sorry for this! > :( No worries from my end! Thanks for your work! :D ♥, - Tianon 4096R / B42F 6819 007F 00F8 8E36 4FD4 036A 9C25 BF35 7DD4 -- To UNSUBSCRIBE, email to debian-

Re: About requests.packages.urllib3 in Debian

2014-11-13 Thread Daniele Tricoli
Hello Tianon, many thanks for this report. On Wednesday 12 November 2014 23:43:58 Tianon Gravi wrote: > Any ideas? Do we need to include some kind of further patch in > python-docker, or was the patch to requests possibly not complete? After appying the patch I did run requests' testsuite and I

Re: About requests.packages.urllib3 in Debian

2014-11-12 Thread Tianon Gravi
On 12 November 2014 23:43, Tianon Gravi wrote: > I reverted the python-docker -1.1 patch (and I've pushed that up so > it's easier to test against), ... Of course, that's the moment where my local push decides to hang and make a liar out of me... O:) ♥, - Tianon 4096R / B42F 6819 007F 00F8 8E

Re: About requests.packages.urllib3 in Debian

2014-11-12 Thread Tianon Gravi
On 12 November 2014 15:15, Daniele Tricoli wrote: > All done, including unblocking by RT (you rock! :). Many thanks to all! I reverted the python-docker -1.1 patch (and I've pushed that up so it's easier to test against), and now it works perfectly in python2 using the new requests 2.4.3-3, but p

Re: About requests.packages.urllib3 in Debian

2014-11-12 Thread Daniele Tricoli
On Monday 10 November 2014 22:02:26 Daniele Tricoli wrote: > So, before my analysis on requests' dependant is completed, I'm going to > open an RC bug on requests, fix it using Jakub's patch and than open an > unblock bug. All done, including unblocking by RT (you rock! :). Many thanks to all! K

Re: About requests.packages.urllib3 in Debian

2014-11-10 Thread Daniele Tricoli
Hello Jakub, On Wednesday 05 November 2014 12:15:29 Jakub Wilk wrote: > Maybe it'd be overkill, but it's possible to teach Python that urllib3 > and requests.packages.urllib3 are the same thing. Adding something like > this to the top of requests/__init__.py should do the trick: [CUT patch] Man

Re: About requests.packages.urllib3 in Debian

2014-11-10 Thread Daniele Tricoli
Hello Matthias, sorry for the late reply, we had a problematic weekend due to weather in Sicily. On Wednesday 05 November 2014 07:52:55 Matthias Urlichs wrote: > I'd add a stub _file_ which just contains "from urllib3 import *". Well, urllib3 is composed of multiple subpackage, for a single modu

Re: About requests.packages.urllib3 in Debian

2014-11-05 Thread Jakub Wilk
* Daniele Tricoli , 2014-11-04, 23:35: since requests 1.1.0-1 convenience copy of already packaged libraries are not shipped to follow Policy 4.13. (The package is tested at every rev but manually because tests need Internet connection.) Due to #753578 I added a stub (technically I just used a

Re: About requests.packages.urllib3 in Debian

2014-11-05 Thread Julien Cristau
On Wed, Nov 5, 2014 at 07:52:55 +0100, Matthias Urlichs wrote: > Hi, > > Daniele Tricoli: > > Due to #753578 I added a stub (technically I just used a symlink) to make > > import requests.packages.urllib3 works. > > I'd add a stub _file_ which just contains "from urllib3 import *". > Would tha

Re: About requests.packages.urllib3 in Debian

2014-11-04 Thread Matthias Urlichs
Hi, Daniele Tricoli: > Due to #753578 I added a stub (technically I just used a symlink) to make > import requests.packages.urllib3 works. I'd add a stub _file_ which just contains "from urllib3 import *". -- -- Matthias Urlichs signature.asc Description: Digital signature

About requests.packages.urllib3 in Debian

2014-11-04 Thread Daniele Tricoli
[CC Release Team since their opinion/approval is needed] Hello, since requests 1.1.0-1 convenience copy of already packaged libraries are not shipped to follow Policy 4.13. (The package is tested at every rev but manually because tests need Internet connection.) Due to #753578 I added a stub (tec