summarylogtreecommitdiffstats
path: root/pdf2djvu-tests-python-3.patch
AgeCommit message (Collapse)Author
2022-09-06Update to upstream release 0.9.19Jiří Klimeš
* remove temporary patch for poppler (it is fixed in upstream now) * update the patch for migrating tests to Python 3 (unfortunately, upstream doesn't seem to want migrating to Python 3 :( ) https://github.com/jwilk/pdf2djvu/issues/141
2022-05-03Migrate tests to Python 3Jiří Klimeš
and use python-nose (instead of removed python2-nose) The patch may not be ideal. It converts bytes to str so that most code can be still used. And in some necessary cases it converts back to bytes. Using bytes everywhere would probably be better, but it would require much more changes (and I am not a Python person).