Accepting request 501303 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/501303 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests?expand=0&rev=42
This commit is contained in:
commit
2c06b226cd
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 5 22:43:27 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Ensure neutrality of description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 2 07:03:13 UTC 2017 - alarrosa@suse.com
|
Tue May 2 07:03:13 UTC 2017 - alarrosa@suse.com
|
||||||
|
|
||||||
|
@ -64,27 +64,22 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Requests is an ISC Licensed HTTP library, written in Python, for
|
Requests is an HTTP library, written in Python, as an alternative
|
||||||
human beings.
|
to Python's builtin urllib2 which requires a work (even
|
||||||
|
method overrides) to perform basic tasks.
|
||||||
|
|
||||||
Most existing Python modules for sending HTTP requests are
|
Features of Requests:
|
||||||
extremely verbose and cumbersome. Python's builtin urllib2 module
|
- GET, HEAD, POST, PUT, DELETE Requests:
|
||||||
provides most of the HTTP capabilities you should need, but the api
|
+ HTTP Header Request Attachment.
|
||||||
is thoroughly broken. It requires an enormous amount of work (even
|
+ Data/Params Request Attachment.
|
||||||
method overrides) to perform the simplest of tasks.
|
+ Multipart File Uploads.
|
||||||
|
|
||||||
Features:
|
|
||||||
- Extremely simple GET, HEAD, POST, PUT, DELETE Requests:
|
|
||||||
+ Simple HTTP Header Request Attachment.
|
|
||||||
+ Simple Data/Params Request Attachment.
|
|
||||||
+ Simple Multipart File Uploads.
|
|
||||||
+ CookieJar Support.
|
+ CookieJar Support.
|
||||||
+ Redirection History.
|
+ Redirection History.
|
||||||
+ Redirection Recursion Urllib Fix.
|
+ Redirection Recursion Urllib Fix.
|
||||||
+ Auto Decompression of GZipped Content.
|
+ Automatic Decompression of GZipped Content.
|
||||||
+ Unicode URL Support.
|
+ Unicode URL Support.
|
||||||
- Simple Authentication:
|
- Authentication:
|
||||||
+ Simple URL + HTTP Auth Registry.
|
+ URL + HTTP Auth Registry.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n requests-%{version}
|
%setup -q -n requests-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user