aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-orjson
diff options
context:
space:
mode:
authorTimothy M. Ace <openwrt@timothyace.com>2024-02-04 19:17:14 -0500
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2024-02-05 15:17:40 +0100
commit868a469cccd357ee7a6441b3cb68defee09924e9 (patch)
tree3a9bdadd4a5702914a554b969f5fe9f8bfb77a6c /lang/python/python-orjson
parent94734c4bf9ff99c0b2001c4934a3c3f1398aca38 (diff)
python-orjson: update to version 3.9.13
Relevant changes since 3.9.12: - FIXED: Serialization str escape uses only 128-bit SIMD. - FIXED: Fix compatibility with CPython 3.13 alpha 3. - Publish musllinux_1_2 instead of musllinux_1_1 wheels. - Serialization uses small integer optimization in CPython 3.12 or later. Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>
Diffstat (limited to 'lang/python/python-orjson')
-rw-r--r--lang/python/python-orjson/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-orjson/Makefile b/lang/python/python-orjson/Makefile
index f60803381..e1d35ce5e 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.12
+PKG_VERSION:=3.9.13
PKG_RELEASE:=1
PYPI_NAME:=orjson
-PKG_HASH:=da908d23a3b3243632b523344403b128722a5f45e278a8343c2bb67538dff0e4
+PKG_HASH:=fc6bc65b0cf524ee042e0bc2912b9206ef242edfba7426cf95763e4af01f527a
PKG_MAINTAINER:=Timothy Ace <openwrt@timothyace.com>
PKG_LICENSE:=Apache-2.0 MIT