2021-05-01 20:24:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 1 20:24:09 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Async tests don't work with pytest. Use python -m twisted.trial
|
|
|
|
instead.
|
|
|
|
|
2020-04-20 08:52:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 20 08:51:54 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Fix build wihtout python2
|
|
|
|
|
2020-04-06 08:33:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 6 08:18:04 UTC 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.
|
|
|
|
|
2020-01-02 08:57:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 30 13:38:19 UTC 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.
|
|
|
|
|
2019-09-16 13:05:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 16 13:02:45 UTC 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
|
|
|
|
|
2019-07-30 09:27:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 30 08:21:53 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- fix build
|
|
|
|
- added patches
|
|
|
|
https://github.com/meejah/txtorcon/commit/5d7ebea5086f361efe7f14aea58e512a04b401f3
|
|
|
|
+ python-txtorcon-methods-are-bytes.patch
|
|
|
|
|
2019-06-17 10:31:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 17 09:15:00 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 19.0.0
|
|
|
|
* many upstream changes, see releases.rst
|
|
|
|
- run testsuite
|
|
|
|
- package documentation
|
|
|
|
|
2018-12-04 14:10:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:55:28 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-04-23 09:17:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 23 09:17:34 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Remove test directory from sitelib
|
|
|
|
|
2018-03-10 10:18:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 2 22:01:11 UTC 2018 - avvissu@yandex.by
|
|
|
|
|
|
|
|
- Initial package
|
|
|
|
|