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 May 18 08:38:42 UTC 2023

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

Log Message:
py-httpcore: updated to 0.17.1

0.17.1 (May 17th, 2023)

- If 'retries' is set, then allow retries if an SSL handshake error occurs.
- Improve correctness of tracebacks on network exceptions, by raising properly chained exceptions.
- Prevent connection-hanging behaviour when HTTP/2 connections are closed by a server-sent 'GoAway' frame.
- Fix edge-case exception when removing requests from the connection pool.
- Fix pool timeout edge-case.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/www/py-httpcore/Makefile:1.24
--- pkgsrc/www/py-httpcore/Makefile:1.23        Mon Apr 17 09:55:09 2023
+++ pkgsrc/www/py-httpcore/Makefile     Thu May 18 08:38:42 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2023/04/17 09:55:09 adam Exp $
+# $NetBSD: Makefile,v 1.24 2023/05/18 08:38:42 adam Exp $
 
-DISTNAME=      httpcore-0.17.0
+DISTNAME=      httpcore-0.17.1
 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.23 pkgsrc/www/py-httpcore/distinfo:1.24
--- pkgsrc/www/py-httpcore/distinfo:1.23        Mon Apr 17 09:55:09 2023
+++ pkgsrc/www/py-httpcore/distinfo     Thu May 18 08:38:42 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/04/17 09:55:09 adam Exp $
+$NetBSD: distinfo,v 1.24 2023/05/18 08:38:42 adam Exp $
 
-BLAKE2s (httpcore-0.17.0.tar.gz) = adbb7fbbffbc095d790689931371ca8577c9ef27f17f687cdfe15c64b049a4bb
-SHA512 (httpcore-0.17.0.tar.gz) = 45e78357246e9e8b30e4edeaa7d20abde03409db679bfaa9851a26a2e252451130ae9fc944e694952e93b925d4862deb11d8b850ae4584a2f8b6ca0d1d380e14
-Size (httpcore-0.17.0.tar.gz) = 57317 bytes
+BLAKE2s (httpcore-0.17.1.tar.gz) = 64c47a2677a1a5142fb341afc1259cf0b208e1830ef2781c69b1a4c3abedd6ba
+SHA512 (httpcore-0.17.1.tar.gz) = bcf65b3c210163fd577c44cb7db09ce6348cd9831738124ef34f677b9b317132195789e9417a1c12ae77bb88e48c7bf25c36e65421d4fb781252116adf431c2c
+Size (httpcore-0.17.1.tar.gz) = 57743 bytes



Home | Main Index | Thread Index | Old Index