Package: python-iniparse / 0.4-2.2

Metadata

Package Version Patches format
python-iniparse 0.4-2.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python iniparse python3 compat.patch | (download)

cfgparser.1 | 2 2 0 - 0 !
iniparse/__init__.py | 20 10 10 - 0 !
iniparse/compat.py | 30 16 14 - 0 !
iniparse/config.py | 16 8 8 - 0 !
iniparse/configparser.py | 7 7 0 - 0 !
iniparse/ini.py | 20 12 8 - 0 !
iniparse/utils.py | 4 2 2 - 0 !
tests/__init__.py | 14 7 7 - 0 !
tests/test_compat.py | 23 15 8 - 0 !
tests/test_fuzz.py | 18 9 9 - 0 !
tests/test_ini.py | 8 4 4 - 0 !
tests/test_misc.py | 4 2 2 - 0 !
tests/test_tidy.py | 2 1 1 - 0 !
tests/test_unicode.py | 10 5 5 - 0 !
14 files changed, 100 insertions( ), 78 deletions(-)

 python 3 support using python-six
disable multiprocessing tests.patch | (download)

tests/__init__.py | 1 0 1 - 0 !
1 file changed, 1 deletion(-)

---