python-orjson: update to version 3.9.12
authorTimothy Ace <openwrt@timothyace.com>
Sun, 21 Jan 2024 15:10:07 +0000 (10:10 -0500)
committerTianling Shen <cnsztl@gmail.com>
Tue, 23 Jan 2024 07:13:33 +0000 (15:13 +0800)
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>
lang/python/python-orjson/Makefile

index 39ef2cf52aae8456c97aa5cff9c9d916297abebf..f60803381486993b18063e8f7aa256a591996714 100644 (file)
@@ -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