Your message dated Mon, 04 May 2015 22:11:22 +0000 with message-id <[email protected]> and subject line Bug#770172: fixed in requests 2.7.0-1 has caused the Debian Bug report #770172, regarding [libpython2.7-stdlib] Missing attribute PROTOCOL_SSLv3 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.) -- 770172: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770172 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libpython2.7-stdlib Version: 2.7.8-12 Severity: grave --- Please enter the report below this line. --- ipython session: In [7]: import requests --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-7-686486c241c8> in <module>() ----> 1 import requests /usr/lib/python2.7/dist-packages/requests/__init__.py in <module>() 66 sys.modules[where + '.' + name] = module 67 ---> 68 _attach_namespace(urllib3, 'requests.packages') 69 del _attach_namespace 70 # Python 3 needs this imported explicitly. /usr/lib/python2.7/dist-packages/requests/__init__.py in _attach_namespace(package, where) 61 package.__name__ + '.'): 62 try: ---> 63 module = __import__(name) 64 except ImportError: 65 continue /usr/lib/python2.7/dist-packages/urllib3/contrib/pyopenssl.py in <module>() 71 _openssl_versions = { 72 ssl.PROTOCOL_SSLv23: OpenSSL.SSL.SSLv23_METHOD, ---> 73 ssl.PROTOCOL_SSLv3: OpenSSL.SSL.SSLv3_METHOD, 74 ssl.PROTOCOL_TLSv1: OpenSSL.SSL.TLSv1_METHOD, 75 } AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3' In [5]: from _ssl import PROTOCOL_TLSv1, PROTOCOL_SSLv23, PROTOCOL_SSLv3 --------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-5-06c8522d918c> in <module>() ----> 1 from _ssl import PROTOCOL_TLSv1, PROTOCOL_SSLv23, PROTOCOL_SSLv3 ImportError: cannot import name PROTOCOL_SSLv3 In [6]: _ssl.__file__ Out[6]: '/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so' Package affected: root@paz:~# apt-file search /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so libpython2.7-stdlib: /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so Error happens after this update: Rcb:1 http://ftp.es.debian.org/debian/ unstable/main db5.1-util amd64 5.1.29-9 [674 kB] Rcb:2 http://ftp.es.debian.org/debian/ unstable/main libudev1 i386 215-6 [52,6 kB] Rcb:3 http://ftp.es.debian.org/debian/ unstable/main libudev1 amd64 215-6 [49,9 kB] Rcb:4 http://ftp.es.debian.org/debian/ unstable/main udev amd64 215-6 [872 kB] Rcb:5 http://ftp.es.debian.org/debian/ unstable/main libsystemd0 i386 215-6 [90,5 kB] Rcb:6 http://ftp.es.debian.org/debian/ unstable/main libsystemd0 amd64 215-6 [82,7 kB] Rcb:7 http://ftp.es.debian.org/debian/ unstable/main systemd amd64 215-6 [2532 kB] Rcb:8 http://ftp.es.debian.org/debian/ unstable/main systemd-sysv amd64 215-6 [29,7 kB] Rcb:9 http://ftp.es.debian.org/debian/ unstable/main libpam-systemd amd64 215-6 [119 kB] Rcb:10 http://ftp.es.debian.org/debian/ unstable/main libgudev-1.0-0 amd64 215-6 [35,7 kB] Rcb:11 http://ftp.es.debian.org/debian/ unstable/main libpangoft2-1.0-0 i386 1.36.8-3 [216 kB] Rcb:12 http://ftp.es.debian.org/debian/ unstable/main libpangoft2-1.0-0 amd64 1.36.8-3 [213 kB] Rcb:13 http://ftp.es.debian.org/debian/ unstable/main libpangocairo-1.0-0 i386 1.36.8-3 [202 kB] Rcb:14 http://ftp.es.debian.org/debian/ unstable/main libpangocairo-1.0-0 amd64 1.36.8-3 [200 kB] Rcb:15 http://ftp.es.debian.org/debian/ unstable/main libpangoxft-1.0-0 i386 1.36.8-3 [196 kB] Rcb:16 http://ftp.es.debian.org/debian/ unstable/main libpangoxft-1.0-0 amd64 1.36.8-3 [195 kB] Rcb:17 http://ftp.es.debian.org/debian/ unstable/main libpango1.0-0 amd64 1.36.8-3 [183 kB] Rcb:18 http://ftp.es.debian.org/debian/ unstable/main libpango-1.0-0 i386 1.36.8-3 [297 kB] Rcb:19 http://ftp.es.debian.org/debian/ unstable/main libpango-1.0-0 amd64 1.36.8-3 [291 kB] Rcb:20 http://ftp.es.debian.org/debian/ unstable/main python2.7 amd64 2.7.8-12 [250 kB] Rcb:21 http://ftp.es.debian.org/debian/ unstable/main python2.7-minimal amd64 2.7.8-12 [1403 kB] Rcb:22 http://ftp.es.debian.org/debian/ unstable/main libpython2.7 amd64 2.7.8-12 [1080 kB] Rcb:23 http://ftp.es.debian.org/debian/ unstable/main libpython2.7-stdlib amd64 2.7.8-12 [1846 kB] Rcb:24 http://ftp.es.debian.org/debian/ unstable/main libpython2.7-minimal amd64 2.7.8-12 [376 kB] Rcb:25 http://ftp.es.debian.org/debian/ unstable/main gir1.2-pango-1.0 amd64 1.36.8-3 [200 kB] --- System information. --- Architecture: amd64 Kernel: Linux 3.16-3-amd64 Debian Release: jessie/sid 500 unstable ftp.es.debian.org 500 testing security.debian.org 500 security:OpenVAS:UNSTABLE:v6 download.opensuse.org --- Package information. --- Depends (Version) | Installed ==========================================-+-================== libpython2.7-minimal (= 2.7.8-9) | 2.7.8-12 mime-support | 3.57 libbz2-1.0 | 1.0.6-7+b1 libc6 (>= 2.15) | libdb5.3 | libexpat1 (>= 2.1~beta3) | libffi6 (>= 3.0.4) | libncursesw5 (>= 5.6+20070908) | libreadline6 (>= 6.0) | libsqlite3-0 (>= 3.5.9) | libssl1.0.0 (>= 1.0.1) | libtinfo5 | Package's Recommends field is empty. Package's Suggests field is empty. -- Esteban Paz Freire Distributed Systems Engineer deltamethod GmbH | Julie-Wolfthorn-Str. 1 | 10115 Berlin | Germany Phone +49 30-2023 8816-0 | Fax +49 30-2023 8816-9 | Mobile +49 1578-433826 [email protected] =============================================================================== The information contained in this message may be privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized dissemination, distribution or copy of this communication is strictly prohibited. If you have received this communication in error, please notify us by phone. Thank you ===============================================================================
--- End Message ---
--- Begin Message ---Source: requests Source-Version: 2.7.0-1 We believe that the bug you reported is fixed in the latest version of requests, 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. Daniele Tricoli <[email protected]> (supplier of updated requests 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: Mon, 04 May 2015 21:43:40 +0200 Source: requests Binary: python-requests python3-requests python-requests-whl Architecture: source all Version: 2.7.0-1 Distribution: experimental Urgency: medium Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Daniele Tricoli <[email protected]> Description: python-requests - elegant and simple HTTP library for Python2, built for human bein python-requests-whl - elegant and simple HTTP library for Python, built for human being python3-requests - elegant and simple HTTP library for Python3, built for human bein Closes: 770172 781610 784095 Changes: requests (2.7.0-1) experimental; urgency=medium . * New upstream release. (Closes: #784095) - Embedded copy (not used) of urllib3 does not require SSLv3 anymore. (Closes: #770172) * debian/control - Move python-ndg-httpsclient, python-openssl and python-pyasn1 to Suggests inside python-requests' stanza since Python 2.7.9 include SNI support and PEP 476 made it as secure as Python 3. - Bump python{,3}-urllib3 to 1.10.4. * debian/copyright - Update copyright years. - Update to MPL-2.0 license stanza of requests/cacert.pem (not used but shipped in orig tarball). * debian/watch - Use pypi.debian.net redirector. * debian/patches/01_use-system-ca-certificates.patch - Refresh and remove CA certificate bundle from MANIFEST.in. (Closes: #781610) * debian/patches/02_use-system-chardet-and-urllib3.patch - Refresh. * debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patch - Refresh. * debian/patches/05_do-not-ascribe-cookies-to-the-target-domain.patch - Remove since fixed upstream. * debian/python{,3}-requests.links - Remove links thanks to the import machinery in 04_make-requests.packages.urllib3-same-as-urllib3.patch Checksums-Sha1: 9b9476e41c90527d566757c797060539d92d5b83 2277 requests_2.7.0-1.dsc 6db8805632521a13789161bccb14f761672ec46f 451723 requests_2.7.0.orig.tar.gz 6f5920f1eb8a03bc3236efaa0b7dd8b13d4d4f61 13460 requests_2.7.0-1.debian.tar.xz 6f4a992a9d062ea0da3de29234d9dfab7f788742 65778 python-requests_2.7.0-1_all.deb 7d427ab69e3e1ed5618492181ef1b70c89a04ad1 65670 python3-requests_2.7.0-1_all.deb e198af4a7731b3fbbd1bf27fb3182d86b2b3a919 89590 python-requests-whl_2.7.0-1_all.deb Checksums-Sha256: 525513709ac08015923a691dbb6d0ef3daca73f076eca3edcc09fc1ec1666cb7 2277 requests_2.7.0-1.dsc 398a3db6d61899d25fd4a06c6ca12051b0ce171d705decd7ed5511517b4bb93d 451723 requests_2.7.0.orig.tar.gz 5ce7b25390873f0b092c4873f0a63b243bfba8e1c1c923b0c21b84d1c87a332d 13460 requests_2.7.0-1.debian.tar.xz 2ad7b1486852a7af444a02ecf6cf723efbf8ec9009de98dafb8d05977eb8a028 65778 python-requests_2.7.0-1_all.deb fb289eb6c8afca0b15b023280b77b5381cfbe93918e9849bf866e61864b38da6 65670 python3-requests_2.7.0-1_all.deb f106a299fb478053b1264dad0c09de70f414cc286c0a8812c5d7d22aa2f00760 89590 python-requests-whl_2.7.0-1_all.deb Files: e93522a18bf8cf1029c9c542c7bd658c 2277 python optional requests_2.7.0-1.dsc 29b173fd5fa572ec0764d1fd7b527260 451723 python optional requests_2.7.0.orig.tar.gz 64530762a622d83fbd4016dc6b1b85e9 13460 python optional requests_2.7.0-1.debian.tar.xz 79cf72c27e21e0f891b827e72e9342aa 65778 python optional python-requests_2.7.0-1_all.deb 083e567b137f04a7ae023845a7c7b6f4 65670 python optional python3-requests_2.7.0-1_all.deb 993cc9963260f73f5b240b19649dbb76 89590 python optional python-requests-whl_2.7.0-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJVR+AlAAoJEK728aKnRXZFc44QAIl8Y9Yi6nfXwShTRWLwYVJH etgacAlARoQ5e+pYzEH2FHv09HpRQwKhJPGSbPYE9wIaC5XAZZ/PYI3ppB2o7Ovr dG8tm3e8Tsqb/DQuBidoTpjtRluLd2ZW+aa8wPOMjEevJgZ6/g7Dus/cHG6CSRS1 jYqU7m99taGixrWMwLszkxCLV2khAgpDj8KuA1CmlbaE5DH7nlvG+m3ua6X7KxfQ Ie/Y9AwJvwkW3KPc3qEQ71UURloFtUb7JWGHRhHVMq2ehIJS9tgB7A0EKCmhZRyL wovvv8QADPw3m8T65tDwTExLk56Uo5bQrABzzujXZ/yUQUBXwRc4V3mcbNV+l+AK wkhacb7f1WMse5Jg78GjriPGrAZPmtkvO1ccLS7eTSfIffn5FGH0jLe9im5d1aw0 Y3/uhbI9OG9t9HPNc3gFk5jrcTDE8kDcInhHlcSJdkkp0xZpQ+jmjSUDPrInV1bw Vat3j98HQ2K932rHvHKq53Bp0IuTkqI4uWeHDzgj7z3qtGv8FtN4p6dNGfQIs/NH MCG78kL8vy05xuvzpz58lzmy8QDqeTTtl4uD7WlQTK7ffAly73U8GuiQRHoUZY3n LAThOLjxu64hN6YHMTR0QTR/MwCmPTWdClir/mJV+FZzm+YXUMebeJSm8vFR8sO5 Cn189wa2uheHKb0EhN+M =K3VL -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

