Bug#870888: breaks awscli 1.11.121-1

2017-11-27 Thread Adrian Bunk
On Sat, Aug 26, 2017 at 03:33:03AM -0300, Nicolás Alvarez wrote: >... > But if that botocore code is indeed wrong, then comes the question of > why this ever worked before, and why the change in requests made it > fail. This was fixed in awscli (#874367)[1], so a Breaks on older awscli versions

Bug#870888: breaks awscli 1.11.121-1

2017-08-26 Thread Nicolás Alvarez
This might be a botocore bug. botocore/awsrequest.py has this code: class AWSHTTPConnection(HTTPConnection): def __init__(self, *args, **kwargs): HTTPConnection.__init__(self, *args, **kwargs) # [snip] # [snip more overridden methods...] class

Bug#870888: breaks awscli 1.11.121-1

2017-08-25 Thread Nicolás Alvarez
I tried bisecting the upstream code directly from git, and got down to the range of commits where upstream removed bundled libraries: With requests 282b01a7c9, awscli works (v2.15.1, right before deleting the 'packages' directory) With requests 47f170bb35, awscli fails (pre-v2.16.0, right after

Bug#870888: breaks awscli 1.11.121-1

2017-08-07 Thread Daniele Tricoli
Hello Jamie, On Sunday, August 6, 2017 1:06:22 AM CEST Jamie Heilman wrote: > Package: python3-requests > Version: 2.18.1-1 > Severity: important > > With this version installed (and python3-urllib3 1.21.1-1), aws cli > just spits out: > > 'AWSHTTPSConnection' object has no attribute

Bug#870888: breaks awscli 1.11.121-1

2017-08-05 Thread Jamie Heilman
Package: python3-requests Version: 2.18.1-1 Severity: important With this version installed (and python3-urllib3 1.21.1-1), aws cli just spits out: 'AWSHTTPSConnection' object has no attribute 'ssl_context' downgrading to 2.12.4-1 restores normal functionality. I haven't looked to see if