diff options
author | Timothy M. Ace <openwrt@timothyace.com> | 2024-04-01 09:54:44 -0400 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-04-03 18:21:50 -0700 |
commit | 65007588057ee724b37b4187b0a2e508a41b5884 (patch) | |
tree | d39a975d556f489c71f473dd2cdf39ead9c5e3d4 /lang | |
parent | 98a5367982a6c0e1ab765886db0d575564274664 (diff) |
python-orjson: update to version 3.10.0
Relevant changes since previous 3.9.13:
- FIXED: Fix crash serializing str introduced in 3.9.11
- FIXED: Implement recursion limit of 1024 on orjson.loads()
- FIXED: Use byte-exact read on str formatting SIMD path to avoid crash
- Build now depends on Rust 1.72 or later
- Support serializing numpy.float16 (numpy.half)
- sdist uses metadata 2.3 instead of 2.1
- Improve Windows PyPI builds
Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-orjson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-orjson/Makefile b/lang/python/python-orjson/Makefile index e1d35ce5e..9352d65c6 100644 --- a/lang/python/python-orjson/Makefile +++ b/lang/python/python-orjson/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-orjson -PKG_VERSION:=3.9.13 +PKG_VERSION:=3.10.0 PKG_RELEASE:=1 PYPI_NAME:=orjson -PKG_HASH:=fc6bc65b0cf524ee042e0bc2912b9206ef242edfba7426cf95763e4af01f527a +PKG_HASH:=ba4d8cac5f2e2cff36bea6b6481cdb92b38c202bcec603d6f5ff91960595a1ed PKG_MAINTAINER:=Timothy Ace <openwrt@timothyace.com> PKG_LICENSE:=Apache-2.0 MIT |