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>
This commit is contained in:
parent
02f428baf1
commit
5587c0e8ec
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue