Skip to content

Commit

Permalink
py-httpcore: updated to 0.17.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
adam committed May 18, 2023
1 parent a82d4f4 commit 0a48096
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions www/py-httpcore/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
8 changes: 4 additions & 4 deletions www/py-httpcore/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0a48096

Please sign in to comment.