./net/py-txtorcon, Twisted Python library for controlling tor daemon

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 24.8.0, Package name: py312-txtorcon-24.8.0, Maintainer: pkgsrc-users

txtorcon is an implementation of the control-spec for Tor using the
Twisted networking library for Python.

This is useful for writing utilities to control or make use of Tor in
event-based Python programs. If your Twisted program supports endpoints
(like twistd does) your server or client can make use of Tor
immediately, with no code changes. Start your own Tor or connect to one
and get live stream, circuit, relay updates; read and change config;
monitor events; build circuits; create onion services; etcetera.


Required to run:
[net/py-twisted] [devel/py-setuptools] [devel/py-ZopeInterface] [security/py-cryptography] [devel/py-incremental] [devel/py-automat] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 305.423 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-09-04 11:36:39 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-txtorcon: updated to 2024.8.0

v24.8.0

* Fix (test) issues with Twisted 24.7.0
* Remove usage of "six"
   2024-01-20 09:51:17 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-txtorcon: updated to 23.11.0

v23.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`
   2023-06-18 07:39:38 by Adam Ciarcinski | Files touched by this commit (20)
Log message:
py-ZopeInterface: moved to py-zope.interface
   2023-05-21 20:54:42 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-txtorcon: update to 23.5.0.

v23.5.0
-------

May 18, 2023

 * `txtorcon-23.5.0.tar.gz \ 
<http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/txtorcon-23.5.0.tar.gz>`_ \ 
(`PyPI <https://pypi.python.org/pypi/txtorcon/23.5.0>`_ \ 
(:download:`local-sig </../signatues/txtorcon-23.5.0.tar.gz.asc>` or \ 
`github-sig \ 
<https://github.com/meejah/txtorcon/blob/main/signatues/txtorcon-23.5.0.tar.gz.asc?raw=true>`_) \ 
(`source <https://github.com/meejah/txtorcon/archive/v23.5.0.tar.gz>`_)
* ``twisted.web.client.Agent`` instances now use the same HTTPS policy by \ 
default as ``twisted.web.client.Agent``.
  It is possible to override this policy with the ``tls_context_factory`` \ 
argument, the equivalent to ``Agent``'s ``contextFactory=``.
* Added support for Python 3.11.
* No more ipaddress dependency
   2023-05-03 20:47:04 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-txtorcon: update to 23.0.0.

v23.0.0
-------

February 15, 2023

 * Drop python2 support
 * Fix a bug with `CONTROLLER_WAIT` events

v22.0.0
-------

March 16, 2022

 * Use GitHub Action for CI (instead of Travis)
 * fix coveralls uploading of coverage

v21.1.0
-------

August 16, 2021

 * Fix some incorrect unit-test skipping logic (thanks `@exarkun
 <https://github.com/exarkun>`, `#354
 <https://github.com/meejah/txtorcon/issues/354>`_ and `#352
 <https://github.com/meejah/txtorcon/issues/352>`_)
 * Fix broken tests revealed by previous fixes (thanks `@exarkun
 <https://github.com/exarkun>`, `#356
 <https://github.com/meejah/txtorcon/issues/356>`_

v21.0.0
-------

August 7, 2021

 * Use GitHub Actions instead of Travis for CI
 * fix Python 3.x+ bug with `TorInfo` and `__class__` access (`#350
 <https://github.com/meejah/txtorcon/issues/350>`_)
   2022-10-19 15:56:34 by Nia Alarie | Files touched by this commit (26)
Log message:
fighting a losing battle against py-cryptography rustification, part 2

Switch users to versioned_dependencies.mk.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS