
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 txtorcon 0.8.0 is now tagged and released. [1] txtorcon is a Python+Twisted-based asynchronous implementation of the Tor control protocol. It includes a state-tracking abstraction, configuration abstraction, Twisted endpoint support for hidden services, 96%+ unit-test coverage and many examples. New in this release: . issue #18: slight *API change* ICircuitListener.circuit_failed, circuit_closed, IStreamListener.stream_failed, stream_closed and stream_detach all now include any keywords in the notification method (these either lacked flags, or only included some) . launch_tor() can take a timeout (starting with a patch from hellais); . cleanup from aagbsn; . more test coverage; . run tests cleanly without graphviz (from lukaslueg); . issue #26: fix from lukaslueg; . pep8 and whitespace targets plus massive cleanup (now pep8 clean, from lukaslueg); . issue #30: fix reported by webmeister making ipaddr actually-optional; . example using synchronous web server (built-in SimpleHTTPServer) with txtorcon (from lukaslueg); . TorState can now create circuits without an explicit path; . passwords for non-cookie authenticated sessions now use a password callback (that may return a Deferred); . fixes for AddrMap in case Tor ticket #8596 is implemented; Code and built documentation may be obtained: git clone git://github.com/meejah/txtorcon.git https://github.com/meejah/txtorcon https://txtorcon.readthedocs.org/en/latest/index.html You may easily install it: pip install txtorcon easy_install txtorcon The sha256sum output is: 87fcb3bce3ac3b48583f637bf69445bd50071411dc3fded89df7600d870a3094 txtorcon-0.8.0.tar.gz thanks, meejah [1] -- (Note the tagging took place last month, and I've only now updated PyPI, ReadTheDocs, freecode, emailed this, ...) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAEBAgAGBQJRjy+yAAoJEJ0UOBRRgEVQXrMH/0Kl3DmVLyqo3aTBNv1d50RL yi8u5LTZLNtuYiyJsxqTFyq8zNhfEwIPoXbsqHyNuv0hv8s6Qn4OkXh47/crhukO GpnNNTldvSQIpOfNw+ftCYF/NC0X5pOjJo/Rz1XUkFyms50cqq17i+MWvcAvaFnW Ols6+7ulh8u61ElafVxnwn1zgitkpUOOsnF8a27iXryFJ/iZFFROnCigJv2eM8pj SqcwKbVp9h1VtztoYhtEcjEPBm1NnrYGoRIjh9D3RQfEVnXgM2fU4HoGhFAqYj7M wFZv0DZBvL2s/XwV8PEi4Y4+fTJZTXE7bbHctMWjUWjhlMfMniq2oud4hZJ5ugY= =MDAq -----END PGP SIGNATURE-----

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I appologize for the noise, but there were a couple mistakes in the 0.8.0 release: it wouldn't install unless you had pypissh installed due to a last-minute import error, and the release and announcement weren't signed with the correct subkey. Please use 0.8.1, which also adds a couple fixes from Lukas Lueg and a docs fix from isis. The sha256sum output is: 363e682e116b16542a6fb6145329b6c2843b57b380c51910bac621f26a453c80 dist/txtorcon-0.8.1.tar.gz Thanks, meejah -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAEBAgAGBQJRkcajAAoJEMJgKAMSgGmnIJkIAJRrcQI4Nw7ccgOrb6L3KEiF r7ifikhmFigOPdizq7BjyAKoq1mSpo2t00a5i8j3dZoKru0n60PNrlgaVEVnxF9S 6tLxJiEIr03KHHpflNyrQ62GbWXq0BuZ7M1EoeXI2pXn+9NgyQH1nau9TgTXsew8 mMn4l9GtwIa3gtBaVEDxUXLnuwgO/SVnW1pq0jViL+AhGQaes1l4TBZ2+h6Z/1wQ F+Lg8JBBTuTMmKtPz7yvqNSuOgZp+l+oJObv8yvfLLMf3IOvLUKAcoRyUH5GEUUw VFgGt92FWGVBlyDMmzL3wOB76GDz+hyCq2pJXYkz7ul10CiY/XOHSXvhKCnm8Bs= =fLpQ -----END PGP SIGNATURE-----
participants (1)
-
meejah