Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-ujson
From: Adam Ciarcinski
Date: 2022-04-06 11:24:43
Message id: 20220406092443.B1D25FB24@cvs.NetBSD.org
Log Message:
py-ujson: updated to 5.2.0
5.2.0
Added
Support parsing NaN, Infinity and -Infinity
Support dynamically linking against system double-conversion library
Add env var to control stripping debug info
Add JSONDecodeError
Fixed
Fix buffer overflows (CVE-2021-45958)
Upgrade Black to fix Click
simplify exception handling on integer overflow
Remove dead code that used to handle the separate int type in Python 2
Fix exceptions on encoding list or dict elements and non-overflow errors on int \
handling getting silenced
Files: