Update to 0.7.7:

0.7.7
   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
This commit is contained in:
wiz 2012-12-16 16:16:37 +00:00
parent eb8d17c31d
commit a7804d1c8e
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2012/10/14 22:07:00 wiz Exp $
# $NetBSD: Makefile,v 1.2 2012/12/16 16:16:37 wiz Exp $
DISTNAME= httplib2-0.7.6
DISTNAME= httplib2-0.7.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://httplib2.googlecode.com/files/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2012/10/14 22:07:00 wiz Exp $
$NetBSD: distinfo,v 1.2 2012/12/16 16:16:37 wiz Exp $
SHA1 (httplib2-0.7.6.tar.gz) = 4ad095cb3d65ddded5381dc4edc4078f908d7885
RMD160 (httplib2-0.7.6.tar.gz) = 2261d6659a0d6058d1db680eeab992bae06a81df
Size (httplib2-0.7.6.tar.gz) = 141916 bytes
SHA1 (httplib2-0.7.7.tar.gz) = 6c5b748676518e1162a10f1c3c63ca960a30a7a0
RMD160 (httplib2-0.7.7.tar.gz) = 8b34577f317d63c6008227c6f06e81d30cb81983
Size (httplib2-0.7.7.tar.gz) = 144020 bytes