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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3338e063c9e9
branches:  trunk
changeset: 442560:3338e063c9e9
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 26 10:53:59 2020 +0000

description:
py-httpcore: updated to 0.12.2

0.12.2

Fixed
- Properly wrap connect errors on the asyncio backend.
- Fix `ImportError` occurring on Python 3.9 when using the HTTP/1.1 sync client in a multithreaded context.

0.12.1

Added
- Add connect retries.

Fixed
- Tweak detection of dropped connections, resolving an issue with open files limits on Linux.
- Avoid leaking connections when establishing an HTTP tunnel to a proxy has failed.
- Properly wrap OS errors when using `trio`.

diffstat:

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

diffs (27 lines):

diff -r 72741d805363 -r 3338e063c9e9 www/py-httpcore/Makefile
--- a/www/py-httpcore/Makefile  Thu Nov 26 10:50:44 2020 +0000
+++ b/www/py-httpcore/Makefile  Thu Nov 26 10:53:59 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/10/13 11:12:41 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/11/26 10:53:59 adam Exp $
 
-DISTNAME=      httpcore-0.12.0
+DISTNAME=      httpcore-0.12.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpcore/}
diff -r 72741d805363 -r 3338e063c9e9 www/py-httpcore/distinfo
--- a/www/py-httpcore/distinfo  Thu Nov 26 10:50:44 2020 +0000
+++ b/www/py-httpcore/distinfo  Thu Nov 26 10:53:59 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/10/13 11:12:41 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/11/26 10:53:59 adam Exp $
 
-SHA1 (httpcore-0.12.0.tar.gz) = f8d2dea7c8b8ee15e62d5611b7910f86d5fbd3be
-RMD160 (httpcore-0.12.0.tar.gz) = 2243bd83a143ce17ed77ea02cd7df0f8ee93d0f5
-SHA512 (httpcore-0.12.0.tar.gz) = 8d986e26d1c04d84a87d8fcf367c85ad5b89f15b78393d0970567821fafb04ebca042047b87f7a36dc20c7175c506b7ab0699869802391b3b3d88164972c7d51
-Size (httpcore-0.12.0.tar.gz) = 40748 bytes
+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



Home | Main Index | Thread Index | Old Index