[Pkg-privacy-commits] [pyptlib] 12/13: Merge tag 'debian/0.0.4-1__squeeze+1' into tpo-lucid-backport
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:25:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch tpo-lucid-backport
in repository pyptlib.
commit 058eb2625664b0029cbab3a7f715ae5f946e39ae
Merge: 4b19d09 5026c6b
Author: Jérémy Bobbio <lunar at debian.org>
Date: Fri Oct 4 14:49:21 2013 +0200
Merge tag 'debian/0.0.4-1__squeeze+1' into tpo-lucid-backport
Format: 1.8
Date: Fri, 04 Oct 2013 14:36:51 +0200
Source: pyptlib
Binary: python-pyptlib
Architecture: source all
Version: 0.0.4-1~~squeeze+1
Distribution: squeeze-backport
Urgency: low
Maintainer: Jérémy Bobbio <lunar at debian.org>
Changed-By: Jérémy Bobbio <lunar at debian.org>
Description:
python-pyptlib - library for Tor pluggable transports written in Python
Changes:
pyptlib (0.0.4-1~~squeeze+1) squeeze-backport; urgency=low
.
* Build for squeeze-backport:
- Do not use dh_python2.
- Refresh unittest compatibility patch.
.
pyptlib (0.0.4-1) unstable; urgency=low
.
* New upstream version.
* Add watch file.
* Only run test files that actually contain tests.
* Also use autopkgtest script to run the test suite at build time.
.
pyptlib (0.0.3-2) unstable; urgency=low
.
* Add autopkgtest support to run upstream test suite.
* Call dh_python2 to get proper Python dependencies.
Checksums-Sha1:
04d5eb6dc469a1c8c24459c4aac4cfcb6a7ebb99 949 pyptlib_0.0.4-1~~squeeze+1.dsc
fba463c4331e4721a8103091928a7d5cab285f86 233102 pyptlib_0.0.4.orig.tar.gz
d267ab83dce2bb52365fd9af755887e9a31a208b 4063 pyptlib_0.0.4-1~~squeeze+1.debian.tar.gz
1dc95accd0a4f79b7d71c8d0a81745dc37012ab1 14654 python-pyptlib_0.0.4-1~~squeeze+1_all.deb
Checksums-Sha256:
1ab98be7a94571a94f203a7c68d6c795f4cd0e93d0dd7818bcd3efd336ccbb60 949 pyptlib_0.0.4-1~~squeeze+1.dsc
dd9e63d8f5825fd521fa882a2efd41366febe86dec799c5b18675de87bfd262c 233102 pyptlib_0.0.4.orig.tar.gz
44b5257e2e42bde723a988c6f1e2400ec7060a6e7c527ea51f47ffae50d3f6c2 4063 pyptlib_0.0.4-1~~squeeze+1.debian.tar.gz
65a3665166c000cccf3da0c359ca4e61955e024742ae6b864672b4668e3fce81 14654 python-pyptlib_0.0.4-1~~squeeze+1_all.deb
Files:
728efb0f5aeff02f58596b20f3909281 949 python extra pyptlib_0.0.4-1~~squeeze+1.dsc
135d36a56ba6004ac46cf739e78ba584 233102 python extra pyptlib_0.0.4.orig.tar.gz
403f15d0b1d9579fd42f994ee9ee3bb9 4063 python extra pyptlib_0.0.4-1~~squeeze+1.debian.tar.gz
d9e4e1bdd836ba623d2de43ef59eed39 14654 python extra python-pyptlib_0.0.4-1~~squeeze+1_all.deb
ChangeLog | 8 +
PKG-INFO | 2 +-
debian/changelog | 24 ++
debian/control | 1 +
...h-unittest.TestCase-to-add-missing-assert.patch | 28 ---
debian/patches/0001-unittest-compatibility.patch | 45 ++++
debian/patches/series | 2 +-
debian/rules | 5 +-
debian/tests/control | 2 +
debian/tests/upstream-tests | 7 +
debian/watch | 3 +
examples/client.py | 15 +-
examples/server.py | 15 +-
pyptlib.egg-info/PKG-INFO | 2 +-
pyptlib.egg-info/SOURCES.txt | 9 +-
pyptlib/__init__.py | 1 +
pyptlib/client.py | 128 ++++------
pyptlib/client_config.py | 66 +-----
pyptlib/config.py | 169 +++++--------
pyptlib/core.py | 135 +++++++++++
pyptlib/server.py | 133 ++++-------
pyptlib/server_config.py | 178 ++++++--------
pyptlib/{ => test}/__init__.py | 0
pyptlib/test/test_client.py | 42 ++--
pyptlib/test/test_core.py | 96 ++++++++
pyptlib/test/test_server.py | 264 ++++++++-------------
pyptlib/test/test_util_subproc.py | 114 +++++++++
pyptlib/test/util_subproc_child.py | 22 ++
pyptlib/test/util_subproc_main.py | 76 ++++++
pyptlib/{util.py => util/__init__.py} | 15 +-
pyptlib/util/subproc.py | 198 ++++++++++++++++
setup.py | 25 +-
sphinx/API.rst | 161 +++++++------
sphinx/conf.py | 4 +-
34 files changed, 1202 insertions(+), 793 deletions(-)
diff --cc debian/changelog
index a2dd53f,636524b..27008ed
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,10 -1,27 +1,34 @@@
+ pyptlib (0.0.4-1~~squeeze+1) squeeze-backport; urgency=low
+
+ * Build for squeeze-backport:
+ - Do not use dh_python2.
+ - Refresh unittest compatibility patch.
+
+ -- Jérémy Bobbio <lunar at debian.org> Fri, 04 Oct 2013 14:36:51 +0200
+
+ pyptlib (0.0.4-1) unstable; urgency=low
+
+ * New upstream version.
+ * Add watch file.
+ * Only run test files that actually contain tests.
+ * Also use autopkgtest script to run the test suite at build time.
+
+ -- Jérémy Bobbio <lunar at debian.org> Fri, 20 Sep 2013 15:39:02 +0200
+
+ pyptlib (0.0.3-2) unstable; urgency=low
+
+ * Add autopkgtest support to run upstream test suite.
+ * Call dh_python2 to get proper Python dependencies.
+
+ -- Jérémy Bobbio <lunar at debian.org> Wed, 28 Aug 2013 20:34:15 +0200
+
+pyptlib (0.0.3-1~lucid+1) lucid-backport; urgency=low
+
+ * Build for lucid-backport:
+ - Switch back to debhelper 7 and hope for the best.
+
+ -- Jérémy Bobbio <lunar at debian.org> Tue, 16 Apr 2013 19:41:54 +0000
+
pyptlib (0.0.3-1~~squeeze+1) squeeze-backport; urgency=low
* Build for squeeze-backport:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pyptlib.git
More information about the Pkg-privacy-commits
mailing list