Bug#843631: AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

2016-11-08 Thread Tristan Seligmann
Hi Sandro, I appreciate your frustration here, and as the maintainer of python-cryptography of course I'm responsible when there are issues with the package. That said, I did actually test pyopenssl before uploading this version, and it was working locally; in addition, the diff from 1.5.2 to 1.5

Bug#843631: AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

2016-11-08 Thread Sandro Tosi
control: clone -1 -2 control: reassign -2 pyopenssl control: retitle -2 AttributeError: 'module' object has no attribute 'SSL_ST_INIT' gaah actually cloning On Tue, Nov 8, 2016 at 9:08 AM, Sandro Tosi wrote: > control: clone -1 > control: reassign -1 python-cryptography > control: retitle -1 STO

Processed: Re: Bug#843631: AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

2016-11-08 Thread Debian Bug Tracking System
Processing control commands: > clone -1 -2 Bug #843631 [python-cryptography] STOP BREAKING PYOPENSSL WHEN UPLOADING CRYPTOGRAPHY Bug 843631 cloned as bug 843644 > reassign -2 pyopenssl Bug #843644 [python-cryptography] STOP BREAKING PYOPENSSL WHEN UPLOADING CRYPTOGRAPHY Bug reassigned from packa

Processed (with 1 error): Re: Bug#843631: AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

2016-11-08 Thread Debian Bug Tracking System
Processing control commands: > clone -1 Unknown command or malformed arguments to command. > reassign -1 python-cryptography Bug #843631 [python-openssl] AttributeError: 'module' object has no attribute 'SSL_ST_INIT' Bug reassigned from package 'python-openssl' to 'python-cryptography'. No longe

Bug#843631: AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

2016-11-08 Thread Sandro Tosi
control: clone -1 control: reassign -1 python-cryptography control: retitle -1 STOP BREAKING PYOPENSSL WHEN UPLOADING CRYPTOGRAPHY > from OpenSSL import rand, crypto, SSL > File "/usr/lib/python2.7/dist-packages/OpenSSL/SSL.py", line 112, in > > SSL_ST_INIT = _lib.SSL_ST_INIT > Attribu

Bug#843631: AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

2016-11-08 Thread George B.
affects 843631 ansible thanks Sorry for the paste indentation fail (the irony of this being a bug in a python package is not lost on me...) ``` ERROR! Unexpected Exception: 'module' object has no attribute 'SSL_ST_INIT' the full traceback was: Traceback (most recent call last): File "/usr/bin/

Bug#843631: AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

2016-11-08 Thread George B.
Package: python-openssl Version: 16.1.0-1 Severity: critical Justification: breaks unrelated software Hello, I get the following exception when running my Ansible playbook. Looking at the trace the error appears to be coming all the way from Python OpenSSL library, so filing a bug here. ``` Trac