[Bug 266680] security/py-openssl: Update to 23.2.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 30 Aug 2023 21:27:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266680

Jonathan Chen <jonc@chen.org.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonc@chen.org.nz

--- Comment #14 from Jonathan Chen <jonc@chen.org.nz> ---
Please commit this update to the ports, as py-openssl 21.0.0 does not work with
py-cryptography 41.0.3. ie:

1:09pm> python3
Python 3.9.17 (main, Jun 16 2023, 03:51:47) 
[Clang 15.0.7 (https://github.com/llvm/llvm-project.git llvmorg-15.0.7-0-g8dfdc
on freebsd13
Type "help", "copyright", "credits" or "license" for more information.
>>> import OpenSSL
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.9/site-packages/OpenSSL/__init__.py", line 8, in
<module>
    from OpenSSL import crypto, SSL
  File "/usr/local/lib/python3.9/site-packages/OpenSSL/crypto.py", line 3279,
in <module>
    _lib.OpenSSL_add_all_algorithms()
AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'
>>>

-- 
You are receiving this mail because:
You are the assignee for the bug.