- This fixes some incorrectly-skipped tests in 21.0.0
* Fix some incorrect unit-test skipping logic gh#meejah/txtorcon#354
and gh#meejah/txtorcon#352
* Fix broken tests revealed by previous fixes gh#meejah/txtorcon#356
* fix Python 3.x+ bug with TorInfo and .__class__ access
(gh#meejah/txtorcon#350)
- Patch 362-skip-failing-tests.patch can be removed again.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=22
* TorControlProtocol.on_disconnect is deprecated in favour of
TorControlProtocol.when_disconnected
* introduce non_anonymous_mode= kwarg in txtorcon.launch()
enabling Tor options making Onion Services non-anonymous for the
server (but they use a single hop instead of three to the
Introduction Point so they're slightly faster).
* add an API to listen to individual circuit and stream events
(without subclassing anything). Can be used as decorators too.
See e.g. TorState.on_circuit_new()
- Drop merged patch:
* python-txtorcon-methods-are-bytes.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=11