mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-ujson: bump version to 5.11.0
https://github.com/ultrajson/ultrajson/releases/tag/5.11.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
ca0dbff9f2
commit
8ae60abbe9
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/ujson/json
|
||||
md5 7e61ead11ccf121cf4b1c121ec444e49 ujson-5.10.0.tar.gz
|
||||
sha256 b3cd8f3c5d8c7738257f1018880444f7b7d9b66232c64649f562d7ba86ad4bc1 ujson-5.10.0.tar.gz
|
||||
md5 dfe38201fc1cdbb6f9e0bdf135173a6a ujson-5.11.0.tar.gz
|
||||
sha256 e204ae6f909f099ba6b6b942131cee359ddda2b6e4ea39c12eb8b991fe2010e0 ujson-5.11.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 36866344f0a486541bd9800f1a407a056c0c214a82c658f059694daf3dc394d2 LICENSE.txt
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_UJSON_VERSION = 5.10.0
|
||||
PYTHON_UJSON_VERSION = 5.11.0
|
||||
PYTHON_UJSON_SOURCE = ujson-$(PYTHON_UJSON_VERSION).tar.gz
|
||||
PYTHON_UJSON_SITE = https://files.pythonhosted.org/packages/f0/00/3110fd566786bfa542adb7932d62035e0c0ef662a8ff6544b6643b3d6fd7
|
||||
PYTHON_UJSON_SITE = https://files.pythonhosted.org/packages/43/d9/3f17e3c5773fb4941c68d9a37a47b1a79c9649d6c56aefbed87cc409d18a
|
||||
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