* [Buildroot] [PATCH 1/1] package/python-orjson: bump to version 3.10.10
@ 2024-10-26 21:22 James Hilliard
2024-10-27 18:43 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-10-26 21:22 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Graeme Smecher, Asaf Kahlon
Drop no longer required python-cffi dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-orjson/Config.in | 1 -
package/python-orjson/python-orjson.hash | 2 +-
package/python-orjson/python-orjson.mk | 5 ++---
3 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/package/python-orjson/Config.in b/package/python-orjson/Config.in
index 420e023b0a..258024032d 100644
--- a/package/python-orjson/Config.in
+++ b/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
diff --git a/package/python-orjson/python-orjson.hash b/package/python-orjson/python-orjson.hash
index 4ef98beaa0..b48eec080d 100644
--- a/package/python-orjson/python-orjson.hash
+++ b/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
diff --git a/package/python-orjson/python-orjson.mk b/package/python-orjson/python-orjson.mk
index 4e1b1e9629..60e6078132 100644
--- a/package/python-orjson/python-orjson.mk
+++ b/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))
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-27 18:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-26 21:22 [Buildroot] [PATCH 1/1] package/python-orjson: bump to version 3.10.10 James Hilliard
2024-10-27 18:43 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.