Package: genshi / 0.7-5

Metadata

Package Version Patches format
genshi 0.7-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
issue602.patch | (download)

genshi/filters/i18n.py | 6 4 + 2 - 0 !
genshi/template/astutil.py | 14 11 + 3 - 0 !
genshi/template/directives.py | 20 14 + 6 - 0 !
genshi/template/eval.py | 5 5 + 0 - 0 !
4 files changed, 34 insertions(+), 11 deletions(-)

 fix python 3.5 compatibility issues.
fix_tests_failure_with_python27.patch | (download)

genshi/filters/tests/test_html.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip test which still fails in python 2.7.6.
issue582.patch | (download)

doc/upgrade.txt | 8 4 + 4 - 0 !
genshi/compat.py | 10 9 + 1 - 0 !
genshi/filters/tests/test_html.py | 14 10 + 4 - 0 !
genshi/template/astutil.py | 66 47 + 19 - 0 !
genshi/template/eval.py | 37 22 + 15 - 0 !
genshi/template/tests/eval.py | 23 23 + 0 - 0 !
run_benchmarks.sh | 31 31 + 0 - 0 !
setup.py | 6 5 + 1 - 0 !
8 files changed, 151 insertions(+), 44 deletions(-)

 make genshi 0.7 compatible with python 3.4.
issue566.patch | (download)

genshi/filters/i18n.py | 8 7 + 1 - 0 !
genshi/filters/tests/i18n.py | 12 12 + 0 - 0 !
2 files changed, 19 insertions(+), 1 deletion(-)

 fix an indexerror preventing genshi for uploading attachments in
 Trac for users with non-English language settings.