2020-05-16 19:55:38 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-txtorcon: updated to 20.0.0
v20.0.0:
I'm pleased to announce txtorcon 20.0.0. This fixes a few bugs and
officially deprecates Python 2 support.
* Use real GeoIP database or nothing (https://github.com/meejah/txtorcon/issues/250)
* Change abstract base classes import in preperation for Python 3.8
* Python 3.4 is no longer supported
* Python 2 is deprecated; all new code should be Python 3. Support
for Python 2 will be removed in a future release.
|
2019-02-28 07:31:57 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-txtorcon: update to 19.0.0.
v19.0.0
-------
January 15, 2019
* add :func:`TorControlProtocol.when_disconnected` (will replace `.on_disconnect`)
* add `detach=` kwarg to :func:`Tor.create_onion_service`
* add `purpose=` kwarg to :func:`TorState.build_circuit`
|
2018-12-27 16:58:35 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix PLIST for Python 2.x build.
|
2018-10-23 05:17:22 by Taylor R Campbell | Files touched by this commit (4) |
Log message:
Import txtorcon-18.3.0, a Twisted tor daemon controller library.
|