mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-tomli: bump to version 2.2.1
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
d555cc8e83
commit
7ad307aa1c
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/tomli/json
|
||||
md5 e65b234adc4513d94792c69bb025b622 tomli-2.0.2.tar.gz
|
||||
sha256 d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed tomli-2.0.2.tar.gz
|
||||
md5 1e0e2fb2e29f3d77f0507bee71fb4ab4 tomli-2.2.1.tar.gz
|
||||
sha256 cd45e1dc79c835ce60f7404ec8119f2eb06d38b1deba146f07ced3bbc44505ff tomli-2.2.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 b80816b0d530b8accb4c2211783790984a6e3b61922c2b5ee92f3372ab2742fe LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TOMLI_VERSION = 2.0.2
|
||||
PYTHON_TOMLI_VERSION = 2.2.1
|
||||
PYTHON_TOMLI_SOURCE = tomli-$(PYTHON_TOMLI_VERSION).tar.gz
|
||||
PYTHON_TOMLI_SITE = https://files.pythonhosted.org/packages/35/b9/de2a5c0144d7d75a57ff355c0c24054f965b2dc3036456ae03a51ea6264b
|
||||
PYTHON_TOMLI_SITE = https://files.pythonhosted.org/packages/18/87/302344fed471e44a87289cf4967697d07e532f2421fdaf868a303cbae4ff
|
||||
PYTHON_TOMLI_LICENSE = MIT
|
||||
PYTHON_TOMLI_LICENSE_FILES = LICENSE
|
||||
PYTHON_TOMLI_SETUP_TYPE = flit
|
||||
|
||||
Reference in New Issue
Block a user