Package: python-future / 0.15.2-4~bpo8+1

Metadata

Package Version Patches format
python-future 0.15.2-4~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
do not use bootstrap.patch | (download)

docs/_templates/sidebartoc.html | 2 1 + 1 - 0 !
docs/conf.py | 74 0 + 74 - 0 !
2 files changed, 1 insertion(+), 75 deletions(-)

 do not use the bootstrap sphinx theme

 This patch removes the use of the bootstrap sphinx theme which isn't yet in
 Debian (and for which I have no time to work on).
removes privacy breach in docs.patch | (download)

README.rst | 3 0 + 3 - 0 !
docs/_templates/layout.html | 9 0 + 9 - 0 !
2 files changed, 12 deletions(-)

 removes privacy breach in docs

 This patch removes links to external websites when generating Sphinx docs.
remove configparser module.patch | (download)

setup.py | 2 0 + 2 - 0 !
src/configparser/__init__.py | 13 0 + 13 - 0 !
tests/test_future/test_standard_library.py | 3 0 + 3 - 0 !
3 files changed, 18 deletions(-)

 do not ship a configparser module

This module is already backported in python-configparser package.

Bug-Debian: https://bugs.debian.org/822157
Bug: https://github.com/PythonCharmers/python-future/issues/118

Patch-Name: remove-configparser-module.patch

fix tests python3.5.patch | (download)

tests/test_future/test_builtins.py | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 properly fix assertion for pow and compile on python 3.5

Bug: https://github.com/PythonCharmers/python-future/pull/201

Patch-Name: fix-tests-python3.5.patch

0005 Fixed bytes unit tests fail on Python 3.5.patch | (download)

tests/test_future/test_bytes.py | 10 6 + 4 - 0 !
1 file changed, 6 insertions(+), 4 deletions(-)

 fixed bytes unit tests fail on python 3.5