Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0003-python39-compat-iter-detection.patch | defusedxml.cElementTree results in an xml.etree.(c)ElementTree.ElementTree, which resulted False in the former expression, but should be True. This implementation inspects whether the actual tree object has an iter method. `defusedxml.cElementTree results` in an `xml.etree.(c)ElementTree.ElementTree`, which resulted `False` in the former expression, but should be `True`. This implementation inspects whether the actual tree object has an `iter` method. |
Arjan Keeman <akeeman@users.noreply.github.com> | no | 2020-01-17 | ||
0002-fix-python39-compat.patch | getiterator function has been removed from python 3.9 and replaced for the iter function. This patch fix the compatibility issue. | Josue Ortega <josue@debian.org> | no | 2021-01-17 | ||
0001-Skip-test-on-build-process.patch | Skip test on build process The test skipped use example folder for make the test. Examples tests is used for docs and shouldn't have a participation on the tests build. For this reason this test is skiped. |
Emmanuel Arias <eamanu@yaerobi.com> | no | 2020-10-28 |