Hello community, here is the log from the commit of package python-requests for openSUSE:Factory checked in at 2017-06-13 16:06:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-requests (Old) and /work/SRC/openSUSE:Factory/.python-requests.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests" Tue Jun 13 16:06:34 2017 rev:42 rq:501303 version:2.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes 2017-05-16 14:30:07.217870746 +0200 +++ /work/SRC/openSUSE:Factory/.python-requests.new/python-requests.changes 2017-06-13 16:06:37.339217148 +0200 @@ -1,0 +2,5 @@ +Fri May 5 22:43:27 UTC 2017 - [email protected] + +- Ensure neutrality of description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-requests.spec ++++++ --- /var/tmp/diff_new_pack.W7bG6Y/_old 2017-06-13 16:06:38.067114566 +0200 +++ /var/tmp/diff_new_pack.W7bG6Y/_new 2017-06-13 16:06:38.071114002 +0200 @@ -64,27 +64,22 @@ %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}
