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.16.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/a7a4aef5e51f
branches: trunk
changeset: 390791:a7a4aef5e51f
user: adam <adam%pkgsrc.org@localhost>
date: Thu Dec 29 12:40:51 2022 +0000
description:
py-httpcore: updated to 0.16.3
0.16.3
- Allow `ws` and `wss` schemes. Allows us to properly support websocket upgrade connections.
- Forwarding HTTP proxies use a connection-per-remote-host. Required by some proxy implementations.
- Don't raise `RuntimeError` when closing a connection pool with active connections. Removes some error cases when cancellations are used.
- Lazy import `anyio`, so that it's no longer a hard dependancy, and isn't imported if unused.
diffstat:
www/py-httpcore/Makefile | 4 ++--
www/py-httpcore/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 2ee7febec466 -r a7a4aef5e51f www/py-httpcore/Makefile
--- a/www/py-httpcore/Makefile Thu Dec 29 12:38:08 2022 +0000
+++ b/www/py-httpcore/Makefile Thu Dec 29 12:40:51 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2022/11/26 17:58:27 adam Exp $
+# $NetBSD: Makefile,v 1.22 2022/12/29 12:40:51 adam Exp $
-DISTNAME= httpcore-0.16.2
+DISTNAME= httpcore-0.16.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpcore/}
diff -r 2ee7febec466 -r a7a4aef5e51f www/py-httpcore/distinfo
--- a/www/py-httpcore/distinfo Thu Dec 29 12:38:08 2022 +0000
+++ b/www/py-httpcore/distinfo Thu Dec 29 12:40:51 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/11/26 17:58:27 adam Exp $
+$NetBSD: distinfo,v 1.22 2022/12/29 12:40:51 adam Exp $
-BLAKE2s (httpcore-0.16.2.tar.gz) = 53ed95d125a55ed0c5105479a9825e8ee9ac3616d8b273662de948514e923f59
-SHA512 (httpcore-0.16.2.tar.gz) = 28cfbc24fec869adc44c22ab50e630ee6d20a1d7b122007da3479947d84616c1e4fe985ace67902b5fa6632493b957ac63341b3f8a9a2644107008ecef3f8616
-Size (httpcore-0.16.2.tar.gz) = 54294 bytes
+BLAKE2s (httpcore-0.16.3.tar.gz) = 6be8f95d46cd5f22819f377fc1fb4f9659a002b13fa8af0b7862200db0c33ead
+SHA512 (httpcore-0.16.3.tar.gz) = a1ec14f32e2462bcc1a6ef4b434a125d3b371bd059d2e26183f268b19a803bd1ecf194c6607a5f36941e7d6ea6fce4ea0f035618fe95fb6097d1381b8632332e
+Size (httpcore-0.16.3.tar.gz) = 54929 bytes
Home |
Main Index |
Thread Index |
Old Index