浏览代码

package/python-orjson: bump to version 3.10.10

Drop no longer required python-cffi dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
James Hilliard 9 月之前
父节点
当前提交
5daf49911e

+ 0 - 1
package/python-orjson/Config.in

@@ -1,7 +1,6 @@
 config BR2_PACKAGE_PYTHON_ORJSON
 	bool "python-orjson"
 	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
-	select BR2_PACKAGE_PYTHON_CFFI # runtime
 	help
 	  orjson is a fast, correct JSON library for Python. It
 	  benchmarks as the fastest Python library for JSON and is more

+ 1 - 1
package/python-orjson/python-orjson.hash

@@ -1,5 +1,5 @@
 # Locally calculated after vendoring
-sha256  cb462f63497889632807345b609fda0562888b0432b0764eeb1215901ae9f3d6  python-orjson-3.10.7-cargo2.tar.gz
+sha256  48e12af76f92259e429af9d830bb222d1262e8cddedc07aa5208b589b314fae9  python-orjson-3.10.10-cargo2.tar.gz
 # Locally computed sha256 checksums
 sha256  a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2  LICENSE-APACHE
 sha256  23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3  LICENSE-MIT

+ 2 - 3
package/python-orjson/python-orjson.mk

@@ -4,13 +4,12 @@
 #
 ################################################################################
 
-PYTHON_ORJSON_VERSION = 3.10.7
+PYTHON_ORJSON_VERSION = 3.10.10
 PYTHON_ORJSON_SOURCE_PYPI = orjson-$(PYTHON_ORJSON_VERSION).tar.gz
-PYTHON_ORJSON_SITE_PYPI = https://files.pythonhosted.org/packages/9e/03/821c8197d0515e46ea19439f5c5d5fd9a9889f76800613cfac947b5d7845
+PYTHON_ORJSON_SITE_PYPI = https://files.pythonhosted.org/packages/80/44/d36e86b33fc84f224b5f2cdf525adf3b8f9f475753e721c402b1ddef731e
 PYTHON_ORJSON_SITE = $(PYTHON_ORJSON_SITE_PYPI)/$(PYTHON_ORJSON_SOURCE_PYPI)?buildroot-path=filename
 PYTHON_ORJSON_SETUP_TYPE = maturin
 PYTHON_ORJSON_LICENSE = Apache-2.0 or MIT
 PYTHON_ORJSON_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT
-PYTHON_ORJSON_DEPENDENCIES = host-python-cffi
 
 $(eval $(python-package))