diff options
author | Timothy Ace <openwrt@timothyace.com> | 2024-01-21 10:10:07 -0500 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2024-01-23 15:13:33 +0800 |
commit | 5587c0e8ecddb299c3db2aef8f23789c5b17cd7b (patch) | |
tree | f8ffe9f6f4a81e9dc08570cf79f9b7ee3b2bfe36 /lang/python/python-orjson | |
parent | 02f428baf1f792a3419a4c689a1a0be0b9bc2062 (diff) |
python-orjson: update to version 3.9.12
Relevant changes since 3.9.10:
- Improve performance of serializing. str is significantly faster. Documents
using dict, list, and tuple are somewhat faster.
- FIXED: Minimal musllinux_1_1 build due to sporadic CI failure.
Signed-off-by: Timothy Ace <openwrt@timothyace.com>
Diffstat (limited to 'lang/python/python-orjson')
-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 39ef2cf52..f60803381 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.10 +PKG_VERSION:=3.9.12 PKG_RELEASE:=1 PYPI_NAME:=orjson -PKG_HASH:=9ebbdbd6a046c304b1845e96fbcc5559cd296b4dfd3ad2509e33c4d9ce07d6a1 +PKG_HASH:=da908d23a3b3243632b523344403b128722a5f45e278a8343c2bb67538dff0e4 PKG_MAINTAINER:=Timothy Ace <openwrt@timothyace.com> PKG_LICENSE:=Apache-2.0 MIT |