Package: kitchen / 1.1.1-1

Metadata

Package Version Patches format
kitchen 1.1.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
normalize_test_unicode_name | (download)

tests/test_i18n.py | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 normalize the locale names when testing i18n features
fix_typos | (download)

docs/api-pycompat27.rst | 2 1 + 1 - 0 !
docs/designing-unicode-apis.rst | 2 1 + 1 - 0 !
docs/hacking.rst | 2 1 + 1 - 0 !
docs/unicode-frustrations.rst | 4 2 + 2 - 0 !
kitchen/i18n/__init__.py | 6 3 + 3 - 0 !
kitchen/pycompat25/collections/_defaultdict.py | 2 1 + 1 - 0 !
kitchen/text/display.py | 6 3 + 3 - 0 !
releaseutils.py | 2 1 + 1 - 0 !
8 files changed, 13 insertions(+), 13 deletions(-)

 [patch] fix several typos
Bug: https://fedorahosted.org/kitchen/ticket/8


remove_compat_layers | (download)

kitchen/text/converters.py | 2 0 + 2 - 0 !
kitchen/text/misc.py | 3 0 + 3 - 0 !
setup.py | 2 1 + 1 - 0 !
tests/test__all__.py | 2 0 + 2 - 0 !
tests/test_base64.py | 190 0 + 190 - 0 !
tests/test_pycompat.py | 25 0 + 25 - 0 !
tests/test_pycompat24.py | 109 0 + 109 - 0 !
7 files changed, 1 insertion(+), 332 deletions(-)

 remove the pycompat* submodules
 Those are not needed in Debian as we already ship the latest runtime version.
explicit_Exception_catching | (download)

kitchen/text/converters.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] make kitchen.text.converters.exception_to_* not swallow
 general errors such as KeyboardInterrupt
Bug: https://fedorahosted.org/kitchen/ticket/9