pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-h2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 24 16:08:36 UTC 2025

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

Log Message:
py-h2: update to 4.3.0.

4.3.0 (2025-08-23)
------------------

**API Changes (Backward Incompatible)**

- Reject header names and values containing illegal characters, based on RFC 9113, section 8.2.1.
  The main Python API is compatible, but some previously valid requests/response headers might now be blocked.
  Use the `validate_inbound_headers` config option if needed.
  Thanks to Sebastiano Sartor (sebsrt) for the report.

**API Changes (Backward Compatible)**

- h2 events now have tighter type bounds, e.g. `stream_id` is guaranteed to not be `None` for most events now.
  This simplifies downstream type checking.
- Various typing-related improvements.

**Bugfixes**

- Fix error value when opening a new stream on too many open streams.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-h2/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-h2/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-h2/Makefile
diff -u pkgsrc/www/py-h2/Makefile:1.13 pkgsrc/www/py-h2/Makefile:1.14
--- pkgsrc/www/py-h2/Makefile:1.13      Sun Apr 13 16:10:24 2025
+++ pkgsrc/www/py-h2/Makefile   Sun Aug 24 16:08:36 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2025/04/13 16:10:24 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/08/24 16:08:36 wiz Exp $
 
-DISTNAME=      h2-4.2.0
+DISTNAME=      h2-4.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/h2/}
 

Index: pkgsrc/www/py-h2/distinfo
diff -u pkgsrc/www/py-h2/distinfo:1.11 pkgsrc/www/py-h2/distinfo:1.12
--- pkgsrc/www/py-h2/distinfo:1.11      Sun Feb  2 16:04:23 2025
+++ pkgsrc/www/py-h2/distinfo   Sun Aug 24 16:08:36 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/02/02 16:04:23 wiz Exp $
+$NetBSD: distinfo,v 1.12 2025/08/24 16:08:36 wiz Exp $
 
-BLAKE2s (h2-4.2.0.tar.gz) = f7ec4be13ffe2cd6056e86ee84e07272157f4b4299f6334bf485977ff8659db9
-SHA512 (h2-4.2.0.tar.gz) = a88a06ad7511cbc3870e8477aa3a4f1ab79c9db0ab1e71578c6e5be1bbc22d2d0a7b6878a8c18bd8b2cb22f1df9e46fe3e3c7223f44fa01f8d25f5f5bad28983
-Size (h2-4.2.0.tar.gz) = 2150682 bytes
+BLAKE2s (h2-4.3.0.tar.gz) = a7a4cbc696f5b7ce994fdc487a9db3faab00b45d8c33cf7f4182dec165788dd8
+SHA512 (h2-4.3.0.tar.gz) = f4a09644dec595a0a2280db2bdcdc26e22fc05a1853a0692e4c208c77cf7f9fe5ac2f185f31617ecb43d6afd6d0e24d8ce649ce38720744f6a30ca60dd3b9a49
+Size (h2-4.3.0.tar.gz) = 2152026 bytes



Home | Main Index | Thread Index | Old Index