14
0

- Update to version 0.10.8:

* Generate chunked ValueError fix
  * Proxy configuration by environment variables
  * Simplification of iter_lines.
  * New trust_env configuration for disabling system/environment hints.
  * Suppress cookie errors.
- Changes from version 0.10.7:
  * encode_uri = False

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=13
This commit is contained in:
Sascha Peilicke
2012-03-10 14:11:56 +00:00
committed by Git OBS Bridge
parent 1659b68287
commit 4b20899564
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Mar 10 14:11:23 UTC 2012 - saschpe@gmx.de
- Update to version 0.10.8:
* Generate chunked ValueError fix
* Proxy configuration by environment variables
* Simplification of iter_lines.
* New trust_env configuration for disabling system/environment hints.
* Suppress cookie errors.
- Changes from version 0.10.7:
* encode_uri = False
-------------------------------------------------------------------
Tue Feb 28 18:06:45 UTC 2012 - jfunk@funktronics.ca