Package Release Info

python-txtorcon-21.1.0-bp154.1.12

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-txtorcon

Change Logs

* Tue Aug 31 2021 Matej Cepl <mcepl@suse.com>
- Update to 21.1.0:
  - 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.
* Tue Aug 31 2021 Matej Cepl <mcepl@suse.com>
- Add 362-skip-failing-tests.patch to skip failing tests
  (gh#meejah/txtorcon#362).
* Sat May 01 2021 Matej Cepl <mcepl@suse.com>
- Async tests don't work with pytest. Use python -m twisted.trial
  instead.
Version: 20.0.0-bp152.2.1
* Mon Apr 20 2020 Tomá? Chvátal <tchvatal@suse.com>
- Fix build wihtout python2
* Mon Apr 06 2020 Marketa Calabkova <mcalabkova@suse.com>
- Update to 20.0.0
  * Use real GeoIP database or nothing (https://github.com/meejah/txtorcon/issues/250)
  * Change abstract base classes import in preperation for Python 3.8 (thanks @glowatsk)
  * 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.
* Mon Dec 30 2019 Dominique Leuenberger <dimstar@opensuse.org>
- Drop GeoIP dependency. The geoip interface is no longer valid and
  this package was not portedto GeoIP2. The test has already been
  disarmed a while back.
* Mon Sep 16 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 19.1.0:
  * 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
* Tue Jul 30 2019 pgajdos@suse.com
- fix build
- added patches
  https://github.com/meejah/txtorcon/commit/5d7ebea5086f361efe7f14aea58e512a04b401f3
  + python-txtorcon-methods-are-bytes.patch
* Mon Jun 17 2019 pgajdos@suse.com
- version update to 19.0.0
  * many upstream changes, see releases.rst
- run testsuite
- package documentation
Version: 0.20.0-bp151.1.3
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Mon Apr 23 2018 tchvatal@suse.com
- Remove test directory from sitelib
* Fri Mar 02 2018 avvissu@yandex.by
- Initial package