| 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
|
| 0004 Remove dependency on sphinx.ext.pngmath when buildin.patch | (download) |
kitchen2/docs/conf.py |
2 1 + 1 - 0 !
kitchen3/docs/conf.py |
2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-) |
remove dependency on 'sphinx.ext.pngmath' when building the docs
Rationale: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918845
Thanks to Dmitry Shachnev <mitya57@debian.org> for the report.
|
| 0005 remove nose.patch | (download) |
kitchen3/tests/test__all__.py |
2 1 + 1 - 0 !
kitchen3/tests/test_collections.py |
2 1 + 1 - 0 !
kitchen3/tests/test_converters.py |
4 2 + 2 - 0 !
kitchen3/tests/test_deprecation.py |
2 1 + 1 - 0 !
kitchen3/tests/test_i18n.py |
2 1 + 1 - 0 !
kitchen3/tests/test_iterutils.py |
2 1 + 1 - 0 !
kitchen3/tests/test_text_display.py |
2 1 + 1 - 0 !
kitchen3/tests/test_text_misc.py |
4 2 + 2 - 0 !
kitchen3/tests/test_text_utf8.py |
2 1 + 1 - 0 !
kitchen3/tests/test_versioning.py |
2 1 + 1 - 0 !
kitchen3/tests/tools.py |
16 16 + 0 - 0 !
11 files changed, 28 insertions(+), 12 deletions(-) |
---
|
| 0006 SyntaxWarning.patch | (download) |
kitchen3/kitchen/text/converters.py |
4 2 + 2 - 0 !
kitchen3/kitchen/text/display.py |
2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-) |
---
|
| 0007 InterSphinx.patch | (download) |
kitchen2/docs/conf.py |
8 5 + 3 - 0 !
kitchen3/docs/conf.py |
8 5 + 3 - 0 !
2 files changed, 10 insertions(+), 6 deletions(-) |
---
|
| pytest8.4.patch | (download) |
kitchen2/tests/test__all__.py |
6 3 + 3 - 0 !
kitchen2/tests/test_versioning.py |
2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-) |
---
|