Bug#826027: Error: "This program requires Python requests 2.2.0 or later.". But I have requests 2.10.0-1.

2016-06-27 Thread Virgile Prevosto
FWIW, there's a pull request on linkchecker's github repository for this problem (https://github.com/wummel/linkchecker/pull/650): - --- old/linkcheck/__init__.py +++ new/link/check/__init__.py @@ -20,13 +20,14 @@ # version checks import sys +from

Bug#778822: patch for handling non ASCII and non UTF8 headers in headache

2015-02-20 Thread Virgile Prevosto
Package: headache Version: 1.03-24 The utf8-length patch appeared in version 1.03-22 systematically uses UTF8.length to compute string lengths, which will produce wrong results if the header uses another encoding, such as iso-latin-1. The attached patch proposes to fall back to plain

Bug#778822: patch for handling non ASCII and non UTF8 headers in headache

2015-02-20 Thread Virgile Prevosto
2015-02-20 14:42 GMT+01:00 Mehdi Dogguy me...@dogguy.org: Who uses iso-latin-1 anyway? :-P Well, back at the time of the Ubuntu report, we still had some, but I have to admit that I needed to forge one in order to check that the patch still apply nowadays ;-) I'll try to look if it is