diff options
author | adam <adam@pkgsrc.org> | 2021-02-05 20:34:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-02-05 20:34:10 +0000 |
commit | 17cdd66e41fa501e392afdd3ed0c02ea3b940493 (patch) | |
tree | aba950cf56d0fe36e25ec830b74047b5cf04cb5d | |
parent | 194e4486e539c50c27b576f2021ba5d328781645 (diff) | |
download | pkgsrc-17cdd66e41fa501e392afdd3ed0c02ea3b940493.tar.gz |
py-httpcore: updated to 0.12.3
0.12.3
Fixed
- Abort SSL connections on close rather than waiting for remote EOF when using `asyncio`.
- Fix exception raised in case of connect timeouts when using the `anyio` backend.
- Fix `Host` header precedence for `:authority` in HTTP/2.
- Handle extra edge case when detecting for socket readability when using `asyncio`.
- Fix `asyncio` SSL warning when using proxy tunneling.
-rw-r--r-- | www/py-httpcore/Makefile | 4 | ||||
-rw-r--r-- | www/py-httpcore/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-httpcore/Makefile b/www/py-httpcore/Makefile index 83c94bb8307..3004afa4c3e 100644 --- a/www/py-httpcore/Makefile +++ b/www/py-httpcore/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2020/11/26 10:53:59 adam Exp $ +# $NetBSD: Makefile,v 1.5 2021/02/05 20:34:10 adam Exp $ -DISTNAME= httpcore-0.12.2 +DISTNAME= httpcore-0.12.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpcore/} diff --git a/www/py-httpcore/distinfo b/www/py-httpcore/distinfo index 8194c53d441..6a1f0216aaf 100644 --- a/www/py-httpcore/distinfo +++ b/www/py-httpcore/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2020/11/26 10:53:59 adam Exp $ +$NetBSD: distinfo,v 1.5 2021/02/05 20:34:10 adam Exp $ -SHA1 (httpcore-0.12.2.tar.gz) = 1717cd0057be8b1c780d5eda49320e25f0cb1105 -RMD160 (httpcore-0.12.2.tar.gz) = 108fe8d58175a52fc9767e8b7034dff33db79389 -SHA512 (httpcore-0.12.2.tar.gz) = 1096d2c219e7540956a35eed54d0d6d9884c67f6b169f536164bc7a90aaedd3a756c0b4261c68b38a126b2f9b32fcecb5816f5eca70cd10f14cea0165a0251f8 -Size (httpcore-0.12.2.tar.gz) = 42392 bytes +SHA1 (httpcore-0.12.3.tar.gz) = d67f3a58c969dc0099aea22a10745ec00f137059 +RMD160 (httpcore-0.12.3.tar.gz) = 7949fa14fa3b8eacf2c44c51778ccb722197a0cc +SHA512 (httpcore-0.12.3.tar.gz) = 6e2256c7ab35e8aca6e1c8e4bc422cf34eb7395993d7df8b6bf28f2f325477a58df275e3c28c3a933488abba38b27036051b13f8826887690be2fee999f6f0dc +Size (httpcore-0.12.3.tar.gz) = 43346 bytes |