Path to this page:
Subject: CVS commit: pkgsrc/net/py-hpack
From: Adam Ciarcinski
Date: 2020-10-03 20:09:10
Message id: 20201003180910.C23E3FB28@cvs.NetBSD.org
Log Message:
py-hpack: updated to 4.0.0
4.0.0:
API Changes (Backward-Incompatible)
Support for Python 2.7 has been removed.
Support for Python 3.4 has been removed.
Support for Python 3.5 has been removed.
Support for PyPy (Python 2.7 compatible) has been removed.
Support for Python 3.8 has been added.
Bugfixes
Performance improvement of static header search. Use dict search instead of \
linear search.
Fix debug output of headers during encoding.
Files: