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 Dec 29 12:40:51 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 pkgsrc/www/py-httpcore/Makefile:1.22
--- pkgsrc/www/py-httpcore/Makefile:1.21        Sat Nov 26 17:58:27 2022
+++ pkgsrc/www/py-httpcore/Makefile     Thu Dec 29 12:40:51 2022
@@ -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/}
Index: pkgsrc/www/py-httpcore/distinfo
diff -u pkgsrc/www/py-httpcore/distinfo:1.21 pkgsrc/www/py-httpcore/distinfo:1.22
--- pkgsrc/www/py-httpcore/distinfo:1.21        Sat Nov 26 17:58:27 2022
+++ pkgsrc/www/py-httpcore/distinfo     Thu Dec 29 12:40:51 2022
@@ -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