[Pkg-privacy-commits] [txtorcon] 02/04: Merge tag 'upstream/0.15.0'

Iain R. Learmonth irl at moszumanska.debian.org
Wed Aug 3 13:31:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

irl pushed a commit to branch master
in repository txtorcon.

commit 15cf9e6148ce990bdd17f4747bf18c098808bbe8
Merge: 8ae00f1 b9d87db
Author: Iain R. Learmonth <irl at debian.org>
Date:   Wed Aug 3 14:06:57 2016 +0100

    Merge tag 'upstream/0.15.0'
    
    Upstream version 0.15.0

 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_data_dir.py             |  43 ++++
 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, 2156 insertions(+), 673 deletions(-)

-- 
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