mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/python-orjson: bump to version 3.10.15
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
c8d95d0f8c
commit
bbb52919a8
@@ -1,5 +1,5 @@
|
||||
# Locally calculated after vendoring
|
||||
sha256 2d093fc336be04a32f4edf27b2aca8e6e7c796521cfaf9552079b39d2ea93e06 python-orjson-3.10.14-cargo2.tar.gz
|
||||
sha256 a7ca27f4e0ea702b1d71d4e2749718e79aa35c0047f07d3e8681707c2d2aeecb python-orjson-3.10.15-cargo2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2 LICENSE-APACHE
|
||||
sha256 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3 LICENSE-MIT
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ORJSON_VERSION = 3.10.14
|
||||
PYTHON_ORJSON_VERSION = 3.10.15
|
||||
PYTHON_ORJSON_SOURCE_PYPI = orjson-$(PYTHON_ORJSON_VERSION).tar.gz
|
||||
PYTHON_ORJSON_SITE_PYPI = https://files.pythonhosted.org/packages/92/f7/3219b56f47b4f5e864fb11cdf4ac0aaa3de608730ad2dc4c6e16382f35ec
|
||||
PYTHON_ORJSON_SITE_PYPI = https://files.pythonhosted.org/packages/ae/f9/5dea21763eeff8c1590076918a446ea3d6140743e0e36f58f369928ed0f4
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user