Package: python-tblib / 0.1.0-5

Metadata

Package Version Patches format
python-tblib 0.1.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove debug print.patch | (download)

src/tblib/decorators.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 oooops.... remove debug print.

add more ellipses.patch | (download)

README.rst | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 add more ellipses.

tox py3.patch | (download)

tox.ini | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 add a "py3" tox test environment for /usr/bin/python3.

tox sitepackages.patch | (download)

tox.ini | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 set sitepackages = true in tox.ini.

This allows tests to run on systems without network access.

py34.patch | (download)

README.rst | 8 6 + 2 - 0 !
tox.ini | 5 5 + 0 - 0 !
2 files changed, 11 insertions(+), 2 deletions(-)

 adjust tests to support python 3.4.

The fix for http://bugs.python.org/issue13831 broke our tests.
Monkey-patch it out so that we can still see the original problem.