summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-whoosh
Commit message (Collapse)AuthorAgeFilesLines
* python3-whoosh: RemoveKhem Raj2024-10-282-32/+0
| | | | | | | | | | | | | This package is unmaintained upstream, and has no new releases since 2016, now it does not build with python 3.13 since it needs cgi module which has been removed in 3.13+ if we still need this functionality then something like whoosh-reloaded might be better https://pypi.org/project/Whoosh-Reloaded/ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-whoosh: Fix an intermittent ptestKhem Raj2024-04-041-0/+29
| | | | | | It fails sometimes when system is under stress Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-whoosh: switch to pytest --automakeTim Orling2024-02-161-1/+1
| | | | | | | | * Also replace ${PYTHON_PN} with python3 * Sort RDEPENDS for ptest alphabetically Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-whoosh: Modify ptest output formatzangrc2020-04-271-1/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-whoosh: Enable ptestZheng Ruoqin2020-03-231-0/+2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>