[Pkg-privacy-commits] [txtorcon] branch master updated (360a990 -> bc985a7)
Ximin Luo
infinity0 at debian.org
Mon Oct 19 13:49:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to branch master
in repository txtorcon.
from 360a990 Add missing changelog entry
new 2ba01b1 update watch file, seems uscan can't handle relative paths
new a06bc32 Fix control spec link
new d90542f Merge pull request #111 from sammyshj/fixlink
new 5c8f021 Added OSX installation instructions
new d89324a Merge pull request #114 from sammyshj/osxinstall
new dcd29e8 Generate valid_signals list dynamically
new c428f4f Merge pull request #115 from sammyshj/validsignal
new 6f3897b Merge branch 'master' of github.com:meejah/txtorcon
new 9523319 a Deferred from attach_stream that returns None handled correctly
new ef225f9 correct date for 0.12.0 release
new 6f2ded3 Fix attacher handling (sync vs async)
new 12ab460 add release note
new 8926c5c add .is_built Deferred to Circuit
new fb2d372 Add basic Tor client endpoint and parser + utests
new 57bcbc4 Cleanups and more tests for "tor:" endpoint parser
new 0981520 fix requirements, add dev requirements
new e0aacd8 add tor: parser and endpoint to txtorcon namespace
new e6dd2a2 slightly-better error-handling to avoid spew in tests
new 5045b18 need coverage for dev
new 0e25cd9 at least call TorState error-handler in a test
new 954ed7c dev needs pep8
new c211a56 comments and naming-style
new 87da504 tie dev requirements to file
new ac5964b variable naming
new 17e9b86 private arg
new f766b94 Improved get_info() parsing and add added descriptor get_info() test
new 830d26a Merge remote-tracking branch 'samgtr/updategetinfo'
new b55cc1b Use stem class for parsing relay descriptor
new 5027ab4 Merge pull request #117 from sammyshj/stemdescriptor
new d9abd36 Fixed docs for stem_relay_descriptor.py
new dc5450f Merge pull request #119 from sammyshj/stemdescriptor
new b7b3632 use official mock API
new 5ac2297 note about 0.11.1 bugfix release
new 037c503 Changes for maintaining simultaneous py3k compatibility.
new 918ead0 Hack around t.i.e.serverFromString() strangely not existing in py3k.
new 6a909b3 Changes required for using zope.interfaces in py3k.
new 158b9b1 Merge remote-tracking branch 'isis/fix/py3k'
new 7b1dc49 remove serverFromString py3 hacks
new f7a68d3 FIXME for maybe using six
new 2ef279f release-note about py3
new 3fcf91b simplify README, align with reality
new 920ff44 pep8
new e0c3ef4 bump versions, links for 0.14.0
new 1bae6f4 v0.14.0 signatures
new 72cd485 Imported Upstream version 0.14.0
new 9ce6280 Merge tag 'upstream/0.14.0'
new 2e069ac update changelog
new 93dd500 rm patches applied upstream
new bc985a7 update build-dep, update gbp.conf
The 49 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:
Makefile | 8 +-
PKG-INFO | 74 ++++------
README.rst | 69 ++++------
debian/changelog | 7 +
debian/control | 1 +
debian/gbp.conf | 2 +-
debian/patches/0001-use-official-mock-API.patch | 77 -----------
debian/patches/series | 1 -
debian/watch | 2 +-
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 +++-
43 files changed, 935 insertions(+), 390 deletions(-)
delete mode 100644 debian/patches/0001-use-official-mock-API.patch
delete mode 100644 debian/patches/series
create mode 100644 examples/redirect_streams.py
create mode 100755 examples/stem_relay_descriptor.py
create mode 100644 txtorcon.egg-info/pbr.json
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