meejah meejah@meejah.ca writes:
- add .is_built Deferred to txtorcon.Circuit that gets callback()'d
when the circuit becomes BUILT
This had a bug in it. I give you 0.14.1:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
There was a subtle bug with the Circuit.is_built API introduced in 0.14.0, necessitating this release.
I've also changed the API (with backwards-compatibility for now) to a method-call that returns a Deferred: Circuit.when_built()
You can download the release from PyPI or GitHub (or of course "pip install txtorcon"):
https://pypi.python.org/pypi/txtorcon/0.14.1 https://github.com/meejah/txtorcon/releases/tag/v0.14.1
Releases are also available from the hidden service:
http://timaq4ygg2iegci7.onion/txtorcon-0.14.1.tar.gz http://timaq4ygg2iegci7.onion/txtorcon-0.14.1.tar.gz.asc http://timaq4ygg2iegci7.onion/txtorcon-0.14.1-py2-none-any.whl http://timaq4ygg2iegci7.onion/txtorcon-0.14.1-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 073d303a2905b70a9434beb18a5d657ddcf9933422393f36e4b3a670d8d59619 txtorcon-0.14.1-py2-none-any.whl 446ceeb73ba775d990cafb9340b2f9475dc795914e515b574433f8e5b00b0e15 txtorcon-0.14.1.tar.gz EOF
thanks, meejah