78a8f66a4b
- update to 2.8.1: - Update certificate bundle to match `certifi 2015.9.6.2's weak certificate bundle. - Fix a bug in 2.8.0 where requests would raise ConnectTimeout instead of ConnectionError - When using the PreparedRequest flow, requests will now correctly respect the json` parameter. Broken in 2.8.0. - When using the PreparedRequest flow, requests will now correctly handle a Unicode-string method name on Python 2. Broken in 2.8.0.
Dirk Mueller2015-10-21 21:09:14 +00:00
f4301a186e
Accepting request 148913 from devel:languages:python
Stephan Kulow
2013-01-20 13:43:32 +00:00
6e2c5633b9
- Set license to "Apache-2.0 and LGPL-2.1+ and MIT", according to https://github.com/kennethreitz/requests/issues/1111, the base license is Apache-2.0 but requests ships two libraries (bnc#799119): + charade: LGPL-2.1+ + urllib3: MIT
Sascha Peilicke
2013-01-18 08:32:38 +00:00
ba98421cca
Accepting request 142225 from devel:languages:python
Stephan Kulow
2012-11-21 16:07:46 +00:00
28223b2c21
- Update to 0.14.2: * Improved mime-compatible JSON handling * Proxy fixes * Path hack fixes * Case-Insensistive Content-Encoding headers * Support for CJK parameters in form posts
James Oakley2012-11-13 22:05:46 +00:00
c4ec6eae40
Accepting request 139141 from devel:languages:python
Stephan Kulow
2012-10-25 19:26:42 +00:00
ec9d2022ef
- Update to 0.14.1: * Python 3.3 Compatibility * Simply default accept-encoding * Bugfixes - 0.14.0 (2012-09-02) * No more iter_content errors if already downloaded. - 0.13.9 (2012-08-25) * Fix for OAuth + POSTs * Remove exception eating from dispatch_hook * General bugfixes - 0.13.8 (2012-08-21) * Incredible Link header support :) - 0.13.7 (2012-08-19) * Support for (key, value) lists everywhere. * Digest Authentication improvements. * Ensure proxy exclusions work properly. * Clearer UnicodeError exceptions. * Automatic casting of URLs to tsrings (fURL and such) * Bugfixes. - 0.13.6 (2012-08-06) * Long awaited fix for hanging connections! - 0.13.5 (2012-07-27) * Packaging fix - 0.13.4 (2012-07-27) * GSSAPI/Kerberos authentication! * App Engine 2.7 Fixes! * Fix leaking connections (from urllib3 update) * OAuthlib path hack fix * OAuthlib URL parameters fix. - 0.13.3 (2012-07-12)
James Oakley2012-10-16 19:07:13 +00:00
e8b9387685
Accepting request 126137 from devel:languages:python
Stephan Kulow
2012-06-26 15:57:49 +00:00
5919c81afb
Actually add and build the 0.13.1 tarball
Sascha Peilicke
2012-06-20 11:51:50 +00:00
3bf0b19ceb
Accepting request 121921 from devel:languages:python
Stephan Kulow
2012-06-12 05:10:01 +00:00
a77547e14d
- Update to 0.13.1: + Removal of Requests.async in favor of grequests + Allow disabling of cookie persistiance. + New implimentation of safe_mode + cookies.get now supports default argument + Session cookies not saved when Session.request is called with return_response=False + Env: no_proxy support. + RequestsCookieJar improvements. + Various bug fixes. - Rebased patches
Sascha Peilicke
2012-05-30 09:17:32 +00:00
46275a5a11
- Use a slightly different approach for bnc#761500, try to use /etc/ssl/certs but use /etc/ssl/ca-bundle.pem as a fallback. The previous fix didn't work for me as (my) Python ssl module doesn't support cert directories... - No need to check SUSE versions for python-certifi, it only is/was part of openSUSE:Factory for a brief period of time
Sascha Peilicke
2012-05-23 12:16:00 +00:00
83bc7fa8f8
- Load directory-based cert store in openSUSE >= 12.2
James Oakley2012-05-20 17:46:42 +00:00
a21d8565dd
- Update to 0.12.1 * New Response.json property * Ability to add string file uploads * Fix out-of-range issue with iter_lines * Fix iter_content default size * Fix POST redirects containing files - 0.12.0 (2012-05-02) * EXPERIMENTAL OAUTH SUPPORT! * Proper CookieJar-backed cookies interface with awesome dict-like interface. * Speed fix for non-iterated content chunks. * Move pre_request to a more usable place. * New pre_send hook. * Lazily encode data, params, files * Load system Certificate Bundle if certify isn't available. * Cleanups, fixes. - Add python-chardet and python-oauthlib requirements - Run test suite (added python-distribute build requirement to enable)
James Oakley2012-05-18 01:36:28 +00:00
a9df596299
Accepting request 116919 from devel:languages:python
Stephan Kulow
2012-05-09 16:20:29 +00:00
e5143bd912
- Update to 0.11.2 * Attempt to use the OS's certificate bundle if certifi isn't available. * Infinite digest auth redirect fix * Multi-part file upload improvements * Fix decoding of invalid %encodings in URLs * If there is no content in a response don't throw an error the second time that content is attempted to be read. * Upload data on redirects.
James Oakley2012-04-27 23:00:17 +00:00
7a53801267
Accepting request 108727 from devel:languages:python
Stephan Kulow
2012-03-16 12:23:31 +00:00