GitHub user tonybaloney opened a pull request: https://github.com/apache/libcloud/pull/728
[WIP] Replaces httplib.request with requests library Todo: * [ ] map out dependencies for change * [ ] replace LibcloudHTTPConnection and LibcloudHTTPSconnection with requests powered connection classes * [ ] refactor out unneeded code from old libs, e.g. SSL validation * [ ] test You can merge this pull request into a Git repository by running: $ git pull https://github.com/DimensionDataCBUSydney/libcloud requests Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/728.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #728 ---- commit cb0f499590c783382b8b5261439e9415fb869278 Author: anthony-shaw <anthony.p.s...@gmail.com> Date: 2016-03-26T09:38:48Z Move logging connection classes to another module -why don't people just use a logging proxy instead? so much easier! commit 649c70e7029118d82128f2f6e35a22ca8f85be74 Author: anthony-shaw <anthony.p.s...@gmail.com> Date: 2016-03-26T09:42:04Z Remove the double connect hack commit b2f5b22622c6fde7c3085afd2e339bdb2eb69f81 Author: anthony-shaw <anthony.p.s...@gmail.com> Date: 2016-03-26T10:00:50Z remove httplib wrapper and start on requests commit c3fab3104bb393c8e9de1fadb68b42b8a08aef7b Author: anthony-shaw <anthony.p.s...@gmail.com> Date: 2016-03-26T10:02:42Z Add requests as a required installed package ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---