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

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