From dd1a44dbbc3aab25c7ea85be1e96707b82fec211 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 14 Mar 2026 15:06:10 +0100 Subject: [PATCH] package/python-tomli: bump version to 2.4.0 https://github.com/hukkin/tomli/blob/2.4.0/CHANGELOG.md Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/python-tomli/python-tomli.hash | 4 ++-- package/python-tomli/python-tomli.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-tomli/python-tomli.hash b/package/python-tomli/python-tomli.hash index 560c4cc3f7..91d9c51212 100644 --- a/package/python-tomli/python-tomli.hash +++ b/package/python-tomli/python-tomli.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/tomli/json -md5 30b640d2f852e26c189cb0edd275f1e4 tomli-2.3.0.tar.gz -sha256 64be704a875d2a59753d80ee8a533c3fe183e3f06807ff7dc2232938ccb01549 tomli-2.3.0.tar.gz +md5 10ef5dd352e7dfd2d6ed322cf0280435 tomli-2.4.0.tar.gz +sha256 aa89c3f6c277dd275d8e243ad24f3b5e701491a860d5121f2cdd399fbb31fc9c tomli-2.4.0.tar.gz # Locally computed sha256 checksums sha256 b80816b0d530b8accb4c2211783790984a6e3b61922c2b5ee92f3372ab2742fe LICENSE diff --git a/package/python-tomli/python-tomli.mk b/package/python-tomli/python-tomli.mk index e4d4a7a62d..0a1a528339 100644 --- a/package/python-tomli/python-tomli.mk +++ b/package/python-tomli/python-tomli.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_TOMLI_VERSION = 2.3.0 +PYTHON_TOMLI_VERSION = 2.4.0 PYTHON_TOMLI_SOURCE = tomli-$(PYTHON_TOMLI_VERSION).tar.gz -PYTHON_TOMLI_SITE = https://files.pythonhosted.org/packages/52/ed/3f73f72945444548f33eba9a87fc7a6e969915e7b1acc8260b30e1f76a2f +PYTHON_TOMLI_SITE = https://files.pythonhosted.org/packages/82/30/31573e9457673ab10aa432461bee537ce6cef177667deca369efb79df071 PYTHON_TOMLI_LICENSE = MIT PYTHON_TOMLI_LICENSE_FILES = LICENSE PYTHON_TOMLI_SETUP_TYPE = flit