Skip to content

Commit

Permalink
Update py-httplib2 to 0.9.2:
Browse files Browse the repository at this point in the history
0.9.2:

Changes not documented.

0.9.1:

Fixes in this release:

jcgregorio/httplib2#296

    There was a problem with headers when a binary string is passed (like
    b'Authorization').

jcgregorio/httplib2#276

    Default to doing DNS resolution through a proxy server if present.
  • Loading branch information
wiz committed Feb 4, 2016
1 parent 69268c5 commit 6254747
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions www/py-httplib2/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.6 2015/12/07 09:04:50 wiz Exp $
# $NetBSD: Makefile,v 1.7 2016/02/04 09:41:13 wiz Exp $

DISTNAME= httplib2-0.9
DISTNAME= httplib2-0.9.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/}

Expand Down
10 changes: 5 additions & 5 deletions www/py-httplib2/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2015/11/04 02:47:29 agc Exp $
$NetBSD: distinfo,v 1.6 2016/02/04 09:41:13 wiz Exp $

SHA1 (httplib2-0.9.tar.gz) = 1b9774a81136a222f02e711d81efb775dc87b70e
RMD160 (httplib2-0.9.tar.gz) = ab053adac7cf5bb1a1aad32f91ef3a4c4408fe94
SHA512 (httplib2-0.9.tar.gz) = 51d90bfc6e95c482e42ef6ac8ab0ead6c3a83e4173b8db570eb738efa4c6b245726f60a99fa6680cee047c6db8ac1e689041847e7afebc022a2c10e50c99865e
Size (httplib2-0.9.tar.gz) = 204584 bytes
SHA1 (httplib2-0.9.2.tar.gz) = 30746d5512c2f1cf1979e0c92438c17e4d80ce47
RMD160 (httplib2-0.9.2.tar.gz) = 305916f7a3f9ff7a262d770b7cf19e808ea11105
SHA512 (httplib2-0.9.2.tar.gz) = cf1684f2d072588bc676c02491667480bdd2be0b3494703129d9cfa339d1233e14c0b4895b174d4c2ec5e2f5ae265d165b4e001b180f39f81db2178f91a032f8
Size (httplib2-0.9.2.tar.gz) = 205165 bytes

0 comments on commit 6254747

Please sign in to comment.