Path to this page:
./
www/py-httplib2,
Comprehensive http client library for Python
Branch: CURRENT,
Version: 0.22.0nb1,
Package name: py312-httplib2-0.22.0nb1,
Maintainer: mjA comprehensive Python HTTP client library that supports many features left out
of other HTTP libraries.
Features:
o HTTP and HTTPS
o Keep-Alive
o Authentication
o Caching
o All Methods
o Redirects
o Compression
o Lost update support
o Unit Tested
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 342.887 KB
Version history: (Expand)
- (2025-04-23) Updated to version: py312-httplib2-0.22.0nb1
- (2023-04-24) Updated to version: py310-httplib2-0.22.0
- (2022-10-31) Updated to version: py310-httplib2-0.21.0
- (2022-07-21) Updated to version: py310-httplib2-0.20.4
- (2022-02-07) Updated to version: py39-httplib2-0.20.4
- (2022-01-05) Updated to version: py39-httplib2-0.20.2nb1
CVS history: (Expand)
2025-04-22 23:21:08 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-httplib2: convert to wheel.mk
Bump PKGREVISION.
|
2023-04-24 09:18:56 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-httplib2: updated to 0.22.0
0.22.0
https: disable_ssl_certificate_validation caused ValueError: Cannot set \
verify_mode to CERT_NONE when check_hostname is enabled
https://github.com/httplib2/httplib2/pull/231
build(deps): bump cryptography from 37.0.4 to 38.0.3
Reason from cryptography changelog: Updated Windows, macOS, and Linux wheels \
to be compiled with OpenSSL 3.0.7, which resolves CVE-2022-3602 and \
CVE-2022-3786.
|
2022-10-31 11:52:28 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-httplib2: updated to 0.21.0
0.21.0
http: `Content-Encoding: deflate` must accept zlib encapsulation
https://github.com/httplib2/httplib2/pull/230
Begin support and CI against CPython 3.10 and 3.11.
|
2022-07-21 00:13:26 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-httplib2: restrict to python3
|
2022-02-07 14:08:29 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-httplib2: updated to 0.20.4
0.20.4
proxy: support proxy urls with ipv6 address
0.20.3
No changes in library. Tests compatible with Python3.10 and recent pytest.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-11-02 19:54:23 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-httplib2: updated to 0.20.2
0.20.2
auth: support pyparsing v3 (AttributeError downcaseTokens)
proxy: correct extraction of errno from pysocks ProxyConnectionError
|
2021-11-01 19:58:33 by Thomas Klausner | Files touched by this commit (6) |
Log message:
*: convert dependencies of py-pyparsing to versioned_dependencies.mk
|