Package: python-fudge / 1.1.1-3

Metadata

Package Version Patches format
python-fudge 1.1.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Ignore Python version check in setup.py.patch | (download)

setup.py | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 ignore python version check in setup.py

We don't need this version check, we only want to build and support
Python3 any way.

Porting existing code over to Python3 by using 2to3.patch | (download)

fudge/__init__.py | 22 11 + 11 - 0 !
fudge/inspector.py | 4 2 + 2 - 0 !
fudge/patcher.py | 6 3 + 3 - 0 !
fudge/tests/test_fudge.py | 10 5 + 5 - 0 !
fudge/tests/test_inspector.py | 24 12 + 12 - 0 !
fudge/tests/test_patcher.py | 2 1 + 1 - 0 !
fudge/tests/test_registry.py | 20 10 + 10 - 0 !
fudge/util.py | 2 1 + 1 - 0 !
8 files changed, 45 insertions(+), 45 deletions(-)

 porting existing code over to python3 by using 2to3

Upstream has done some usage of 2to3 in real time to convert the source
code into Python3 compatible code.
This requires the existence of 2to3 at build time, but Debian is only
supporting Python3 for some time. This patch does nothing more than the
patching of the source which was done by 2to3 in real time before.

This patch should become obsolete once upstream will completely move to
support Python3 only.

docs Use raw string literal for version concatination.patch | (download)

docs/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 docs: use raw string literal for version concatenation


setup.py Use raw string literal for version concatination.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 setup.py: use raw string literal for version concatenation