pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httpx2



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

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

Log Message:
py-httpx2: update to 2.10.0.

Added

    Add support for running on WebAssembly / Emscripten via Pyodide by @hoodmane in #1119
    Add max_event_size to cap SSE event buffering by @Kludex in #1071
    Add RFC 9110 status code constants by @mbeijen in #1069
    Add support for Python 3.15 by @hugovk in #1090

Changed

    Improve SSE chunk buffering performance by @Kludex in #1117
    Skip cookie extraction without Set-Cookie by @Kludex in #1107
    Return str | None instead of Any from Headers.get by @ItsDrike in #1121

Fixed

    Enforce WebSocket max message size across fragments by @Kludex in #1085
    Ignore unsolicited and duplicate Pong frames by @Kludex in #1122


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-httpx2/Makefile \
    pkgsrc/www/py-httpx2/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-httpx2/Makefile
diff -u pkgsrc/www/py-httpx2/Makefile:1.3 pkgsrc/www/py-httpx2/Makefile:1.4
--- pkgsrc/www/py-httpx2/Makefile:1.3   Mon Jul 27 15:17:34 2026
+++ pkgsrc/www/py-httpx2/Makefile       Sun Aug 16 12:29:47 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2026/07/27 15:17:34 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2026/08/16 12:29:47 wiz Exp $
 
-DISTNAME=      httpx2-2.9.1
+DISTNAME=      httpx2-2.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpx2/}
Index: pkgsrc/www/py-httpx2/distinfo
diff -u pkgsrc/www/py-httpx2/distinfo:1.3 pkgsrc/www/py-httpx2/distinfo:1.4
--- pkgsrc/www/py-httpx2/distinfo:1.3   Mon Jul 27 15:17:34 2026
+++ pkgsrc/www/py-httpx2/distinfo       Sun Aug 16 12:29:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2026/07/27 15:17:34 wiz Exp $
+$NetBSD: distinfo,v 1.4 2026/08/16 12:29:47 wiz Exp $
 
-BLAKE2s (httpx2-2.9.1.tar.gz) = 7108d4130c3397c518aa8e2a6fc078e412d8470c1536342977fc1d032579992d
-SHA512 (httpx2-2.9.1.tar.gz) = 7e7b92d8640a6d39fc0800010920f9e9c4338e23279a35a6281ca0fe9e33e70550592ad411f2dbc5bc6ba51b6dddd52d61f661adcd4b4e27aaf342884a80fde5
-Size (httpx2-2.9.1.tar.gz) = 95458 bytes
+BLAKE2s (httpx2-2.10.0.tar.gz) = 85bd7be6fe9ecd5d099ccd2d684e508525b5bb6f90ec27dc1bc7072ea85f1cdf
+SHA512 (httpx2-2.10.0.tar.gz) = dc4af80d0c5d80e66731c5b16054835b0bbe1675beeb31dedb1bb26d32f88bf7e2f60cd4b2db4d952125b6bb72b46619b9884a7d843f8e3da13d50d11741628d
+Size (httpx2-2.10.0.tar.gz) = 98749 bytes



Home | Main Index | Thread Index | Old Index