Bug#1073178: awscli: please update awsci and/or botocore to support urllib3 2.x

2024-06-24 Thread Simon John
Looks like the system botocore has the fix, bit there's another one bundled with awscli that doesn't - and that's the one being used: /usr/lib/python3/dist-packages/awscli/botocore/httpsession.py /usr/lib/python3/dist-packages/botocore/httpsession.py: So looks like we need to remove the

Bug#1073178: awscli: please update awsci and/or botocore to support urllib3 2.x

2024-06-19 Thread Gregor Riepl
that leads here: https://github.com/aws/aws-cli/issues/7905 "cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_'" https://github.com/boto/botocore/pull/2924/files It's not mentioned in the changelog, but this commit was already included in 1.29.123:

Bug#1073178: awscli: please update awsci and/or botocore to support urllib3 2.x

2024-06-14 Thread Alexandre Detiste
Source: awscli Version: 2.15.22-1 Severity: serious Justification: FTBFS X-Debbugs-Cc: debian-pyt...@lists.debian.org, Noah Meyerhans Dear Maintainers, Please update awscli and/or botocore to untangle the urllib3 2.x transition. https://tracker.debian.org/pkg/python-urllib3 : see failing