Your message dated Wed, 03 Jul 2024 17:34:57 +0000
with message-id <[email protected]>
and subject line Bug#1073189: fixed in awscli 2.17.3-1
has caused the Debian Bug report #1073189,
regarding awscli: ImportError: cannot import name DEFAULT_CIPHERS from
urllib3.util.ssl_
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1073189: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073189
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: awscli
Version: 2.15.22-1
Severity: important
X-Debbugs-Cc: [email protected]
Dear Maintainer,
After install awscli I got error on any command:
ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_'
(/usr/lib/python3/dist-packages/urllib3/util/ssl_.py)
-- Example:
$ aws --version
Traceback (most recent call last):
File "/usr/bin/aws", line 19, in <module>
import awscli.clidriver
File "/usr/lib/python3/dist-packages/awscli/clidriver.py", line 21, in
<module>
import botocore.session
File "/usr/lib/python3/dist-packages/awscli/botocore/session.py", line 27, in
<module>
import botocore.client
File "/usr/lib/python3/dist-packages/awscli/botocore/client.py", line 16, in
<module>
from botocore import UNSIGNED, waiter, xform_name
File "/usr/lib/python3/dist-packages/awscli/botocore/waiter.py", line 17, in
<module>
from botocore.docs.docstring import WaiterDocstring
File "/usr/lib/python3/dist-packages/awscli/botocore/docs/__init__.py", line
15, in <module>
from botocore.docs.service import ServiceDocumenter
File "/usr/lib/python3/dist-packages/awscli/botocore/docs/service.py", line
14, in <module>
from botocore.docs.client import ClientDocumenter,
ClientExceptionsDocumenter
File "/usr/lib/python3/dist-packages/awscli/botocore/docs/client.py", line
16, in <module>
from botocore.docs.example import ResponseExampleDocumenter
File "/usr/lib/python3/dist-packages/awscli/botocore/docs/example.py", line
13, in <module>
from botocore.docs.shape import ShapeDocumenter
File "/usr/lib/python3/dist-packages/awscli/botocore/docs/shape.py", line 19,
in <module>
from botocore.utils import is_json_value_header
File "/usr/lib/python3/dist-packages/awscli/botocore/utils.py", line 35, in
<module>
import botocore.httpsession
File "/usr/lib/python3/dist-packages/awscli/botocore/httpsession.py", line
21, in <module>
from urllib3.util.ssl_ import (
ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_'
(/usr/lib/python3/dist-packages/urllib3/util/ssl_.py)
-- Install procedure:
# apt install awscli
Installing:
awscli
Installing dependencies:
python3-awscrt python3-dateutil python3-jmespath python3-prompt-toolkit
python3-pyasn1 python3-ruamel.yaml python3-ruamel.yaml.clib python3-wcwidth
Summary:
Upgrading: 0, Installing: 9, Removing: 0, Not Upgrading: 0
Download size: 11.4 MB
Space needed: 119 MB / 1,608 MB available
Continue? [Y/n]
Get:1 http://deb.debian.org/debian unstable/main amd64 python3-pyasn1 all
0.5.1-1 [69.5 kB]
Get:2 http://deb.debian.org/debian unstable/main amd64 python3-awscrt amd64
0.20.4+dfsg-1+b1 [838 kB]
Get:3 http://deb.debian.org/debian unstable/main amd64 python3-dateutil all
2.9.0-2 [79.4 kB]
Get:4 http://deb.debian.org/debian unstable/main amd64 python3-jmespath all
1.0.1-1 [21.1 kB]
Get:5 http://deb.debian.org/debian unstable/main amd64 python3-wcwidth all
0.2.13+dfsg1-1 [24.9 kB]
Get:6 http://deb.debian.org/debian unstable/main amd64 python3-prompt-toolkit
all 3.0.46-1 [276 kB]
Get:7 http://deb.debian.org/debian unstable/main amd64 python3-ruamel.yaml.clib
amd64 0.2.8+ds-1 [188 kB]
Get:8 http://deb.debian.org/debian unstable/main amd64 python3-ruamel.yaml all
0.18.6+ds-3 [145 kB]
Get:9 http://deb.debian.org/debian unstable/main amd64 awscli all 2.15.22-1
[9,751 kB]
Fetched 11.4 MB in 2s (4,996 kB/s)
Selecting previously unselected package python3-pyasn1.
(Reading database ... 205367 files and directories currently installed.)
Preparing to unpack .../0-python3-pyasn1_0.5.1-1_all.deb ...
Unpacking python3-pyasn1 (0.5.1-1) ...
Selecting previously unselected package python3-awscrt.
Preparing to unpack .../1-python3-awscrt_0.20.4+dfsg-1+b1_amd64.deb ...
Unpacking python3-awscrt (0.20.4+dfsg-1+b1) ...
Selecting previously unselected package python3-dateutil.
Preparing to unpack .../2-python3-dateutil_2.9.0-2_all.deb ...
Unpacking python3-dateutil (2.9.0-2) ...
Selecting previously unselected package python3-jmespath.
Preparing to unpack .../3-python3-jmespath_1.0.1-1_all.deb ...
Unpacking python3-jmespath (1.0.1-1) ...
Selecting previously unselected package python3-wcwidth.
Preparing to unpack .../4-python3-wcwidth_0.2.13+dfsg1-1_all.deb ...
Unpacking python3-wcwidth (0.2.13+dfsg1-1) ...
Selecting previously unselected package python3-prompt-toolkit.
Preparing to unpack .../5-python3-prompt-toolkit_3.0.46-1_all.deb ...
Unpacking python3-prompt-toolkit (3.0.46-1) ...
Selecting previously unselected package python3-ruamel.yaml.clib:amd64.
Preparing to unpack .../6-python3-ruamel.yaml.clib_0.2.8+ds-1_amd64.deb ...
Unpacking python3-ruamel.yaml.clib:amd64 (0.2.8+ds-1) ...
Selecting previously unselected package python3-ruamel.yaml.
Preparing to unpack .../7-python3-ruamel.yaml_0.18.6+ds-3_all.deb ...
Unpacking python3-ruamel.yaml (0.18.6+ds-3) ...
Selecting previously unselected package awscli.
Preparing to unpack .../8-awscli_2.15.22-1_all.deb ...
Unpacking awscli (2.15.22-1) ...
Setting up python3-awscrt (0.20.4+dfsg-1+b1) ...
Setting up python3-ruamel.yaml.clib:amd64 (0.2.8+ds-1) ...
Setting up python3-wcwidth (0.2.13+dfsg1-1) ...
Setting up python3-jmespath (1.0.1-1) ...
Setting up python3-ruamel.yaml (0.18.6+ds-3) ...
Setting up python3-pyasn1 (0.5.1-1) ...
Setting up python3-dateutil (2.9.0-2) ...
Setting up python3-prompt-toolkit (3.0.46-1) ...
Setting up awscli (2.15.22-1) ...
Processing triggers for man-db (2.12.1-2) ...
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.7.12-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE=ru_RU
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages awscli depends on:
ii groff-base 1.23.0-4
ii python3 3.11.8-1
ii python3-awscrt 0.20.4+dfsg-1+b1
ii python3-colorama 0.4.6-4
ii python3-cryptography 42.0.5-2
ii python3-dateutil 2.9.0-2
ii python3-distro 1.9.0-1
ii python3-docutils 0.20.1+dfsg-3
ii python3-jmespath 1.0.1-1
ii python3-prompt-toolkit 3.0.46-1
ii python3-pyasn1 0.5.1-1
ii python3-ruamel.yaml 0.18.6+ds-3
ii python3-ruamel.yaml.clib 0.2.8+ds-1
ii python3-urllib3 2.0.7-2
awscli recommends no packages.
awscli suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: awscli
Source-Version: 2.17.3-1
Done: Noah Meyerhans <[email protected]>
We believe that the bug you reported is fixed in the latest version of
awscli, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Noah Meyerhans <[email protected]> (supplier of updated awscli package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 03 Jul 2024 10:04:49 -0700
Source: awscli
Architecture: source
Version: 2.17.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Cloud Team <[email protected]>
Changed-By: Noah Meyerhans <[email protected]>
Closes: 1064307 1073189 1075719
Changes:
awscli (2.17.3-1) unstable; urgency=medium
.
* New upstream version 2.17.3
* Update the embedded six.py to support python 3.12 (Closes: #1075719)
* support urllib3 2.0 (Closes: #1073189, #1064307)
Checksums-Sha1:
e57578b8f1e0c48b2e9bee6bf9e08fc505f2b808 2281 awscli_2.17.3-1.dsc
ed25adf22aa209b4a63079e9a9133084eca83568 14761576 awscli_2.17.3.orig.tar.gz
c6f8ae945c258ed3b8c252b03d0663d12e5cf992 10144 awscli_2.17.3-1.debian.tar.xz
1a3d43b7373f1442029768c8afb28ed5d829e37c 7178 awscli_2.17.3-1_source.buildinfo
Checksums-Sha256:
550d5458c38ed772759a6711c4feef6620fb2b0011400f4bb398bcb0afed9978 2281
awscli_2.17.3-1.dsc
9106811ac7dee7087cf35c85bbe0063f84015119542440377c46452659e875e5 14761576
awscli_2.17.3.orig.tar.gz
01a7149e23d15f66a39614f087e17ef532abb9449ec7e3f6e9c27c854117c17b 10144
awscli_2.17.3-1.debian.tar.xz
64778dc2c886a8990cae61fa0153b98b28e7f50c846cfafb6666d23c8ff7f08e 7178
awscli_2.17.3-1_source.buildinfo
Files:
bdc3850fc1a25f44e0279f87eba5e207 2281 admin optional awscli_2.17.3-1.dsc
2e94683ea2f453e4843cfde887edb8c1 14761576 admin optional
awscli_2.17.3.orig.tar.gz
85fac1bbe07a45981b2062fb735528df 10144 admin optional
awscli_2.17.3-1.debian.tar.xz
7fe609858037c6e7846072046a110600 7178 admin optional
awscli_2.17.3-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE5G+E0xEKhJuZ7RJ34+c1IpshdTUFAmaFikERHG5vYWhtQGRl
Ymlhbi5vcmcACgkQ4+c1IpshdTVzshAAmENRckUenr6Q/eyCwht19n4+LV3gLgcF
qPGxqlH6iCFK6k7y4Bx/PHOYqbbWdCml3ZZnjPCjhUwCNMdunvPeo1gpW7WzOMNt
uu07spTKWH6wRaRlLNFalbcmzl6VuzjUYLGP7r6C2dLCkb0p4IWGTFkeg0XV/k5q
dptA4uyHh5YARF6AoKTRYynnq/1mBX03xJfIT5cGfZIxEtoXVfxAxqJK2YJB8RIi
u4Xg6ze0GTCRTDr6zwaMmkeVt8dytgYbLS2OVsenV00FpLCMbUW99NC/5CyljycA
dubrKCxhC72xcMXvoQKKvmY7QfaUjj6RkewZv6tChb/NJsuDZI73qCLyAbjhXcSA
z7/3hrBJLcjromnXmeDHnmWIa3QfTq7MSjcumz6Y7HQ4LxruliYedUONTs/ZXgGn
qoihfvlnr8e+KYDvgInseJ30KGcbcVWx9aC6evMfrJyzQdC4rXBQ+Y9e7NM417u2
MVLqcb7HYnhVp2zVF5m/FYvvDiC7AvLo0inhvLKGYy6B9QX8+p09fVLctTqG7sIo
ZmesImqkDArSEPTww69ggbp605cv3Whgy9EghXW9g9wAhxkMwFOaOUn+Q4wrNCbU
9RykUTsjd0//emUwMXZgJB8D+GFIJ5C2yuWEG4+q2A3xJoQ7t4Bf8u04f9SkHFkE
5jRHkO3Txao=
=Ajb1
-----END PGP SIGNATURE-----
pgpfWIikDox2g.pgp
Description: PGP signature
--- End Message ---