[Bug 1187429] Re: adapters.py uses undefined name ProxyManager

2013-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package requests - 1.2.3-1 --- requests (1.2.3-1) unstable; urgency=low * New upstream release (Closes: #712915) (LP: #1187429) - Thanks to Scott Moser for the report * debian/compat - Bumped debhelper compatibility level to 9 * debian/control

[Bug 1187429] Re: adapters.py uses undefined name ProxyManager

2013-06-24 Thread Bug Watch Updater
** Changed in: requests (Debian) Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1187429 Title: adapters.py uses undefined name ProxyManager To manage notificat

[Bug 1187429] Re: adapters.py uses undefined name ProxyManager

2013-06-24 Thread Scott Moser
** Bug watch added: Debian Bug tracker #712915 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712915 ** Also affects: requests (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712915 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1187429] Re: adapters.py uses undefined name ProxyManager

2013-06-23 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/requests -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1187429 Title: adapters.py uses undefined name ProxyManager To manage notifications about this bug go to: https://

[Bug 1187429] Re: adapters.py uses undefined name ProxyManager

2013-06-12 Thread Scott Moser
Verified that this patch fixes issue: --- /usr/share/pyshared/requests/adapters.py.dist 2013-06-12 22:17:59.472271230 -0400 +++ /usr/share/pyshared/requests/adapters.py2013-06-12 22:18:38.720699670 -0400 @@ -11,7 +11,7 @@ import socket from .models import Response -from urllib3.pool

[Bug 1187429] Re: adapters.py uses undefined name ProxyManager

2013-06-12 Thread Scott Moser
just hit this also, a simple recreate: $ env -u http_proxy python -c 'import sys, requests; print(requests.get(sys.argv[1]).status_code)' http://ubuntu.com 200 $ env http_proxy=http://my.proxy:3128/ python -c 'import sys, requests; print(requests.get(sys.argv[1]).status_code)' http://ubuntu.c

[Bug 1187429] Re: adapters.py uses undefined name ProxyManager

2013-06-05 Thread Yolanda Robla
Thanks for reporting this. I tested under your conditions and i got the same error. Marked as confirmed to be fixed soon. ** Changed in: requests (Ubuntu) Status: New => Confirmed ** Changed in: requests (Ubuntu) Importance: Undecided => High -- You received this bug notification bec

[Bug 1187429] Re: adapters.py uses undefined name ProxyManager

2013-06-04 Thread Colin Watson
This is with phablet-tools 0.14daily13.05.31-0ubuntu1 (though I think that's irrelevant) and python-requests 1.2.0-2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1187429 Title: adapters.py uses un