[Python-modules-commits] r26173 - in packages/python-urllib3/trunk/debian (3 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Wed Oct 16 15:35:34 UTC 2013
Date: Wednesday, October 16, 2013 @ 15:35:33
Author: eriol-guest
Revision: 26173
Removed 05_fix_python3_syntax_error_in_ntlmpool.patch since fixed upstream
Modified:
packages/python-urllib3/trunk/debian/changelog
packages/python-urllib3/trunk/debian/patches/series
Deleted:
packages/python-urllib3/trunk/debian/patches/05_fix_python3_syntax_error_in_ntlmpool.patch
Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog 2013-10-16 15:19:37 UTC (rev 26172)
+++ packages/python-urllib3/trunk/debian/changelog 2013-10-16 15:35:33 UTC (rev 26173)
@@ -7,8 +7,10 @@
- Refreshed
* debian/patches/04_relax_nosetests_options.patch
- Refreshed
+ * debian/patches/05_fix_python3_syntax_error_in_ntlmpool.patch
+ - Removed since fixed upstream
- -- Daniele Tricoli <eriol at mornie.org> Wed, 16 Oct 2013 17:15:54 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Wed, 16 Oct 2013 17:33:45 +0200
python-urllib3 (1.6-2) unstable; urgency=high
Deleted: packages/python-urllib3/trunk/debian/patches/05_fix_python3_syntax_error_in_ntlmpool.patch
===================================================================
--- packages/python-urllib3/trunk/debian/patches/05_fix_python3_syntax_error_in_ntlmpool.patch 2013-10-16 15:19:37 UTC (rev 26172)
+++ packages/python-urllib3/trunk/debian/patches/05_fix_python3_syntax_error_in_ntlmpool.patch 2013-10-16 15:35:33 UTC (rev 26173)
@@ -1,15 +0,0 @@
-Origin: https://github.com/shazow/urllib3/issues/177
-Description: Fix syntax error 'unicodeescape' codec can't decode bytes in
- position 130-132 for Python3
-
---- a/urllib3/contrib/ntlmpool.py
-+++ b/urllib3/contrib/ntlmpool.py
-@@ -33,7 +33,7 @@
- def __init__(self, user, pw, authurl, *args, **kwargs):
- """
- authurl is a random URL on the server that is protected by NTLM.
-- user is the Windows user, probably in the DOMAIN\username format.
-+ user is the Windows user, probably in the DOMAIN\\username format.
- pw is the password for the user.
- """
- super(NTLMConnectionPool, self).__init__(*args, **kwargs)
Modified: packages/python-urllib3/trunk/debian/patches/series
===================================================================
--- packages/python-urllib3/trunk/debian/patches/series 2013-10-16 15:19:37 UTC (rev 26172)
+++ packages/python-urllib3/trunk/debian/patches/series 2013-10-16 15:35:33 UTC (rev 26173)
@@ -2,5 +2,4 @@
02_require-cert-verification.patch
03_no-setuptools.patch
04_relax_nosetests_options.patch
-05_fix_python3_syntax_error_in_ntlmpool.patch
06_fix_abuse_of_match_hostname_for_DoS.patch
More information about the Python-modules-commits
mailing list