You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/third_party/httplib2
Raul E Rangel edfbc9ced2 Reland "httplib: Update to 0.11.3"
This is a reland of dd0c341bd2

The problem is that chromium-review.googlesource.com started requiring SNI.
httplib2 0.9.2 does not support that, but it seems to have been fixed since 0.10.1:

8aaecf4496


Original change's description:
> httplib: Update to 0.11.3
>
> The `DST Root CA X3` certificate was missing from cacerts.txt in the old
> version. This resulted in failure to connect to Let's Encrypt hosts.
> e.g., https://review.coreboot.org
>
> BUG=none
> TEST=Made sure my_activity.py continues to function and it can also
> connect to review.coreboot.org
>
> Signed-off-by: Raul E Rangel <rrangel@chromium.org>
> Change-Id: I519916b58a59b8f13c227218e93c392a63a24800
> Reviewed-on: https://chromium-review.googlesource.com/1173064
> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>

Bug: 914564, 891505
Change-Id: Icd2a57da802864b2ebb17417b73434e1284a292d
Reviewed-on: https://chromium-review.googlesource.com/c/1432633
Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
6 years ago
..
LICENSE
README.chromium Reland "httplib: Update to 0.11.3" 6 years ago
__init__.py Reland "httplib: Update to 0.11.3" 6 years ago
cacerts.txt Reland "httplib: Update to 0.11.3" 6 years ago
iri2uri.py
socks.py Reland "httplib: Update to 0.11.3" 6 years ago

README.chromium

Name: httplib2
Short Name: httplib2
URL: https://github.com/httplib2/httplib2
Version: 0.11.3
Revision: 70fb0c820d2e8211992b402d34444e4b32a1cb6e
License: MIT License

Description:
A comprehensive HTTP client library in Python.

Local Modifications:
Only python2 version is kept. Test and packaging code stripped.

Notes:
Required by oauth2client library.