dev-python/requests: version bump. introduced use flags for ssl and socks.

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Sébastien Fabbro
2017-06-29 17:47:49 +00:00
parent 83105e2e7d
commit 963dd73fa9
3 changed files with 53 additions and 0 deletions

View File

@@ -5,6 +5,12 @@
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
Most existing Python modules for sending HTTP requests are extremely verbose and
cumbersome. Pythons built-in urllib2 module provides most of the HTTP
capabilities you should need, but the API is thoroughly broken. This library is
designed to make HTTP requests easy for developers.
</longdescription>
<upstream>
<remote-id type="pypi">requests</remote-id>
</upstream>