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 filePatch | 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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
[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 ! |
[patch] [chore] fix "syntaxerror: invalid escape sequence" |
sphinx 8.0.patch | (download) |
docs/source/conf.py |
2 1 + 1 - 0 ! |
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 |