f0050ca1ea
0.11.3 No changes, just reupload of 0.11.2 after fixing automatic release conditions in Travis. 0.11.2 proxy: py3 NameError basestring 0.11.1 Fix HTTP(S)ConnectionWithTimeout AttributeError proxy_info 0.11.0 Add DigiCert Global Root G2 serial 033af1e6a711a9a0bb2864b11d09fae5 python3 proxy support If no_proxy environment value ends with comma then proxy is not used fix UnicodeDecodeError using socks5 proxy Respect NO_PROXY env var in proxy_info_from_url NO_PROXY=bar was matching foobar (suffix without dot delimiter) New behavior matches curl/wget: - no_proxy=foo.bar will only skip proxy for exact hostname match - no_proxy=.wild.card will skip proxy for any.subdomains.wild.card Bugfix for Content-Encoding: deflate
16 lines
427 B
Makefile
16 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.11 2018/04/02 13:03:50 adam Exp $
|
|
|
|
DISTNAME= httplib2-0.11.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/}
|
|
|
|
MAINTAINER= mj@mjturner.net
|
|
HOMEPAGE= https://github.com/jcgregorio/httplib2
|
|
COMMENT= Comprehensive http client library for Python
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|