[Pkg-privacy-commits] [txtorcon] branch jessie-bpo updated (50b9a43 -> f222d4e)
Iain R. Learmonth
irl at moszumanska.debian.org
Sun Oct 30 16:54:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
irl pushed a change to branch jessie-bpo
in repository txtorcon.
from 50b9a43 New changelog entry for backport
adds b9d87db Imported Upstream version 0.15.0
adds 15cf9e6 Merge tag 'upstream/0.15.0'
adds ada48c7 Bumped standards; versioned deps gone
adds 2945a2a Updated changelog for release
adds 08e1a59 Imported Upstream version 0.15.1
adds ac765b5 Merge tag 'upstream/0.15.1'
adds 0fd2d72 Updated changelog for release
adds 10446bd control: swap dep on python-ipaddr to python-ipaddress
adds 9a30b53 Updated changelog for release
adds ac340d4 Imported Upstream version 0.16.1
adds 4d0e1a5 Merge tag 'upstream/0.16.1'
adds 4c7edc8 Updated changelog for release
adds 9b6cfa5 New upstream version 0.17.0
adds 823442b Merge tag 'upstream/0.17.0'
adds 8bf7bb9 Updates changelog for release
new 476004d Merge tag 'debian/0.17.0-1' into jessie-bpo
new f222d4e Updates changelog for jessie-backport
The 2 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 | 20 +-
README.rst | 13 +-
debian/changelog | 44 ++++
debian/control | 20 +-
dev-requirements.txt | 4 +-
docs/README.rst | 233 ++++++++++++++++-
docs/conf.py | 2 +-
docs/howtos.rst | 20 +-
docs/index.rst | 2 +-
docs/release-checklist.rst | 211 ++++++++--------
docs/releases.rst | 91 ++++++-
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/ephemeral_endpoint.py | 57 ++---
examples/gui-boom.py | 39 +++
examples/gui-cairo.py | 94 +++++++
examples/gui-map.py | 66 +++++
examples/gui.py | 83 ++++++
examples/gui2.py | 52 ++++
examples/hidden_echo.py | 16 --
examples/list_circuits.py | 25 --
examples/multiple-socks-ports.py | 42 ----
examples/redirect_streams.py | 56 -----
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 | 32 ++-
test/test_endpoints.py | 282 +++++++++++++++------
test/test_stream.py | 25 ++
test/test_torconfig.py | 378 +++++++++++++++++++++++++++-
test/test_torcontrolprotocol.py | 102 +++++++-
test/test_torinfo.py | 2 +-
test/test_torstate.py | 63 ++++-
test/test_util.py | 66 ++++-
test/test_util_imports.py | 32 +--
txtorcon.egg-info/PKG-INFO | 20 +-
txtorcon.egg-info/SOURCES.txt | 14 +-
txtorcon.egg-info/pbr.json | 2 +-
txtorcon.egg-info/requires.txt | 6 +-
txtorcon.egg-info/top_level.txt | 2 +-
txtorcon/__init__.py | 77 +++---
txtorcon/_metadata.py | 6 +
txtorcon/addrmap.py | 2 +
txtorcon/circuit.py | 51 ++--
txtorcon/endpoints.py | 233 ++++++++++-------
txtorcon/interface.py | 16 --
txtorcon/stream.py | 39 ++-
txtorcon/torconfig.py | 294 +++++++++++++++++++---
txtorcon/torcontrolprotocol.py | 170 ++++++++-----
txtorcon/torstate.py | 54 ++--
txtorcon/util.py | 52 +++-
59 files changed, 3191 insertions(+), 937 deletions(-)
mode change 120000 => 100644 docs/README.rst
create mode 100644 docs/tutorial.rst
create mode 100755 examples/add_hiddenservice_to_system_tor.py
create mode 100644 examples/gui-boom.py
create mode 100644 examples/gui-cairo.py
create mode 100644 examples/gui-map.py
create mode 100644 examples/gui.py
create mode 100644 examples/gui2.py
delete mode 100644 examples/hidden_echo.py
delete mode 100644 examples/list_circuits.py
delete mode 100644 examples/multiple-socks-ports.py
delete mode 100644 examples/redirect_streams.py
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