-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
With Twisted 15.5.0, a deprecated endpoint interface class is still being used. This release backports the fix for that to the 0.14.x branch.
You can download the release from PyPI or GitHub (or of course "pip install txtorcon"):
https://pypi.python.org/pypi/txtorcon/0.14.2 https://github.com/meejah/txtorcon/releases/tag/v0.14.2
Releases are also available from the hidden service:
http://timaq4ygg2iegci7.onion/txtorcon-0.14.2.tar.gz http://timaq4ygg2iegci7.onion/txtorcon-0.14.2.tar.gz.asc http://timaq4ygg2iegci7.onion/txtorcon-0.14.2-py2-none-any.whl http://timaq4ygg2iegci7.onion/txtorcon-0.14.2-py2-none-any.whl.asc
You can verify the sha256sum of both by running the following 4 lines in a shell wherever you have the files downloaded:
cat <<EOF | sha256sum --check fbc95c41e924b0e10156c46227eac2b4acf42a3b8d01f0ea3022897a10dc059a txtorcon-0.14.2-py2-none-any.whl f99819b1a71b8dea9e80317ec83c990b4ff608c98bc78a9fc1dc9991d349d13f txtorcon-0.14.2.tar.gz EOF
thanks, meejah