14
0

- Update to 0.5.0

- PATCH Support
  - Support for Proxies
  - HTTPBin Test Suite
  - Redirect Fixes
  - settings.verbose stream writing
  - Querystrings for all methods
  - URLErrors (Connection Refused, Timeout, Invalid URLs) are treated as
    explicity raised r.requests.get('hwe://blah'); r.raise_for_status()
- 0.4.1 (2011-05-22)
  - Improved Redirection Handling
  - New 'allow_redirects' param for following non-GET/HEAD Redirects
  - Settings module refactoring

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=2
This commit is contained in:
2011-06-22 17:32:41 +00:00
committed by Git OBS Bridge
parent ee69af0100
commit 64bbcb2498
4 changed files with 21 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%define mod_name requests
Name: python-%{mod_name}
Version: 0.4.0
Version: 0.5.0
Release: 0
Url: http://python-requests.org
Summary: Awesome Python HTTP Library That's Actually Usable