1
0

Accepting request 156302 from home:posophe:branches:devel:languages:python

Remove macros usage

OBS-URL: https://build.opensuse.org/request/show/156302
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=30
This commit is contained in:
Sascha Peilicke
2013-02-25 12:27:56 +00:00
committed by Git OBS Bridge
parent e424a51ce1
commit 8a73ff7588
7 changed files with 220 additions and 9 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Jan 11 19:51:38 UTC 2013 - p.drouand@gmail.com
- Drop unneeded python-pyOpenSSL Requires
-------------------------------------------------------------------
Fri Jan 11 19:39:31 UTC 2013 - p.drouand@gmail.com
- Initial python3 support
-------------------------------------------------------------------
Fri Jan 11 19:38:07 UTC 2013 - p.drouand@gmail.com
- Update to 0.7.7 version:
* More fixes for App Engine, now less likely to swallow important exceptions.
* Adding proxy_info_from_* methods to Python3. Reviewed in https://codereview.appspot.com/6588078/.
* Added GeoTrust cert
* Make httplib2.Http() instances pickleable. Reviewed in https://codereview.appspot.com/6506074/
* The following issues have been fixed:
- 229 python3 httplib2 clobbers multiple headers of same key
- 230 Expose meaningful exception for App Engine URLFetch ResponseTooLargeError
- 231 Expose App Engine URLFetch DeadlineExceededError for debugging purposes
-------------------------------------------------------------------
Sat Oct 6 22:26:47 UTC 2012 - os-dev@jacraig.com