[Pkg-privacy-commits] [txtorcon] 09/12: Merge tag 'debian/0.10.1-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 ce13d3bce0eb4c11edf17ad630ea081cb50eadd7
Merge: 48edcd5 391dce2
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Mon Jul 28 10:24:57 2014 +0200

    Merge tag 'debian/0.10.1-1' into wheezy
    
    Format: 1.8
    Date: Mon, 21 Jul 2014 00:55:46 +0200
    Source: txtorcon
    Binary: python-txtorcon
    Architecture: source all
    Version: 0.10.1-1
    Distribution: unstable
    Urgency: medium
    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.10.1-1) unstable; urgency=medium
     .
       * New upstream release.
    Checksums-Sha1:
     55ce4d98a269cf6474d3ef1501579d9d2b80374b 1153 txtorcon_0.10.1-1.dsc
     da16c10b3f04cd2bad871bd25a27149729600834 191823 txtorcon_0.10.1.orig.tar.gz
     28746381df07e962a9569efa87f5bdccc7e1ed61 4976 txtorcon_0.10.1-1.debian.tar.xz
     2f2bfaf963c88042cab2e6ba121f1d7fe9216170 125142 python-txtorcon_0.10.1-1_all.deb
    Checksums-Sha256:
     d4a5f9b5682187ebf98cc8bbc04ecb6e474a1ee14e61b7e87f7eebebe13fe270 1153 txtorcon_0.10.1-1.dsc
     11d761bda629fa8b42077830c9d687c2a5e7dbda8434eace5438a4227c1fef1d 191823 txtorcon_0.10.1.orig.tar.gz
     f55d02148e1618408b49d4d2df6cbf40afdeca3c896a34f79d9eb9061661d5dc 4976 txtorcon_0.10.1-1.debian.tar.xz
     5bbe5500f944135cf07418367075cf62cd5c1bad40c1d953e52c797916feb648 125142 python-txtorcon_0.10.1-1_all.deb
    Files:
     472dd1a5207bfe5611de7e5fcba5372d 125142 python extra python-txtorcon_0.10.1-1_all.deb
     ceac7a510e97e3085d999d7dc5c344bc 1153 python extra txtorcon_0.10.1-1.dsc
     1e28b007b0fbd787087a3b74241fe3dc 191823 python extra txtorcon_0.10.1.orig.tar.gz
     c630b8b05e2315684a057cfa3ee8e07c 4976 python extra txtorcon_0.10.1-1.debian.tar.xz

 MANIFEST.in                                   |   7 +
 Makefile                                      |  30 +-
 PKG-INFO                                      |  44 +-
 README.rst                                    |  42 +-
 debian/changelog                              |  14 +
 debian/control                                |   1 +
 debian/copyright                              |  33 ++
 dev-requirements.txt                          |   1 +
 docs/_static/logo.svg                         | 473 ++++++++++++++++++++
 docs/_themes/README                           |   4 +
 docs/_themes/alabaster/__init__.py            |  18 +
 docs/_themes/alabaster/_version.py            |   2 +
 docs/_themes/alabaster/about.html             |  56 +++
 docs/_themes/alabaster/donate.html            |   9 +
 docs/_themes/alabaster/layout.html            |  65 +++
 docs/_themes/alabaster/navigation.html        |  10 +
 docs/_themes/alabaster/static/alabaster.css_t | 620 ++++++++++++++++++++++++++
 docs/_themes/alabaster/static/pygments.css    |   1 +
 docs/_themes/alabaster/support.py             |  86 ++++
 docs/_themes/alabaster/theme.conf             |  52 +++
 docs/conf.py                                  |  35 +-
 docs/examples.rst                             |  17 +-
 docs/howtos.rst                               | 136 ++++++
 docs/index.rst                                |  55 ++-
 docs/introduction.rst                         |   6 +
 docs/release-checklist.rst                    |  81 ++++
 docs/releases.rst                             |  28 +-
 docs/txtorcon-config.rst                      |   4 +
 docs/txtorcon-endpoints.rst                   |  32 ++
 docs/txtorcon-launching.rst                   |  16 +-
 docs/txtorcon-state.rst                       |   4 +
 docs/txtorcon.rst                             |   1 +
 docs/walkthrough.rst                          |   4 +-
 examples/add_hiddenservice_to_system_tor.py   |  81 ++++
 examples/attach_streams_by_country.py         | 115 ++---
 examples/circuit_failure_rates.py             |  76 ++--
 examples/circuit_for_next_stream.py           |  32 +-
 examples/disallow_streams_by_port.py          |  18 +-
 examples/hello_darkweb.py                     |  24 +
 examples/hidden-service-systemd.service       |  35 ++
 examples/hidden_echo.py                       |  15 +
 examples/launch_tor_endpoint.py               |  87 ++--
 examples/launch_tor_endpoint2.py              |  53 +++
 examples/minimal_endpoint.py                  |   9 +
 examples/systemd.service                      |  43 ++
 scripts/asciinema-demo0.py                    |  84 ++++
 setup.py                                      |   4 +-
 test/profile_startup.py                       |  11 +
 test/test_endpoints.py                        | 450 +++++++++++++++++++
 test/test_stream.py                           |  34 +-
 test/test_torconfig.py                        | 247 ++--------
 test/test_torcontrolprotocol.py               |   7 +-
 test/test_torstate.py                         |   4 +-
 test/util.py                                  |  21 +
 twisted/plugins/txtorcon_endpoint_parser.py   |   2 +
 txtorcon.egg-info/PKG-INFO                    |  44 +-
 txtorcon.egg-info/SOURCES.txt                 |  28 ++
 txtorcon.egg-info/top_level.txt               |   1 +
 txtorcon/__init__.py                          |  19 +-
 txtorcon/addrmap.py                           |   5 +-
 txtorcon/circuit.py                           |  17 +-
 txtorcon/endpoints.py                         | 559 +++++++++++++++++++++++
 txtorcon/torconfig.py                         | 319 ++++---------
 txtorcon/torcontrolprotocol.py                |  22 +-
 txtorcon/torstate.py                          |  14 +-
 65 files changed, 3789 insertions(+), 678 deletions(-)

diff --cc debian/changelog
index 54de749,fa13b8a..68c25e1
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,17 +1,23 @@@
+ txtorcon (0.10.1-1) unstable; urgency=medium
+ 
+   * New upstream release.
+ 
+  -- Jérémy Bobbio <lunar at debian.org>  Mon, 21 Jul 2014 00:55:46 +0200
+ 
+ txtorcon (0.10.0-1) unstable; urgency=low
+ 
+   * New upstream release.
+   * Update debian/copyright
+   * Update Build-Depends.
+ 
+  -- Jérémy Bobbio <lunar at debian.org>  Sun, 15 Jun 2014 20:50:38 +0200
+ 
 +txtorcon (0.9.2-1~bpo70+1) wheezy-backports; urgency=low
 +
 +  * Rebuild for wheezy-backports.
 +
 + -- Jérémy Bobbio <lunar at debian.org>  Sat, 10 May 2014 17:18:58 +0200
 +
  txtorcon (0.9.2-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