[Pkg-privacy-commits] [txtorcon] annotated tag v0.14.0 created (now 196290f)

Ximin Luo infinity0 at debian.org
Mon Oct 19 22:55:59 UTC 2015


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

infinity0 pushed a change to annotated tag v0.14.0
in repository txtorcon.

        at  196290f   (tag)
   tagging  1bae6f47b5708467a33bfa0f08dc93cfb35c7fa2 (commit)
  replaces  v0.13.0
 tagged by  meejah
        on  Sat Sep 26 22:42:16 2015 -0600

- Log -----------------------------------------------------------------
I'm happy to announce txtorcon 0.14.0. Changes:

 * IStreamAttacher handling was missing None and DO_NOT_ATTACH cases if a Deferred was returned.
 * add .is_built Deferred to txtorcon.Circuit that gets callback()'d when the circuit becomes BUILT
 * David Stainton ported his "tor:" endpoint parser so now both client
   and server endpoints are supported. This means **any** Twisted
   program using endpoints can use Tor as a client. For example, to
   connect to txtorcon's Web site: ep =
   clientFromString("tor:timaq4ygg2iegci7.onion:80").  (In the future,
   I'd like to automatically launch Tor if required, too).
 * Python3 fixes from Isis Lovecruft (note: needs Twisted 15.4.0+)

You can download the release from PyPI or GitHub (or of course "pip
install txtorcon"):

   https://pypi.python.org/pypi/txtorcon/0.14.0
   https://github.com/meejah/txtorcon/releases/tag/v0.14.0

Releases are also available from the hidden service:

   http://timaq4ygg2iegci7.onion/txtorcon-0.14.0.tar.gz
   http://timaq4ygg2iegci7.onion/txtorcon-0.14.0.tar.gz.asc
   http://timaq4ygg2iegci7.onion/txtorcon-0.14.0-py2-none-any.whl
   http://timaq4ygg2iegci7.onion/txtorcon-0.14.0-py2-none-any.whl.asc

You can verify the sha256sum of both by running the following 4 lines
in a shell wherever you have the files downloaded:

cat <<EOF | sha256sum --check
d44be978dd9521f22333edea49789fe7e19c4bea9a02d63e6ec826d08fb571d1  dist/txtorcon-0.14.0-py2-none-any.whl
a2d0fae65da015840bb392ffc4fd63918168edb6b634941f6b8aa843b338edbf  dist/txtorcon-0.14.0.tar.gz
EOF

thanks,
meejah
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABAgAGBQJWB3OoAAoJEMJgKAMSgGmnhlAIAKkQpZFJFH2SGMRAONLmVyCn
RfAMYn9/fJBaoIiKclhYSuZwYvFNfn3XtVnHW6v1T55598HppnSdT3so6ofDFAod
Oo0g38B+EQrp/EyXsfyTT3pOFQ1H6a+0IeHKel5K+Map/QApQD6EOpf+yh8lM63A
/vVXEwfohv3SOJNrtsm5o/K47i4mXKpyKYgt747rKr/lVXWd9CKiqCGuNtt85suz
BCSMq9uKAtomnB/xDDquDy/Mw3oIaT6PK45Xd57/eMYGgMzOb8bsG0B4X6IUIyGI
+0duQa36W89pXRfFArTw+jD6HOCJ+SjsxhAvqqyzYoDZOiwWr2IZMJXFwbsViG4=
=hEV0
-----END PGP SIGNATURE-----

David Stainton (1):
      Add basic Tor client endpoint and parser + utests

Isis Lovecruft (3):
      Changes for maintaining simultaneous py3k compatibility.
      Hack around t.i.e.serverFromString() strangely not existing in py3k.
      Changes required for using zope.interfaces in py3k.

Sambuddha Basu (6):
      Fix control spec link
      Added OSX installation instructions
      Generate valid_signals list dynamically
      Improved get_info() parsing and add added descriptor get_info() test
      Use stem class for parsing relay descriptor
      Fixed docs for stem_relay_descriptor.py

meejah (33):
      Merge pull request #111 from sammyshj/fixlink
      Merge pull request #114 from sammyshj/osxinstall
      Merge pull request #115 from sammyshj/validsignal
      Merge branch 'master' of github.com:meejah/txtorcon
      a Deferred from attach_stream that returns None handled correctly
      correct date for 0.12.0 release
      Fix attacher handling (sync vs async)
      add release note
      add .is_built Deferred to Circuit
      Cleanups and more tests for "tor:" endpoint parser
      fix requirements, add dev requirements
      add tor: parser and endpoint to txtorcon namespace
      slightly-better error-handling to avoid spew in tests
      need coverage for dev
      at least call TorState error-handler in a test
      dev needs pep8
      comments and naming-style
      tie dev requirements to file
      variable naming
      private arg
      Merge remote-tracking branch 'samgtr/updategetinfo'
      Merge pull request #117 from sammyshj/stemdescriptor
      Merge pull request #119 from sammyshj/stemdescriptor
      use official mock API
      note about 0.11.1 bugfix release
      Merge remote-tracking branch 'isis/fix/py3k'
      remove serverFromString py3 hacks
      FIXME for maybe using six
      release-note about py3
      simplify README, align with reality
      pep8
      bump versions, links for 0.14.0
      v0.14.0 signatures

-----------------------------------------------------------------------

No new revisions were added by this update.

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