FS#32200 - [python2-rst2pdf] not working

Attached to Project: Community Packages
Opened by Fabien Devaux (fdev31) - Wednesday, 24 October 2012, 16:12 GMT
Last edited by Alexander F. Rødseth (xyproto) - Tuesday, 30 October 2012, 21:12 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Alexander F. Rødseth (xyproto)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Some class name seem to have changed and rst2pdf 0.92 is not aware of it.

In the package() function I added:

sed -i 's/CellStyle1/CellStyle/g' rst2pdf/styles.py

to make things work.

Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:

Make some .rst file and call rst2pdf on it.
This task depends upon

Closed by  Alexander F. Rødseth (xyproto)
Tuesday, 30 October 2012, 21:12 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in [community].
Comment by Alexander F. Rødseth (xyproto) - Tuesday, 30 October 2012, 21:04 GMT
Will apply the sed oneliner while waiting for a working release from upstream. Thanks for reporting.

Loading...