[Pkg-privacy-commits] [txtorcon] 07/12: Merge tag 'debian/0.9.2-1' into wheezy

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:26:55 UTC 2015


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

infinity0 pushed a commit to branch wheezy
in repository txtorcon.

commit 0e3f793fd97ac0984ffc679a3ddfd9e1634211bc
Merge: 9f7d711 e9f1cff
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat May 10 17:18:45 2014 +0200

    Merge tag 'debian/0.9.2-1' into wheezy
    
    Format: 1.8
    Date: Mon, 28 Apr 2014 18:29:49 +0200
    Source: txtorcon
    Binary: python-txtorcon
    Architecture: source all
    Version: 0.9.2-1
    Distribution: unstable
    Urgency: low
    Maintainer: Jérémy Bobbio <lunar at debian.org>
    Changed-By: Jérémy Bobbio <lunar at debian.org>
    Description:
     python-txtorcon - Twisted-based asynchronous Tor control protocol implementation
    Changes:
     txtorcon (0.9.2-1) unstable; urgency=low
     .
       * New upstream release.
       * Bump Standards-Version, no changes required.
    Checksums-Sha1:
     a91e9549500821febf225567584513975279f361 1137 txtorcon_0.9.2-1.dsc
     85c44eaa5e996108cd8f36b148f43b1253e760cc 160514 txtorcon_0.9.2.orig.tar.gz
     c7c0183851d59bcabf9409eb93fdc6de857b9f53 4380 txtorcon_0.9.2-1.debian.tar.xz
     d20da924352bd5c6b199260b4226934a3d2856a3 106094 python-txtorcon_0.9.2-1_all.deb
    Checksums-Sha256:
     cebaac1b17db4afcf81db958a831b31828388795928192af1e5c2c9aa61185a2 1137 txtorcon_0.9.2-1.dsc
     f4de6e989d721bbc4412184e4c6230c1a9afcf088f069e59256ce399974e1d10 160514 txtorcon_0.9.2.orig.tar.gz
     42af8a2c035b4efd50d6b08ffb79ab54adfe0551736abeee86a7ecb1ae18eb2a 4380 txtorcon_0.9.2-1.debian.tar.xz
     a26a5754b326fb276ce3ed192113908507af8f516b2121b9b44e16044928d747 106094 python-txtorcon_0.9.2-1_all.deb
    Files:
     bab43fc28b6d236d1809c559aea97687 106094 python extra python-txtorcon_0.9.2-1_all.deb
     9c55fdbee6dec00b5b6312ed9754b600 1137 python extra txtorcon_0.9.2-1.dsc
     7824978f72c7dc033d16cf8a45393279 160514 python extra txtorcon_0.9.2.orig.tar.gz
     3da6184da858dfc85f12a77fbc241ef9 4380 python extra txtorcon_0.9.2-1.debian.tar.xz

 MANIFEST.in                     |   1 +
 Makefile                        |  26 ++++----
 PKG-INFO                        |   8 ++-
 README.rst                      |   3 +
 debian/changelog                |   7 +++
 debian/control                  |   2 +-
 dev-requirements.txt            |   2 +
 docs/index.rst                  |   2 +-
 docs/releases.rst               |  26 +++++++-
 examples/newnym.py              |  53 ----------------
 examples/txtorcon.tac           |  16 +++--
 setup.py                        |   5 +-
 test/__init__.py                |   0
 test/test_addrmap.py            |   4 ++
 test/test_circuit.py            |  37 +++++++++--
 test/test_router.py             |   9 ++-
 test/test_stream.py             |   2 +-
 test/test_torconfig.py          | 132 ++++++++++++++++++++++++----------------
 test/test_torcontrolprotocol.py |  71 +++++++++++++++++----
 test/test_torinfo.py            |  73 ++++++++++++++++++++--
 test/test_torstate.py           |  68 ++++++++-------------
 test/test_util.py               |  49 ++++++++++++++-
 test/test_util_imports.py       |  30 ++++++++-
 txtorcon.egg-info/PKG-INFO      |   8 ++-
 txtorcon.egg-info/SOURCES.txt   |   2 +-
 txtorcon/__init__.py            |   2 +-
 txtorcon/addrmap.py             |   5 +-
 txtorcon/circuit.py             |  38 +++++++++++-
 txtorcon/interface.py           |  17 +++---
 txtorcon/router.py              |  28 +++++++--
 txtorcon/stream.py              |  13 ++--
 txtorcon/torconfig.py           |  50 ++++++---------
 txtorcon/torcontrolprotocol.py  |  35 +++++++++--
 txtorcon/torinfo.py             |   8 +--
 txtorcon/torstate.py            |  64 +++++++++----------
 txtorcon/util.py                |  11 +---
 36 files changed, 597 insertions(+), 310 deletions(-)

diff --cc debian/changelog
index 04b564a,e83a944..1f394bf
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,10 +1,16 @@@
+ txtorcon (0.9.2-1) unstable; urgency=low
+ 
+   * New upstream release.
+   * Bump Standards-Version, no changes required.
+ 
+  -- Jérémy Bobbio <lunar at debian.org>  Mon, 28 Apr 2014 18:29:49 +0200
+ 
 +txtorcon (0.9.1-1~bpo70+1) wheezy-backports; urgency=low
 +
 +  * Rebuild for wheezy-backports.
 +
 + -- Jérémy Bobbio <lunar at debian.org>  Tue, 11 Feb 2014 17:41:00 +0100
 +
  txtorcon (0.9.1-1) unstable; urgency=low
  
    * New upstream release.

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