python-rpds-py: bump to 0.30.0
authorAlexandru Ardelean <redacted>
Wed, 25 Mar 2026 11:41:41 +0000 (11:41 +0000)
committerAlexandru Ardelean <redacted>
Sun, 29 Mar 2026 05:32:19 +0000 (08:32 +0300)
Required for Python 3.14 compatibility; rpds-py 0.10.6 predates
Python 3.14 support in PyO3 and causes a segfault at runtime.

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

index 34c6ed15c434da4f23fd6b834b4d3fa5850e41c8..4ef2569d63ec8b76364b6645a26a907fc3bae18f 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-rpds-py
-PKG_VERSION:=0.10.6
+PKG_VERSION:=0.30.0
 PKG_RELEASE:=1
 
 PYPI_NAME:=rpds-py
 PYPI_SOURCE_NAME:=rpds_py
-PKG_HASH:=4ce5a708d65a8dbf3748d2474b580d606b1b9f91b5c6ab2a316e0b0cf7a4ba50
+PKG_HASH:=dd8ff7cf90014af0c0f787eea34794ebf6415242ee1d6fa91eaba725cc441e84
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
git clone https://git.99rst.org/PROJECT