python-orjson: update to 3.11.9
authorAlexandru Ardelean <redacted>
Sun, 7 Jun 2026 10:59:11 +0000 (13:59 +0300)
committerAlexandru Ardelean <redacted>
Sun, 7 Jun 2026 17:04:16 +0000 (20:04 +0300)
3.11.8 failed to build against the SDK's stable rust 1.96.0: build.rs enabled
orjson's "cold_path" cargo feature for rustc >= 1.95.0, activating an unstable
feature gate that errors with E0554. 3.11.9 drops it; plain version bump.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-orjson/Makefile

index e1ef7f04249c5f64b02c998ec8a6c51df1b4721e..dd00814b2515da31f3bf520a74a2d0f82ee7ec78 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-orjson
-PKG_VERSION:=3.11.8
+PKG_VERSION:=3.11.9
 PKG_RELEASE:=1
 
 PYPI_NAME:=orjson
-PKG_HASH:=96163d9cdc5a202703e9ad1b9ae757d5f0ca62f4fa0cc93d1f27b0e180cc404e
+PKG_HASH:=4fef17e1f8722c11587a6ef18e35902450221da0028e65dbaaa543619e68e48f
 
 PKG_MAINTAINER:=Timothy Ace <openwrt@timothyace.com>
 PKG_LICENSE:=Apache-2.0 MIT
git clone https://git.99rst.org/PROJECT