pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-httpcore py-httpcore: updated to 0.12.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb7ee2e64637
branches:  trunk
changeset: 446252:fb7ee2e64637
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Feb 05 20:34:10 2021 +0000

description:
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.

diffstat:

 www/py-httpcore/Makefile |   4 ++--
 www/py-httpcore/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9810a08c7b60 -r fb7ee2e64637 www/py-httpcore/Makefile
--- a/www/py-httpcore/Makefile  Fri Feb 05 20:17:52 2021 +0000
+++ b/www/py-httpcore/Makefile  Fri Feb 05 20:34:10 2021 +0000
@@ -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 -r 9810a08c7b60 -r fb7ee2e64637 www/py-httpcore/distinfo
--- a/www/py-httpcore/distinfo  Fri Feb 05 20:17:52 2021 +0000
+++ b/www/py-httpcore/distinfo  Fri Feb 05 20:34:10 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index