From: Timothy Ace Date: Sun, 21 Jan 2024 15:10:07 +0000 (-0500) Subject: python-orjson: update to version 3.9.12 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5587c0e8ecddb299c3db2aef8f23789c5b17cd7b;p=openwrt-packages.git 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 --- 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 PKG_LICENSE:=Apache-2.0 MIT