mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-06 23:53:50 -09:00
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>
16 lines
611 B
Makefile
16 lines
611 B
Makefile
################################################################################
|
|
#
|
|
# python-filelock
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FILELOCK_VERSION = 3.20.1
|
|
PYTHON_FILELOCK_SOURCE = filelock-$(PYTHON_FILELOCK_VERSION).tar.gz
|
|
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
|
|
PYTHON_FILELOCK_DEPENDENCIES = host-python-hatch-vcs
|
|
|
|
$(eval $(python-package))
|