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:
Dominique Leuenberger 2017-06-13 14:06:34 +00:00 committed by Git OBS Bridge
commit 2c06b226cd
2 changed files with 16 additions and 16 deletions

View File

@ -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

View File

@ -64,27 +64,22 @@ BuildArch: noarch
%python_subpackages
%description
Requests is an ISC Licensed HTTP library, written in Python, for
human beings.
Requests is an HTTP library, written in Python, as an alternative
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
extremely verbose and cumbersome. Python's builtin urllib2 module
provides most of the HTTP capabilities you should need, but the api
is thoroughly broken. It requires an enormous amount of work (even
method overrides) to perform the simplest of tasks.
Features:
- Extremely simple GET, HEAD, POST, PUT, DELETE Requests:
+ Simple HTTP Header Request Attachment.
+ Simple Data/Params Request Attachment.
+ Simple Multipart File Uploads.
Features of Requests:
- GET, HEAD, POST, PUT, DELETE Requests:
+ HTTP Header Request Attachment.
+ Data/Params Request Attachment.
+ Multipart File Uploads.
+ CookieJar Support.
+ Redirection History.
+ Redirection Recursion Urllib Fix.
+ Auto Decompression of GZipped Content.
+ Automatic Decompression of GZipped Content.
+ Unicode URL Support.
- Simple Authentication:
+ Simple URL + HTTP Auth Registry.
- Authentication:
+ URL + HTTP Auth Registry.
%prep
%setup -q -n requests-%{version}