Path to this page:
Subject: CVS commit: pkgsrc/www/py-h11
From: Adam Ciarcinski
Date: 2022-10-18 10:50:08
Message id: 20221018085008.41B38FA90@cvs.NetBSD.org
Log Message:
py-h11: updated to 0.14.0
H11 0.14.0 (2022-09-25)
-----------------------
Features
- Allow additional trailing whitespace in chunk headers for additional
compatibility with existing servers.
- Improve the type hints for Sentinel types, which should make it
easier to type hint h11 usage.
Deprecations and Removals
- Python 3.6 support is removed. h11 now requires Python>=3.7
including PyPy 3. Users running `pip install h11` on Python 2 will
automatically get the last Python 2-compatible version.
Files: