mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-filelock: security bump version to 3.20.1
https://github.com/tox-dev/filelock/releases/tag/3.20.1 Fixes CVE-2025-68146: https://github.com/advisories/GHSA-w853-jp5j-5j7f 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
a058361bb4
commit
d9c1379d1f
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/filelock/json
|
||||
md5 0b9c4280769cd87d874711c13adf50bc filelock-3.20.0.tar.gz
|
||||
sha256 711e943b4ec6be42e1d4e6690b48dc175c822967466bb31c0c293f34334c13f4 filelock-3.20.0.tar.gz
|
||||
md5 273703b56caed22470cda2a528182fef filelock-3.20.1.tar.gz
|
||||
sha256 b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c filelock-3.20.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 88d9b4eb60579c191ec391ca04c16130572d7eedc4a86daa58bf28c6e14c9bcd LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FILELOCK_VERSION = 3.20.0
|
||||
PYTHON_FILELOCK_VERSION = 3.20.1
|
||||
PYTHON_FILELOCK_SOURCE = filelock-$(PYTHON_FILELOCK_VERSION).tar.gz
|
||||
PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/58/46/0028a82567109b5ef6e4d2a1f04a583fb513e6cf9527fcdd09afd817deeb
|
||||
PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/a7/23/ce7a1126827cedeb958fc043d61745754464eb56c5937c35bbf2b8e26f34
|
||||
PYTHON_FILELOCK_SETUP_TYPE = hatch
|
||||
PYTHON_FILELOCK_LICENSE = Public Domain
|
||||
PYTHON_FILELOCK_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user