- Update to 0.10.1:

* PYTHON 3 SUPPORT!
  * Dropped 2.5 Support. (Backwards Incompatible)
- 0.10.0 (2012-01-21)
  * Response.content is now bytes-only. (Backwards Incompatible)
  * New Response.text is unicode-only.
  * If no Response.encoding is specified and chardet is available,
    Respoonse.text will guess an encoding.
  * Default to ISO-8859-1 (Western) encoding for "text" subtypes.
  * Removal of decode_unicode. (Backwards Incompatible)
  * New multiple-hooks system.
  * New Response.register_hook for registering hooks within the pipeline.
  * Response.url is now Unicode.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=9
This commit is contained in:
James Oakley 2012-01-24 21:33:51 +00:00 committed by Git OBS Bridge
parent 0db2133fa6
commit 1886891bd0
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jan 24 21:31:14 UTC 2012 - jfunk@funktronics.ca
- Update to 0.10.1:
* PYTHON 3 SUPPORT!
* Dropped 2.5 Support. (Backwards Incompatible)
- 0.10.0 (2012-01-21)
* Response.content is now bytes-only. (Backwards Incompatible)
* New Response.text is unicode-only.
* If no Response.encoding is specified and chardet is available,
Respoonse.text will guess an encoding.
* Default to ISO-8859-1 (Western) encoding for "text" subtypes.
* Removal of decode_unicode. (Backwards Incompatible)
* New multiple-hooks system.
* New Response.register_hook for registering hooks within the pipeline.
* Response.url is now Unicode.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 19 19:33:21 UTC 2012 - jfunk@funktronics.ca Thu Jan 19 19:33:21 UTC 2012 - jfunk@funktronics.ca

View File

@ -18,7 +18,7 @@
Name: python-requests Name: python-requests
Version: 0.9.3 Version: 0.10.1
Release: 0 Release: 0
Url: http://python-requests.org Url: http://python-requests.org
Summary: Awesome Python HTTP Library That's Actually Usable Summary: Awesome Python HTTP Library That's Actually Usable

3
requests-0.10.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da6031575a30c7b65ea99465183468349b3645e6bf5322e49d53f565b27ed2b5
size 63234

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c0dd7c014474e0cdd00cad661abd74c88c14183d260d0555dfa51fc5b29abc5
size 61006