pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httpcore2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 16 12:29:14 UTC 2026

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

Log Message:
py-httpcore2: update to 2.10.0.

Added

    Add support for Python 3.15 by @hugovk in #1090

Changed

    Avoid quadratic copying when sending large HTTP/2 request bodies by @Kludex in #1127

Fixed

    Propagate the original exception instead of raising KeyError when an HTTP/2 stream fails by @yhay81 in #1093
    Start TLS for the wss scheme in SOCKS5 proxy connections by @Kludex in #1104


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-httpcore2/Makefile \
    pkgsrc/www/py-httpcore2/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-httpcore2/Makefile
diff -u pkgsrc/www/py-httpcore2/Makefile:1.3 pkgsrc/www/py-httpcore2/Makefile:1.4
--- pkgsrc/www/py-httpcore2/Makefile:1.3        Mon Jul 27 15:02:04 2026
+++ pkgsrc/www/py-httpcore2/Makefile    Sun Aug 16 12:29:14 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2026/07/27 15:02:04 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2026/08/16 12:29:14 wiz Exp $
 
-DISTNAME=      httpcore2-2.9.1
+DISTNAME=      httpcore2-2.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpcore2/}
Index: pkgsrc/www/py-httpcore2/distinfo
diff -u pkgsrc/www/py-httpcore2/distinfo:1.3 pkgsrc/www/py-httpcore2/distinfo:1.4
--- pkgsrc/www/py-httpcore2/distinfo:1.3        Mon Jul 27 15:02:04 2026
+++ pkgsrc/www/py-httpcore2/distinfo    Sun Aug 16 12:29:14 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2026/07/27 15:02:04 wiz Exp $
+$NetBSD: distinfo,v 1.4 2026/08/16 12:29:14 wiz Exp $
 
-BLAKE2s (httpcore2-2.9.1.tar.gz) = 9a1cfb7d877b7b1978e202c2214c8322a548a5e6e8e3076ffe084988a7f2cf86
-SHA512 (httpcore2-2.9.1.tar.gz) = 7953cf3c90d0327a54f8fadf339eb761dd0691b95bd75178e5e0f2fdefcfc172155c80ad1e73ac2c479b8fb340426b5cbecd01030567a42b585c156e1d77b9e3
-Size (httpcore2-2.9.1.tar.gz) = 67089 bytes
+BLAKE2s (httpcore2-2.10.0.tar.gz) = 7be326c6b356b7ef45e01c91808433a82c5b1bbc56cf555733a2281c24e7e97f
+SHA512 (httpcore2-2.10.0.tar.gz) = 6ff2629dca236705b8736415974086e50b30cce513598be61103105b9b861571f44abcf5134628f64b9619c56601333c2c6b5f020af3924065ac7125b8192aa8
+Size (httpcore2-2.10.0.tar.gz) = 67427 bytes



Home | Main Index | Thread Index | Old Index