From bf9ba7bf34006854546487c6dc52a07878ba37c155e57fba5df733ecdf914869 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 6 Jun 2017 08:12:55 +0000 Subject: [PATCH] Accepting request 495357 from home:jengelh:branches:devel:languages:python - Ensure neutrality of description. OBS-URL: https://build.opensuse.org/request/show/495357 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=99 --- python-requests.changes | 5 +++++ python-requests.spec | 27 +++++++++++---------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/python-requests.changes b/python-requests.changes index 71bb78d..428cdc8 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -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 diff --git a/python-requests.spec b/python-requests.spec index 80273ad..126216a 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -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}