Package: kitchen / 1.2.4-2

Metadata

Package Version Patches format
kitchen 1.2.4-2 3.0 (quilt)

Patch series

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

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

 fix several typos

Bug: https://fedorahosted.org/kitchen/ticket/8

Patch-Name: fix_typos

remove_compat_layers | (download)

kitchen2/docs/api-overview.rst | 3 0 + 3 - 0 !
kitchen2/docs/api-pycompat24.rst | 34 0 + 34 - 0 !
kitchen2/docs/api-pycompat25.rst | 8 0 + 8 - 0 !
kitchen2/docs/api-pycompat27.rst | 35 0 + 35 - 0 !
kitchen2/kitchen/text/converters.py | 3 0 + 3 - 0 !
kitchen2/kitchen/text/misc.py | 3 0 + 3 - 0 !
kitchen2/tests/subprocessdata/sigchild_ignore.py | 11 0 + 11 - 0 !
kitchen2/tests/test__all__.py | 2 0 + 2 - 0 !
kitchen2/tests/test_base64.py | 190 0 + 190 - 0 !
kitchen2/tests/test_collections.py | 3 0 + 3 - 0 !
kitchen2/tests/test_defaultdict.py | 180 0 + 180 - 0 !
kitchen2/tests/test_pycompat.py | 25 0 + 25 - 0 !
kitchen2/tests/test_pycompat24.py | 109 0 + 109 - 0 !
kitchen2/tests/test_subprocess.py | 1467 0 + 1467 - 0 !
kitchen3/docs/api-overview.rst | 3 0 + 3 - 0 !
kitchen3/docs/api-pycompat24.rst | 34 0 + 34 - 0 !
kitchen3/docs/api-pycompat25.rst | 8 0 + 8 - 0 !
kitchen3/docs/api-pycompat27.rst | 35 0 + 35 - 0 !
kitchen3/tests/subprocessdata/sigchild_ignore.py | 11 0 + 11 - 0 !
kitchen3/tests/test__all__.py | 2 0 + 2 - 0 !
kitchen3/tests/test_collections.py | 3 0 + 3 - 0 !
kitchen3/tests/test_deprecation_py3.py | 65 0 + 65 - 0 !
kitchen3/tests/test_pycompat.py | 25 0 + 25 - 0 !
setup.py | 14 0 + 14 - 0 !
24 files changed, 2273 deletions(-)

 remove the pycompat* submodules

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

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

 make kitchen.text.converters.exception_to_* not swallow

 general errors such as KeyboardInterrupt
Bug: https://fedorahosted.org/kitchen/ticket/9

Patch-Name: explicit_Exception_catching

update combined table display py3.patch | (download)

kitchen3/kitchen/text/display.py | 137 72 + 65 - 0 !
1 file changed, 72 insertions(+), 65 deletions(-)

 update combined table on kitchen3/kitchen/text/display.py

Patch-Name: update-combined-table-display-py3.patch