Dear Maintainer,
This package still has ssl.wrap_socket calls, but this was removed in
Python 3.12. Trixie has 3.13 which means that creating an SSL socket
isn't supported without an extra patch.
This has been fixed upstream, but it looks like bug 783396 isn't going to
get fixed any time soon to bring a newer version to Debian.
Given this, could you consider a patch to move from ssl.wrap_socket to
ssl.SSLContext.wrap_socket.
I have a sample patch available (untested as yet) which would likely
resolve the fact that this package is broken for all SSL connections in
Debian 13 and I will attach this to this bug report shortly.
Thank you in advance for your consideration.
Regards,
Chris Malton