Package: python-whoosh / 2.7.4+git6-g9134ad92-10

Metadata

Package Version Patches format
python-whoosh 2.7.4+git6-g9134ad92-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Added coding utf 8 header to the .py file with unico.patch | (download)

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

 added coding: utf-8 header to the .py file with unicode characters


0002 BF TST sort suggestions before comparing to sorted t.patch | (download)

tests/test_spelling.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 bf(tst): sort suggestions before comparing to sorted target


0003 Mark non determinstic test_minimize_dfa test as XFAI.patch | (download)

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

 mark non-determinstic test_minimize_dfa test as xfail


0004 Use tool pytest section instead of pytest.patch | (download)

setup.cfg | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use [tool:pytest] section instead of [pytest]

[pytest] section is deprecated from 3.0 [1]

[1] https://github.com/pytest-dev/pytest/issues/3086

0005 fix weird non idiomatic line.patch | (download)

src/whoosh/codec/whoosh3.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix weird non-idiomatic line

You should compare to an int using == not is (even though technically the int is implemented as a singleton object).
Not sure how or why I typed this originally.
Thanks to Philipp Kolmann for pointing this out.

0006 avoid syntax warning.patch | (download)

src/whoosh/analysis/filters.py | 4 2 + 2 - 0 !
src/whoosh/analysis/intraword.py | 6 3 + 3 - 0 !
src/whoosh/lang/paicehusk.py | 2 1 + 1 - 0 !
src/whoosh/lang/porter2.py | 2 1 + 1 - 0 !
tests/test_analysis.py | 2 1 + 1 - 0 !
5 files changed, 8 insertions(+), 8 deletions(-)

 [patch] [chore] fix "syntaxerror: invalid escape sequence"


sphinx 8.0.patch | (download)

docs/source/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 port to sphinx 8.0

The old `intersphinx_mapping` format has been removed; it must now map
identifiers to (target, inventory) tuples.

Bug-Debian: https://bugs.debian.org/1090164