mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
For release notes, see: https://github.com/Kludex/python-multipart/releases/tag/0.0.22 Fixes: https://www.cve.org/CVERecord?id=CVE-2026-24486 Signed-off-by: Martin Bachmann <martin.bachmann@designwerk.com> [Julien: reword commit log to mark the commit as a security bump] Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
622 B
Makefile
16 lines
622 B
Makefile
################################################################################
|
|
#
|
|
# python-multipart
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MULTIPART_VERSION = 0.0.22
|
|
PYTHON_MULTIPART_SOURCE = python_multipart-$(PYTHON_MULTIPART_VERSION).tar.gz
|
|
PYTHON_MULTIPART_SITE = https://files.pythonhosted.org/packages/94/01/979e98d542a70714b0cb2b6728ed0b7c46792b695e3eaec3e20711271ca3
|
|
PYTHON_MULTIPART_SETUP_TYPE = hatch
|
|
PYTHON_MULTIPART_LICENSE = Apache-2.0
|
|
PYTHON_MULTIPART_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_MULTIPART_CPE_ID_VENDOR = fastapiexpert
|
|
|
|
$(eval $(python-package))
|