mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 01:22:13 +00:00
d2f034caf2
Relevant changes since previous 3.10.0: - FIXED: Serializing numpy.ndarray with non-native endianness raises orjson.JSONEncodeError. - FIXED: Fix int serialization on 32-bit Python 3.8, 3.9, 3.10. This was introduced in 3.10.8. - Improve performance of serializing. - Drop support for arm7. - int serialization no longer chains OverflowError to the the __cause__ attribute of orjson.JSONEncodeError when range exceeded. Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>