[Pkg-privacy-commits] [txtorcon] branch upstream updated (417ee5b -> b9d87db)
Iain R. Learmonth
irl at moszumanska.debian.org
Wed Aug 3 13:31:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
irl pushed a change to branch upstream
in repository txtorcon.
from 417ee5b Imported Upstream version 0.14.2
new b9d87db Imported Upstream version 0.15.0
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
INSTALL | 4 +-
Makefile | 6 +-
PKG-INFO | 13 +-
README.rst | 6 +-
dev-requirements.txt | 4 +-
docs/conf.py | 2 +-
docs/howtos.rst | 20 +-
docs/index.rst | 2 +-
docs/release-checklist.rst | 149 +++++-----
docs/releases.rst | 59 +++-
docs/tutorial.rst | 262 ++++++++++++++++
docs/txtorcon-config.rst | 2 +
docs/txtorcon-launching.rst | 5 +
docs/txtorcon-protocol.rst | 8 +
docs/walkthrough.rst | 329 +++++++++++----------
examples/add_hiddenservice_to_system_tor.py | 63 ++++
examples/connect.py | 27 ++
examples/ephemeral_endpoint.py | 49 ++-
examples/{launch_tor.py => launch_tor_data_dir.py} | 1 +
examples/multiple-socks-ports.py | 7 +-
examples/redirect_streams.py | 1 -
examples/stem_relay_descriptor.py | 2 +-
examples/tunnel_tls_through_tor_client.py | 30 ++
requirements.txt | 2 +-
scripts/asciinema-demo1.py | 72 +++++
setup.py | 133 +++++----
test/test_circuit.py | 13 +-
test/test_endpoints.py | 153 ++++++----
test/test_torconfig.py | 311 ++++++++++++++++++-
test/test_torcontrolprotocol.py | 102 ++++++-
test/test_torinfo.py | 2 +-
test/test_torstate.py | 55 ++++
test/test_util.py | 66 ++++-
test/test_util_imports.py | 32 +-
txtorcon.egg-info/PKG-INFO | 13 +-
txtorcon.egg-info/SOURCES.txt | 7 +
txtorcon.egg-info/pbr.json | 2 +-
txtorcon.egg-info/requires.txt | 6 +-
txtorcon/__init__.py | 77 ++---
txtorcon/_metadata.py | 6 +
txtorcon/circuit.py | 27 +-
txtorcon/endpoints.py | 143 +++++----
txtorcon/interface.py | 16 -
txtorcon/torconfig.py | 227 +++++++++++++-
txtorcon/torcontrolprotocol.py | 170 +++++++----
txtorcon/torstate.py | 49 ++-
txtorcon/util.py | 52 +++-
47 files changed, 2114 insertions(+), 673 deletions(-)
create mode 100644 docs/tutorial.rst
create mode 100755 examples/add_hiddenservice_to_system_tor.py
create mode 100644 examples/connect.py
copy examples/{launch_tor.py => launch_tor_data_dir.py} (96%)
mode change 100755 => 100644
create mode 100644 examples/tunnel_tls_through_tor_client.py
create mode 100755 scripts/asciinema-demo1.py
create mode 100644 txtorcon/_metadata.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/txtorcon.git
More information about the Pkg-privacy-commits
mailing list