diff options
author | Daniele Tricoli <eriol@mornie.org> | 2013-05-11 13:08:01 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2013-05-11 13:08:01 +0000 |
commit | 4f088bccff7fb4c9ede9bf77e9275cc73f6716fb (patch) | |
tree | d4edd7e1fd148326260480f89b9936925d24a56e /debian/changelog | |
parent | 59d919ef9ace665df2786b3c7efe44fa334a7ea4 (diff) | |
download | python-urllib3-4f088bccff7fb4c9ede9bf77e9275cc73f6716fb.tar python-urllib3-4f088bccff7fb4c9ede9bf77e9275cc73f6716fb.tar.gz |
Fix syntax error 'unicodeescape' codec can't decode bytes in
position 130-132 for Python3
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 685fcbe..a7a1a1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,8 +22,11 @@ python-urllib3 (1.6-1) UNRELEASED; urgency=low - Do not use logging-clear-handlers to see all logging output and disabled cover-min-percentage since it require python-nose (>= 1.3): this way it will be easier to backport python-urllib3 to Wheezy. + * debian/patches/05_fix_python3_syntax_error_in_ntlmpool.patch + - Fix syntax error 'unicodeescape' codec can't decode bytes in + position 130-132 for Python3 - -- Daniele Tricoli <eriol@mornie.org> Sat, 11 May 2013 14:24:29 +0200 + -- Daniele Tricoli <eriol@mornie.org> Sat, 11 May 2013 15:05:07 +0200 python-urllib3 (1.5-1) experimental; urgency=low |