Path to this page:
Subject: CVS commit: pkgsrc/www/py-python-multipart
From: Adam Ciarcinski
Date: 2024-10-14 18:58:51
Message id: 20241014165851.E37BBFC7E@cvs.NetBSD.org
Log Message:
py-python-multipart: updated to 0.0.12
0.0.12 (2024-09-29)
* Improve error message when boundary character does not match
* Add mypy strict typing
* Enforce 100% coverage
0.0.11 (2024-09-28)
* Improve performance, especially in data with many CR-LF
* Handle invalid CRLF in header name
0.0.10 (2024-09-21)
* Support `on_header_begin`
* Improve type hints on `FormParser`
* Fix `OnFileCallback` type
* Improve type hints
* Improve type hints on `File`
* Add type hint to helper functions
* Minor fix for Field.__repr__
* Fix use of chunk_size parameter
* Allow digits and valid token chars in headers
* Fix headers being carried between parts
Files: