Discussion:
[Twisted-Python] txtorcon 0.16.1
meejah
2016-09-01 00:34:26 UTC
Permalink
I'm very happy to announce txtorcon 0.16.1 which adds a couple minor
features to help support using Foolscap and Tahoe-LAFS over Tor.

* issue 172: give TorProcessProtocol a .quit method
* issue 181: enable SOCKS5-over-unix-sockets for TorClientEndpoint
(thanks to "dawuud"). Also adds TLS support over SOCKS5.

You can download the release from PyPI or GitHub (or of
course "pip install txtorcon"):

https://pypi.python.org/pypi/txtorcon/0.16.1
https://github.com/meejah/txtorcon/releases/tag/v0.16.1

Releases are also available from the hidden service:

http://timaq4ygg2iegci7.onion/txtorcon-0.16.1.tar.gz
http://timaq4ygg2iegci7.onion/txtorcon-0.16.1.tar.gz.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
d551837025bb9f4fdded58cd11025c6e42924b6eb20dcb2a49f182b3fd85f377 dist/txtorcon-0.16.1.tar.gz
e89a785f64f3544b19f7b1e6cebdbd6914475e0c60f508d9f0b6ce4a840769a7 dist/txtorcon-0.16.1-py2-none-any.whl
EOF

thanks,
meejah


p.s. There is no 0.16.0 because I tagged the wrong thing and noticed
when pushing to PyPI.

Loading...