Bug#660930: python-sphinx: Causes TypeError in highlighting.py

2012-04-02 Thread Anton Gladky
Yes, I confirm that. Anton -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#660930: python-sphinx: Causes TypeError in highlighting.py

2012-03-31 Thread Jakub Wilk
* Anton Gladky , 2012-02-22, 23:36: + try: + formatter = self.get_formatter(**kwargs) + hlsource = highlight(source, lexer, formatter) ++hlsource = unicode(hlsource) + if self.dest == 'html': + return hlsource + e

Bug#660930: Causes TypeError in highlighting.py

2012-02-23 Thread Jakub Wilk
* Anton Gladky , 2012-02-22, 23:36: --- sphinx-1.1.2+dfsg/debian/patches/fix_unicode_convertion.diff 1970-01-01 01:00:00.0 +0100 +++ sphinx-1.1.2+dfsg/debian/patches/fix_unicode_convertion.diff 2012-02-22 09:22:51.0 +0100 Typo: s/convertion/conversion/ +Descrip

Bug#660930:

2012-02-22 Thread Anton Gladky
tag 660930 +patch thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#660930: Patch

2012-02-22 Thread Anton Gladky
Attaching a patch. Anton diff -Nru sphinx-1.1.2+dfsg/debian/patches/fix_unicode_convertion.diff sphinx-1.1.2+dfsg/debian/patches/fix_unicode_convertion.diff --- sphinx-1.1.2+dfsg/debian/patches/fix_unicode_convertion.diff 1970-01-01 01:00:00.0 +0100 +++ sphinx-1.1.2+dfsg/debian/patches/fix

Bug#660930: python-sphinx: Causes TypeError in highlighting.py

2012-02-22 Thread Anton Gladky
Package: python-sphinx Version: 1.1.2+dfsg-5 Severity: normal Tags: patch Dear Maintainer, the package yade has now a problem with generating PDF-documentation [1]. It seems the problem is to be related to python-sphinx. The attached patch fixes the problem, at least TypeError disappears. Please