[Pkg-privacy-commits] [txtorcon] 46/49: Merge tag 'upstream/0.14.0'

Ximin Luo infinity0 at debian.org
Mon Oct 19 13:49:55 UTC 2015


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

infinity0 pushed a commit to branch master
in repository txtorcon.

commit 9ce628037109d8b939295852bf8577e366998419
Merge: 2ba01b1 72cd485
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Oct 19 15:17:21 2015 +0200

    Merge tag 'upstream/0.14.0'
    
    Upstream version 0.14.0
    
    # gpg: Signature made Mon 19 Oct 2015 15:17:17 CEST
    # gpg:                using RSA key 860DEF3B8F650B79
    # gpg: Good signature from "Ximin Luo <infinity0 at pwned.gg>" [ultimate]
    # gpg:                 aka "Ximin Luo <infinity0 at torproject.org>" [ultimate]
    # gpg:                 aka "Ximin Luo <infinity0 at freenetproject.org>" [ultimate]
    # gpg:                 aka "Ximin Luo <infinity0 at debian.org>" [ultimate]
    # gpg:                 aka "Satoshi Nakamoto (www.bitcoin.org) <satoshin at gmx.com>" [ultimate]

 Makefile                                    |   8 +-
 PKG-INFO                                    |  74 ++++--------
 README.rst                                  |  69 ++++-------
 dev-requirements.txt                        |   1 -
 docs/examples.rst                           |  17 +++
 docs/index.rst                              |   2 +-
 docs/releases.rst                           |  25 +++-
 examples/list_circuits.py                   |  13 ++-
 examples/redirect_streams.py                |  56 +++++++++
 examples/stem_relay_descriptor.py           |  38 ++++++
 requirements.txt                            |   1 +
 setup.py                                    |  39 +++----
 test/test_endpoints.py                      | 166 +++++++++++++++++++++++++-
 test/test_torconfig.py                      |   2 +-
 test/test_torcontrolprotocol.py             |  54 ++++++++-
 test/test_torinfo.py                        |   3 +
 test/test_torstate.py                       |  26 ++++-
 twisted/plugins/txtorcon_endpoint_parser.py |   1 +
 txtorcon.egg-info/PKG-INFO                  |  74 ++++--------
 txtorcon.egg-info/SOURCES.txt               |   4 +
 txtorcon.egg-info/pbr.json                  |   1 +
 txtorcon.egg-info/requires.txt              |  16 +++
 txtorcon/__init__.py                        |  16 ++-
 txtorcon/_metadata.py                       |   6 +
 txtorcon/addrmap.py                         |   7 ++
 txtorcon/circuit.py                         |  19 ++-
 txtorcon/endpoints.py                       | 174 +++++++++++++++++++++++++++-
 txtorcon/interface.py                       |  19 +--
 txtorcon/log.py                             |   7 ++
 txtorcon/router.py                          |  15 ++-
 txtorcon/spaghetti.py                       |   6 +
 txtorcon/stream.py                          |   7 ++
 txtorcon/torconfig.py                       |  36 +++---
 txtorcon/torcontrolprotocol.py              |  54 +++++----
 txtorcon/torinfo.py                         |  23 ++--
 txtorcon/torstate.py                        | 133 +++++++++++++--------
 txtorcon/util.py                            |  23 +++-
 37 files changed, 925 insertions(+), 310 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