Go to file
Stephan Kulow 3bf0b19ceb Accepting request 121921 from devel:languages:python
- 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

- Load directory-based cert store in openSUSE >= 12.2

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

OBS-URL: https://build.opensuse.org/request/show/121921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests?expand=0&rev=3
2012-06-12 05:10:01 +00:00
.gitattributes - Initial release 2011-05-20 19:15:11 +00:00
.gitignore - Initial release 2011-05-20 19:15:11 +00:00
python-requests.changes - Use a slightly different approach for bnc#761500, try to use /etc/ssl/certs 2012-05-23 12:16:00 +00:00
python-requests.spec - Use a slightly different approach for bnc#761500, try to use /etc/ssl/certs 2012-05-23 12:16:00 +00:00
requests-0.12.1.tar.gz - Update to 0.12.1 2012-05-18 01:36:28 +00:00
requests-suse_cert_paths.patch - Use a slightly different approach for bnc#761500, try to use /etc/ssl/certs 2012-05-23 12:16:00 +00:00