14
0

18 Commits

Author SHA256 Message Date
7039a523ed - update to 24.8.0:
* Fix (test) issues with Twisted 24.7.0
  * Remove usage of "six"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=31
2024-09-23 08:52:29 +00:00
31e6719caf - update to 23.11.0:
* Fix test-failures on Python 3.12
 * Particular GETINFO hanging
   (ultra-long lines over 16KiB caused problems in the protocol)
 * Use built-in `mock` only
 * Remove `incremental`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=29
2023-12-29 09:03:47 +00:00
1c0e199d59 Accepting request 1112293 from home:mimi_vx:branches:devel:languages:python
- update to 23.5.0
  * Fix a bug with CONTROLLER_WAIT events
  * drop python2 support
  * Added support for Python 3.11.
  * No more ipaddress dependency

OBS-URL: https://build.opensuse.org/request/show/1112293
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=27
2023-09-19 15:24:00 +00:00
3c501a1927 Accepting request 984941 from home:bnavigator:Twisted
- Actually requires twisted[tls]: python-Twisted-tls

OBS-URL: https://build.opensuse.org/request/show/984941
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=25
2022-06-28 08:45:55 +00:00
0427694133 Accepting request 971084 from home:pgajdos:python
- version update to 22.0.0
  * Use GitHub Action for CI (instead of Travis)
  * fix coveralls uploading of coverage
- do not require python-mock for build

OBS-URL: https://build.opensuse.org/request/show/971084
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=23
2022-04-21 08:13:54 +00:00
30d7c6eed9 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=22
2021-08-31 20:13:27 +00:00
97424d7ea8 - Add 362-skip-failing-tests.patch to skip failing tests
(gh#meejah/txtorcon#362).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=21
2021-08-31 16:09:01 +00:00
0b46e1dd1b - Async tests don't work with pytest. Use python -m twisted.trial
instead.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=19
2021-05-01 20:24:49 +00:00
Tomáš Chvátal
8539282348 - Fix build wihtout python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=17
2020-04-20 08:52:04 +00:00
Tomáš Chvátal
da2da014ea Accepting request 791684 from home:mcalabkova:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/791684
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=15
2020-04-06 08:33:00 +00:00
Tomáš Chvátal
e4f94bdd13 Accepting request 760049 from home:dimstar:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/760049
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=13
2020-01-02 08:57:44 +00:00
Tomáš Chvátal
7d57ab593d - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=11
2019-09-16 13:05:14 +00:00
Tomáš Chvátal
b85e88d6e0 Accepting request 719779 from home:pgajdos
- fix build
- added patches
  5d7ebea508
  + python-txtorcon-methods-are-bytes.patch

OBS-URL: https://build.opensuse.org/request/show/719779
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=9
2019-07-30 09:27:09 +00:00
Tomáš Chvátal
3ddcc0d696 Accepting request 710309 from home:pgajdos
- version update to 19.0.0
  * many upstream changes, see releases.rst
- run testsuite
- package documentation

OBS-URL: https://build.opensuse.org/request/show/710309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=7
2019-06-17 10:31:19 +00:00
c0d3aaa58f Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=5
2018-12-04 14:10:52 +00:00
Tomáš Chvátal
1fe11a3db8 - Remove test directory from sitelib
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=3
2018-04-23 09:17:57 +00:00
Tomáš Chvátal
f1a09ac7b4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=2 2018-03-10 10:19:47 +00:00
Tomáš Chvátal
a8cffc6150 Accepting request 585098 from home:awissu
- Initial package

OBS-URL: https://build.opensuse.org/request/show/585098
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=1
2018-03-10 10:18:47 +00:00