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 ! |
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 ! |
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 ! |
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 ! |
setup.py: use raw string literal for version concatenation |
