mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/python-ujson: bump version to 5.12.0
https://github.com/ultrajson/ultrajson/releases/tag/5.12.0 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
d26060f110
commit
c479ac4601
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/ujson/json
|
||||
md5 dfe38201fc1cdbb6f9e0bdf135173a6a ujson-5.11.0.tar.gz
|
||||
sha256 e204ae6f909f099ba6b6b942131cee359ddda2b6e4ea39c12eb8b991fe2010e0 ujson-5.11.0.tar.gz
|
||||
md5 a1104b826ed8414130553e4482bd714d ujson-5.12.0.tar.gz
|
||||
sha256 14b2e1eb528d77bc0f4c5bd1a7ebc05e02b5b41beefb7e8567c9675b8b13bcf4 ujson-5.12.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 36866344f0a486541bd9800f1a407a056c0c214a82c658f059694daf3dc394d2 LICENSE.txt
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_UJSON_VERSION = 5.11.0
|
||||
PYTHON_UJSON_VERSION = 5.12.0
|
||||
PYTHON_UJSON_SOURCE = ujson-$(PYTHON_UJSON_VERSION).tar.gz
|
||||
PYTHON_UJSON_SITE = https://files.pythonhosted.org/packages/43/d9/3f17e3c5773fb4941c68d9a37a47b1a79c9649d6c56aefbed87cc409d18a
|
||||
PYTHON_UJSON_SITE = https://files.pythonhosted.org/packages/cb/3e/c35530c5ffc25b71c59ae0cd7b8f99df37313daa162ce1e2f7925f7c2877
|
||||
PYTHON_UJSON_SETUP_TYPE = setuptools
|
||||
PYTHON_UJSON_LICENSE = BSD-3-Clause, TCL
|
||||
PYTHON_UJSON_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user