pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httpcore



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 26 10:53:59 UTC 2020

Modified Files:
        pkgsrc/www/py-httpcore: Makefile distinfo

Log Message:
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`.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-httpcore/Makefile \
    pkgsrc/www/py-httpcore/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-httpcore/Makefile
diff -u pkgsrc/www/py-httpcore/Makefile:1.3 pkgsrc/www/py-httpcore/Makefile:1.4
--- pkgsrc/www/py-httpcore/Makefile:1.3 Tue Oct 13 11:12:41 2020
+++ pkgsrc/www/py-httpcore/Makefile     Thu Nov 26 10:53:59 2020
@@ -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/}
Index: pkgsrc/www/py-httpcore/distinfo
diff -u pkgsrc/www/py-httpcore/distinfo:1.3 pkgsrc/www/py-httpcore/distinfo:1.4
--- pkgsrc/www/py-httpcore/distinfo:1.3 Tue Oct 13 11:12:41 2020
+++ pkgsrc/www/py-httpcore/distinfo     Thu Nov 26 10:53:59 2020
@@ -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