Age | Commit message (Collapse) | Author |
|
|
|
and also move python-nose from makedepends to checkdepends
|
|
* 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
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|