Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
2to3.patch | Test script somehow remained at Python2 -> fix this using 2to3 | Andreas Tille <tille@debian.org> | no | 2020-04-24 | ||
lsi-test-args.patch | inject arguments in test script The script expects a few arguments which are not passed by the testing infrastructure. This breaks the test. The integer value in sys.argv[1] is picked at random, but could be subject to discussion. |
Étienne Mollier <etienne.mollier@mailoo.org> | not-needed | 2020-04-26 | ||
biopython-1.80.patch | port python-pauvre to python-biopython 1.80. | Étienne Mollier <emollier@debian.org> | yes | debian upstream | 2022-12-18 | |
pandas-2.0.patch | fix test failure with pandas 2.0 | Étienne Mollier <emollier@debian.org> | yes | debian | 2023-09-06 | |
syntaxwarning.patch | fix SyntaxWarning. This patch converts a couple of strings to raw strings in order to fix: . /usr/lib/python3/dist-packages/pauvre/gfftools.py:178: SyntaxWarning: invalid escape sequence '\ ' """ plots a lff patch /usr/lib/python3/dist-packages/pauvre/gfftools.py:259: SyntaxWarning: invalid escape sequence '\ ' """ plots a rff patch /usr/lib/python3/dist-packages/pauvre/synplot.py:531: SyntaxWarning: invalid escape sequence '\i' seq_name = "$\it{{{0}}}$".format(gff.species) |
Étienne Mollier <emollier@debian.org> | yes | debian | 2024-11-07 |